| objdetect+CascadeClassifier.java  | 93         Mat objects_mat = objects;  local  94         detectMultiScale_0(nativeObj, image.nativeObj, objects_mat.nativeObj, scaleFactor, minNeighbors, flags, minSize.width, minSize.height, maxSize.width, maxSize.height); 102         Mat objects_mat = objects;  local  103         detectMultiScale_1(nativeObj, image.nativeObj, objects_mat.nativeObj); 116         Mat objects_mat = objects;  local  118         detectMultiScale2_0(nativeObj, image.nativeObj, objects_mat.nativeObj, numDetections_mat.nativeObj, scaleFactor, minNeighbors, flags, minSize.width, minSize.height, maxSize.width, maxSize.height); 126         Mat objects_mat = objects;  local  128         detectMultiScale2_1(nativeObj, image.nativeObj, objects_mat.nativeObj, numDetections_mat.nativeObj); 141         Mat objects_mat = objects;  local  144         detectMultiScale3_0(nativeObj, image.nativeObj, objects_mat.nativeObj, rejectLevels_mat.nativeObj, levelWeights_mat.nativeObj, scaleFactor, minNeighbors, flag (…) 152  Mat objects_mat = objects;  local      [all...] |