HomeSort by relevance Sort by last modified time
    Searched refs:numDetections_mat (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/java/src/
objdetect+CascadeClassifier.java 117 Mat numDetections_mat = numDetections;
118 detectMultiScale2_0(nativeObj, image.nativeObj, objects_mat.nativeObj, numDetections_mat.nativeObj, scaleFactor, minNeighbors, flags, minSize.width, minSize.height, maxSize.width, maxSize.height);
127 Mat numDetections_mat = numDetections;
128 detectMultiScale2_1(nativeObj, image.nativeObj, objects_mat.nativeObj, numDetections_mat.nativeObj);
objdetect.cpp 221 Mat& numDetections_mat = *((Mat*)numDetections_mat_nativeObj);
227 vector_Rect_to_Mat( objects, objects_mat ); vector_int_to_Mat( numDetections, numDetections_mat );
250 Mat& numDetections_mat = *((Mat*)numDetections_mat_nativeObj);
254 vector_Rect_to_Mat( objects, objects_mat ); vector_int_to_Mat( numDetections, numDetections_mat );
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 944 milliseconds