Home
last modified time | relevance | path

Searched refs:best_res (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgsttemplatematch.cpp290 cv::Mat dist_image, double *best_res, cv::Point * best_pos, int method) in gst_template_match_match() argument
297 *best_res = dist_min; in gst_template_match_match()
300 *best_res = 1 - *best_res; in gst_template_match_match()
303 *best_res = dist_max; in gst_template_match_match()
317 double best_res; in gst_template_match_transform_ip() local
347 filter->cvDistImage, &best_res, &best_pos, filter->method); in gst_template_match_transform_ip()
354 "result", G_TYPE_DOUBLE, best_res, NULL); in gst_template_match_transform_ip()
367 color = CV_RGB (255, 255 - pow (255, best_res), 32); in gst_template_match_transform_ip()