Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstcameracalibrate.cpp313 calib->cornerSubPix = DEFAULT_CORNER_SUB_PIXEL; in gst_camera_calibrate_init()
385 calib->cornerSubPix = g_value_get_boolean (value); in gst_camera_calibrate_set_property()
434 g_value_set_boolean (value, calib->cornerSubPix); in gst_camera_calibrate_get_property()
533 && calib->cornerSubPix) { in camera_calibrate_run()
539 cv::cornerSubPix (viewGray, pointBuf, cv::Size (11, 11), cv::Size (-1, in camera_calibrate_run()
Dgstcameracalibrate.h83 bool cornerSubPix; // member