Searched refs:cvFaceDetect (Results 1 – 2 of 2) sorted by relevance
262 if (filter->cvFaceDetect) in gst_face_detect_finalize()263 delete (filter->cvFaceDetect); in gst_face_detect_finalize()387 filter->cvFaceDetect = in gst_face_detect_init()410 if (filter->cvFaceDetect) in gst_face_detect_set_property()411 delete (filter->cvFaceDetect); in gst_face_detect_set_property()413 filter->cvFaceDetect = in gst_face_detect_set_property()589 if (filter->cvFaceDetect) { in gst_face_detect_transform_ip()602 gst_face_detect_run_detector (filter, filter->cvFaceDetect, in gst_face_detect_transform_ip()
107 cv::CascadeClassifier *cvFaceDetect; member