Go to the source code of this file.
|
| | icl |
| | undocument this line if you encounter any issues!
|
| |
| | icl::cv |
| |
|
| std::vector< utils::Rect > ICLCV_API | icl::cv::matchTemplate (const core::Img8u &src, const core::Img8u &templ, float significance, core::Img8u *buffer=0, bool clipBuffersToROI=true, RegionDetector *rd=0, bool useCrossCorrCoeffInsteadOfSqrDistance=false) |
| | template matching using proximity measurement More...
|
| |
| std::vector< utils::Rect > ICLCV_API | icl::cv::matchTemplate (const core::Img8u &src, const core::Img8u *srcMask, const core::Img8u &templ, const core::Img8u *templMask, float significance, core::Img8u *srcBuffer=0, core::Img8u *templBuffer=0, core::Img8u *buffer=0, bool clipBuffersToROI=true, RegionDetector *rd=0, bool useCrossCorrCoeffInsteadOfSqrDistance=false) |
| | more general matchTemplate implementation More...
|
| |