fire-keeper/BlindWatermark

Scaling robustness

Opened this issue · 1 comments

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?

Since you know the original dimension, you can scale back before extraction.