Searched refs:_normType (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/test/
H A Dtest_rotation_and_scale_invariance.cpp303 int _normType,
307 normType(_normType),
506 int _normType,
510 normType(_normType),
301 DescriptorRotationInvarianceTest(const Ptr<FeatureDetector>& _featureDetector, const Ptr<DescriptorExtractor>& _descriptorExtractor, int _normType, float _minDescInliersRatio) argument
504 DescriptorScaleInvarianceTest(const Ptr<FeatureDetector>& _featureDetector, const Ptr<DescriptorExtractor>& _descriptorExtractor, int _normType, float _minDescInliersRatio) argument
/external/opencv3/modules/features2d/src/
H A Dmatchers.cpp678 BFMatcher::BFMatcher( int _normType, bool _crossCheck ) argument
680 normType = _normType;

Completed in 94 milliseconds