precomputed parameters to matchTemplate (Feature #3586)
Description
Hello,
matchTemplate() uses internally DFT transforms and integral images for normalization.
In order to improve performance, it would be great if those data could be given as pre-computed parameters.
(My use-case is a constant pattern that is matched inside several images.)
Associated revisions
Merge pull request #3586 from wangyan42164:bfm
History
Updated by Pierre Chatelier about 11 years ago
Sorry, I want to make it a "Feature" request, not a bug
Updated by Ilya Lavrenov about 11 years ago
- Tracker changed from Bug to Feature
Updated by Dinar Ahmatnurov about 11 years ago
Hi, Pierre!
You can implement it and add to OpenCV because it is open:) http://code.opencv.org/projects/opencv/wiki/How_to_contribute
- Status changed from New to Cancelled