Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Well, im not good at English but ill try to explain this understandable

I have to locate where an image, which is cut from the original image, is from the original image using OpenCV and need to have really high accurate


Ive never studied in this field since i currenty studying in game dev. Departments. so its quite too hardcore for me

Please suggest me where should i start or algorithm that could be useful

What I have tried:

Ive yet tried anything in this project
Posted
Updated 8-Oct-17 23:33pm
Comments
Afzaal Ahmad Zeeshan 8-Oct-17 22:07pm    
Why don't you store the image path when generating that image? Or ask the user?

Otherwise, you are left roaming around the file system trying to search for that image — with no guarantee of the search result.
KarstenK 9-Oct-17 5:34am    
You didnt understood the problem. He isnt searching for files, but for some sub area in a bigger picture.

1 solution

With your basci knowledge that task will be difficult to solve. OpenCV supports a feature named "template matching". Read the documentation and sample code of template matching to understand it.

Good luck!
 
Share this answer
 
Comments
Member 13453051 11-Oct-17 9:56am    
thank you a lot

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900