Image Component Library (ICL)
Namespaces | Functions
CV.h File Reference
#include <ICLCV/Extrapolator.h>
#include <ICLCV/HungarianAlgorithm.h>
#include <ICLCV/MeanShiftTracker.h>
#include <ICLCV/PositionTracker.h>
#include <ICLCV/VectorTracker.h>
#include <ICLCV/RegionDetector.h>
#include <ICLCV/CornerDetectorCSS.h>
#include <ICLCV/SimpleBlobSearcher.h>
#include <ICLCore/Img.h>

Go to the source code of this file.

Namespaces

 icl
 undocument this line if you encounter any issues!
 
 icl::cv
 

Functions

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...