Searched refs:BFMatcher (Results 1 – 3 of 3) sorted by relevance
1082 class CV_EXPORTS_W BFMatcher : public DescriptorMatcher class1089 CV_WRAP BFMatcher( int normType=NORM_L2, bool crossCheck=false );1091 virtual ~BFMatcher() {} in ~BFMatcher()1107 CV_WRAP static Ptr<BFMatcher> create( int normType=NORM_L2, bool crossCheck=false ) ;