Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstcameracalibrate.h90 bool showCorners; // Show corners member
Dgstcameracalibrate.cpp319 calib->showCorners = DEFAULT_SHOW_CORNERS; in gst_camera_calibrate_init()
403 calib->showCorners = g_value_get_boolean (value); in gst_camera_calibrate_set_property()
452 g_value_set_boolean (value, calib->showCorners); in gst_camera_calibrate_get_property()
555 if (calib->showCorners) { in camera_calibrate_run()