how to detect and extract the watermark in image
1 回表示 (過去 30 日間)
古いコメントを表示
i have three queries related to this image:
1- This image has a embedded watermark on the right side of the picture of the founder written as 1000. But if the image is converted into gray scale that thousand is visible. after that when i convert it into binary and try to extract the features i was not able to extract this as a feature.
2- Moreover, the dotted line labeled 1000 on the left side of the image of the man also need to be extracted and i am not able to extract it.
3- the third thing is that i want to extract this picture of man, picture of flag, the 1000 and the serial number of the currency notes, each one as a single feature. when i extract them using otsu method the moon and star of the flag are detected as separate features.
4- and also how to detect the texture of the currency note.
0 件のコメント
回答 (1 件)
Image Analyst
2018 年 8 月 27 日
You're probably going to have to use deep learning. But you might be able to use normalized cross correlation, like in my attached demo.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!