Searched defs:imageGray (Results 1 – 3 of 3) sorted by relevance
24 public void detect(Mat imageGray, MatOfRect faces) { in detect()
225 (JNIEnv * jenv, jclass, jlong thiz, jlong imageGray, jlong faces) in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDetect()
512 …sedTracker::SeparateDetectionWork::communicateWithDetectingThread(const Mat& imageGray, std::vecto… in communicateWithDetectingThread()619 void DetectionBasedTracker::process(const Mat& imageGray) in process()