Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/test/
Dtest_rotation_and_scale_invariance.cpp303 int _normType, in DescriptorRotationInvarianceTest() argument
307 normType(_normType), in DescriptorRotationInvarianceTest()
506 int _normType, in DescriptorScaleInvarianceTest() argument
510 normType(_normType), in DescriptorScaleInvarianceTest()
/external/opencv3/modules/features2d/src/
Dmatchers.cpp678 BFMatcher::BFMatcher( int _normType, bool _crossCheck ) in BFMatcher() argument
680 normType = _normType; in BFMatcher()