Searched defs:crossCheck (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsPoint.h61 double crossCheck(const SkDVector& a) const { function in struct:SkDVector
/external/opencv3/modules/features2d/include/opencv2/
H A Dfeatures2d.hpp973 @param crossCheck If it is false, this is will be default BFMatcher behaviour when it finds the k
974 nearest neighbors for each query descriptor. If crossCheck==true, then the knnMatch() method with
980 CV_WRAP BFMatcher( int normType=NORM_L2, bool crossCheck=false );
993 bool crossCheck; member in class:cv::BFMatcher

Completed in 127 milliseconds