Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstcameracalibrate.h84 bool calibZeroTangentDist; // Assume zero tangential distortion member
Dgstcameracalibrate.cpp314 calib->calibZeroTangentDist = DEFAULT_ZERO_TANGENT_DISTORTION; in gst_camera_calibrate_init()
324 if (calib->calibZeroTangentDist) in gst_camera_calibrate_init()
388 calib->calibZeroTangentDist = g_value_get_boolean (value); in gst_camera_calibrate_set_property()
437 g_value_set_boolean (value, calib->calibZeroTangentDist); in gst_camera_calibrate_get_property()