Home
last modified time | relevance | path

Searched refs:totalAvgErr (Results 1 – 25 of 54) sorted by relevance

123

/dports/graphics/opencv/opencv-4.5.3/samples/cpp/
H A Dcalibration.cpp152 double& totalAvgErr) in runCalibration() argument
188 totalAvgErr = computeReprojectionErrors(objectPoints, imagePoints, in runCalibration()
203 double totalAvgErr ) in saveCameraParams() argument
241 fs << "avg_reprojection_error" << totalAvgErr; in saveCameraParams()
326 double totalAvgErr = 0; in runAndSave() local
331 rvecs, tvecs, reprojErrs, newObjPoints, totalAvgErr); in runAndSave()
334 totalAvgErr); in runAndSave()
345 totalAvgErr ); in runAndSave()
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/tutorial_code/calib3d/camera_calibration/
H A Dcamera_calibration.cpp550 … vector<float>& reprojErrs, double& totalAvgErr, vector<Point3f>& newObjPoints, in runCalibration() argument
608 totalAvgErr = computeReprojectionErrors(objectPoints, imagePoints, rvecs, tvecs, cameraMatrix, in runCalibration()
618 double totalAvgErr, const vector<Point3f>& newObjPoints ) in saveCameraParams() argument
677 fs << "avg_reprojection_error" << totalAvgErr; in saveCameraParams()
738 double totalAvgErr = 0; in runCalibrationAndSave() local
742 totalAvgErr, newObjPoints, grid_width, release_object); in runCalibrationAndSave()
744 << ". avg re projection error = " << totalAvgErr << endl; in runCalibrationAndSave()
748 totalAvgErr, newObjPoints); in runCalibrationAndSave()
/dports/graphics/opencv/opencv-4.5.3/apps/interactive-calibration/
H A DcalibController.cpp141 return mCalibData->totalAvgErr < 0.5; in getRMSState()
256 mCalibData->totalAvgErr = (mParamsStack.top()).avgError; in deleteLastFrame()
267 …ramsStack.push(cameraParameters(oldCameraMat, oldDistcoeefs, oldStdDevs, mCalibData->totalAvgErr)); in rememberCurrentParameters()
299 parametersWriter << "avg_reprojection_error" << mCalibData->totalAvgErr; in saveCurrentCameraParameters()
313 << " \t RMS = " << mCalibData->totalAvgErr << std::endl; in printParametersToConsole()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/aruco/samples/
H A Dcalibrate_camera.cpp111 const Mat &cameraMatrix, const Mat &distCoeffs, double totalAvgErr) { in saveCameraParams() argument
142 fs << "avg_reprojection_error" << totalAvgErr; in saveCameraParams()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/audio/gstreamer1-plugins-soundtouch/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/audio/gstreamer1-plugins-modplug/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/audio/gstreamer1-plugins-sndfile/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()
/dports/audio/gstreamer1-plugins-webrtcdsp/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameracalibrate.cpp688 std::vector < float >&reprojErrs, double &totalAvgErr) in camera_calibrate_calibrate_full() argument
730 totalAvgErr = in camera_calibrate_calibrate_full()
744 double totalAvgErr = 0; in camera_calibrate_calibrate() local
748 rvecs, tvecs, reprojErrs, totalAvgErr); in camera_calibrate_calibrate()

123