Scaling robustness
Opened this issue · 1 comments
skinkie commented
When an input image is scale towards a different dimension (even remaining aspect ratio) the software is unable to extract the watermark. But when the image is scaled back to its original dimension (even being blurry) the watermark can be recovered. Would there be a way to be scale invariant? For example by using features such as SIFT/SURF/ORB as landmarks for embedding?
3zhang commented
Since you know the original dimension, you can scale back before extraction.