Home
last modified time | relevance | path

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

/external/opencv3/modules/java/
DCMakeLists.txt59 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
/external/opencv3/modules/features2d/src/
Dfeature2d.cpp74 InputArrayOfArrays _masks ) in detect()
Dmatchers.cpp596 void DescriptorMatcher::checkMasks( InputArrayOfArrays _masks, int queryDescriptorsCount ) const in checkMasks()
660 bool DescriptorMatcher::isMaskedOut( InputArrayOfArrays _masks, int queryIdx ) in isMaskedOut()
719 InputArrayOfArrays _masks, bool compactResult ) in knnMatchImpl()
866 float maxDistance, InputArrayOfArrays _masks, bool compactResult ) in radiusMatchImpl()