template-matching
Suggest template matching algorithm
I want to ask you to help to choose or find a good algorithm for the following problem: I want to recognize the template in the image, the template is a text of non standard font, so OCR possibly will[详细]
2023-04-02 10:01 分类:问答OpenCV performance on template matching
I\'m trying to do template matching basically on java. I used straightforward algorithm to find match. Here is the code:[详细]
2023-03-29 21:04 分类:问答Template Matching using FFT
Can anyone please explain how to perform template matching using FFT. The template is smaller than the original image.[详细]
2023-03-26 10:37 分类:问答Template match - different sizes of template and image
I have an image, which I can obtain at better quality (e.g. higher size). The problem is that I can\'t do template match on default size, only on a higher one. And the higher one is not fixed - it can[详细]
2023-02-18 20:52 分类:问答Basic question regarding XSL template match
I\'ve just begun to tinker with XML, and I have a question. XML File: <?xml version=\"1.0\"?> <?xml-stylesheet type=\"text/xsl\" href=\"style.xsl\"?>[详细]
2023-01-24 15:51 分类:问答Fast(er) way of matching feature to database
I\'m working on a project where I have a feature in an image described as a set of X & Y coordinates (5-10 points per feature) which are unique for this feature. I also have a database with thousa[详细]
2023-01-23 21:33 分类:问答Whenever I use cvMatchTemplate in openCV, I get a segmentation fault. Why?
I\'m trying to do a simple template match in openCV and at the line in my code where I call cvMatchTemplate, I get a segmentation fault.I don\'t know if this is relevant, but i\'m on a mac using x11 a[详细]
2023-01-07 10:26 分类:问答XML to String value
I use an XMLWriter to manually make an XML document. Is there a way to put that in string form so I can write it to开发者_如何学C my DB?[详细]
2022-12-20 13:48 分类:问答