Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstcameracalibrate.cpp309 calib->boardSize.width = DEFAULT_BOARD_WIDTH; in gst_camera_calibrate_init()
310 calib->boardSize.height = DEFAULT_BOARD_HEIGHT; in gst_camera_calibrate_init()
373 calib->boardSize.width = g_value_get_int (value); in gst_camera_calibrate_set_property()
376 calib->boardSize.height = g_value_get_int (value); in gst_camera_calibrate_set_property()
422 g_value_set_int (value, calib->boardSize.width); in gst_camera_calibrate_get_property()
425 g_value_set_int (value, calib->boardSize.height); in gst_camera_calibrate_get_property()
513 cv::findChessboardCorners (img, calib->boardSize, pointBuf, in camera_calibrate_run()
517 found = cv::findCirclesGrid (img, calib->boardSize, pointBuf); in camera_calibrate_run()
521 cv::findCirclesGrid (img, calib->boardSize, pointBuf, in camera_calibrate_run()
556 cv::drawChessboardCorners (img, calib->boardSize, cv::Mat (pointBuf), in camera_calibrate_run()
[all …]
Dgstcameracalibrate.h80 cv::Size boardSize; // The size of the board -> Number of items by width and height member