Home
last modified time | relevance | path

Searched refs:_masks (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/features2d/src/
Dfeature2d.cpp74 InputArrayOfArrays _masks ) in detect() argument
81 if( !_masks.empty() ) in detect()
83 _masks.getMatVector(masks); in detect()
Dmatchers.cpp596 void DescriptorMatcher::checkMasks( InputArrayOfArrays _masks, int queryDescriptorsCount ) const in checkMasks() argument
599 _masks.getMatVector(masks); in checkMasks()
660 bool DescriptorMatcher::isMaskedOut( InputArrayOfArrays _masks, int queryIdx ) in isMaskedOut() argument
663 _masks.getMatVector(masks); in isMaskedOut()
719 InputArrayOfArrays _masks, bool compactResult ) in knnMatchImpl() argument
734 _masks.getMatVector(masks); in knnMatchImpl()
866 float maxDistance, InputArrayOfArrays _masks, bool compactResult ) in radiusMatchImpl() argument
878 _masks.getMatVector(masks); in radiusMatchImpl()
/external/opencv3/modules/java/
DCMakeLists.txt57 unset(_masks)
59 set(_masks "${_root}/src/cpp/*.h" "${root}/src/cpp/*.hpp") variable
61 set(_masks "${_root}/src/cpp/*.cpp") variable
63 set(_masks "${_root}/src/java/*.java") variable
65 set(_masks "${_root}/src/java/*.aidl") variable
67 if (_masks)
68 file(GLOB _result ${_masks})