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!