简体   繁体   中英

Opencv Android Template Matching in Java

I am trying to create a template matching method for my application. What my app does is able to take in images from the camera or sd and what i need to do is to look for symbols at the corners of the object. I got the code for obtaining the image but i am stuck at trying to do the template matching of the image. Can someone give me a basic code for me to accomplish this task, maybe give me some labels as to what certain variables are. I am new to openCV and still a novice in programming and just want to fully understand what is being done.

Have a look at this example which covers template matching in Java :

Template Matching using JavaCV

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM