Go to the source code of this file.
|
int | cv::chamerMatching (Mat &img, Mat &templ, vector< vector< Point > > &results, vector< float > &cost, double templScale=1, int maxMatches=20, double minMatchDistance=1.0, int padX=3, int padY=3, int scales=5, double minScale=0.6, double maxScale=1.6, double orientationWeight=0.5, double truncate=20) |
|
bool | cv::find4QuadCornerSubpix (const Mat &img, std::vector< Point2f > &corners, Size region_size) |
|
std::ostream & | cv::operator<< (std::ostream &out, const TickMeter &tm) |
|