I am trying to do image watermarking using Hough Transform for my university project. I took an image and transformed it with Hough Transform.
Now, How can I add some hidden data or watermark this transformed image and embed it? Is it possible using only Hough Transform or I need to use another matrix decomposition?