static void |
opencv_video.calcOpticalFlowPyrLK(opencv_core.GpuMat prevImg,
opencv_core.GpuMat nextImg,
opencv_core.GpuMat prevPts,
opencv_core.GpuMat nextPts,
opencv_core.GpuMat status,
opencv_core.GpuMat err,
opencv_core.Size winSize,
int maxLevel,
opencv_core.TermCriteria criteria,
int flags,
double minEigThreshold) |
static void |
opencv_video.calcOpticalFlowPyrLK(opencv_core.Mat prevImg,
opencv_core.Mat nextImg,
opencv_core.Mat prevPts,
opencv_core.Mat nextPts,
opencv_core.Mat status,
opencv_core.Mat err,
opencv_core.Size winSize,
int maxLevel,
opencv_core.TermCriteria criteria,
int flags,
double minEigThreshold)
\brief Calculates an optical flow for a sparse feature set using the iterative Lucas-Kanade method with
pyramids.
|
static void |
opencv_video.calcOpticalFlowPyrLK(opencv_core.UMat prevImg,
opencv_core.UMat nextImg,
opencv_core.UMat prevPts,
opencv_core.UMat nextPts,
opencv_core.UMat status,
opencv_core.UMat err,
opencv_core.Size winSize,
int maxLevel,
opencv_core.TermCriteria criteria,
int flags,
double minEigThreshold) |
static double |
opencv_calib3d.calibrate(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints,
opencv_core.Size image_size,
opencv_core.GpuMat K,
opencv_core.GpuMat D,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrate(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints,
opencv_core.Size image_size,
opencv_core.Mat K,
opencv_core.Mat D,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrate(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints,
opencv_core.Size image_size,
opencv_core.UMat K,
opencv_core.UMat D,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrate(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints,
opencv_core.Size image_size,
opencv_core.GpuMat K,
opencv_core.GpuMat D,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrate(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints,
opencv_core.Size image_size,
opencv_core.Mat K,
opencv_core.Mat D,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
int flags,
opencv_core.TermCriteria criteria)
\brief Performs camera calibaration
|
static double |
opencv_calib3d.calibrate(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints,
opencv_core.Size image_size,
opencv_core.UMat K,
opencv_core.UMat D,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size image_size,
opencv_core.GpuMat K,
opencv_core.GpuMat D,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size image_size,
opencv_core.Mat K,
opencv_core.Mat D,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size image_size,
opencv_core.UMat K,
opencv_core.UMat D,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCamera(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCamera(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCamera(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCamera(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCamera(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
int flags,
opencv_core.TermCriteria criteria)
\overload double calibrateCamera( InputArrayOfArrays objectPoints,
InputArrayOfArrays imagePoints, Size imageSize,
InputOutputArray cameraMatrix, InputOutputArray distCoeffs,
OutputArrayOfArrays rvecs, OutputArrayOfArrays tvecs,
OutputArray stdDeviations, OutputArray perViewErrors,
int flags = 0, TermCriteria criteria = TermCriteria(
TermCriteria::COUNT + TermCriteria::EPS, 30, DBL_EPSILON) )
|
static double |
opencv_calib3d.calibrateCamera(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCamera(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCamera(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCamera(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraAruco(opencv_core.GpuMatVector corners,
opencv_core.GpuMat ids,
opencv_core.GpuMat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraAruco(opencv_core.GpuMatVector corners,
opencv_core.Mat ids,
opencv_core.Mat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraAruco(opencv_core.GpuMatVector corners,
opencv_core.UMat ids,
opencv_core.UMat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraAruco(opencv_core.MatVector corners,
opencv_core.GpuMat ids,
opencv_core.GpuMat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraAruco(opencv_core.MatVector corners,
opencv_core.Mat ids,
opencv_core.Mat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
int flags,
opencv_core.TermCriteria criteria)
\brief It's the same function as #calibrateCameraAruco but without calibration error estimation.
|
static double |
opencv_aruco.calibrateCameraAruco(opencv_core.MatVector corners,
opencv_core.UMat ids,
opencv_core.UMat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraAruco(opencv_core.UMatVector corners,
opencv_core.GpuMat ids,
opencv_core.GpuMat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraAruco(opencv_core.UMatVector corners,
opencv_core.Mat ids,
opencv_core.Mat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraAruco(opencv_core.UMatVector corners,
opencv_core.UMat ids,
opencv_core.UMat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraArucoExtended(opencv_core.GpuMatVector corners,
opencv_core.GpuMat ids,
opencv_core.GpuMat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
opencv_core.GpuMat stdDeviationsIntrinsics,
opencv_core.GpuMat stdDeviationsExtrinsics,
opencv_core.GpuMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraArucoExtended(opencv_core.GpuMatVector corners,
opencv_core.Mat ids,
opencv_core.Mat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
opencv_core.Mat stdDeviationsIntrinsics,
opencv_core.Mat stdDeviationsExtrinsics,
opencv_core.Mat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraArucoExtended(opencv_core.GpuMatVector corners,
opencv_core.UMat ids,
opencv_core.UMat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
opencv_core.UMat stdDeviationsIntrinsics,
opencv_core.UMat stdDeviationsExtrinsics,
opencv_core.UMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraArucoExtended(opencv_core.MatVector corners,
opencv_core.GpuMat ids,
opencv_core.GpuMat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
opencv_core.GpuMat stdDeviationsIntrinsics,
opencv_core.GpuMat stdDeviationsExtrinsics,
opencv_core.GpuMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraArucoExtended(opencv_core.MatVector corners,
opencv_core.Mat ids,
opencv_core.Mat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
opencv_core.Mat stdDeviationsIntrinsics,
opencv_core.Mat stdDeviationsExtrinsics,
opencv_core.Mat perViewErrors,
int flags,
opencv_core.TermCriteria criteria)
\brief Calibrate a camera using aruco markers
|
static double |
opencv_aruco.calibrateCameraArucoExtended(opencv_core.MatVector corners,
opencv_core.UMat ids,
opencv_core.UMat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
opencv_core.UMat stdDeviationsIntrinsics,
opencv_core.UMat stdDeviationsExtrinsics,
opencv_core.UMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraArucoExtended(opencv_core.UMatVector corners,
opencv_core.GpuMat ids,
opencv_core.GpuMat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
opencv_core.GpuMat stdDeviationsIntrinsics,
opencv_core.GpuMat stdDeviationsExtrinsics,
opencv_core.GpuMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraArucoExtended(opencv_core.UMatVector corners,
opencv_core.Mat ids,
opencv_core.Mat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
opencv_core.Mat stdDeviationsIntrinsics,
opencv_core.Mat stdDeviationsExtrinsics,
opencv_core.Mat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraArucoExtended(opencv_core.UMatVector corners,
opencv_core.UMat ids,
opencv_core.UMat counter,
opencv_aruco.Board board,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
opencv_core.UMat stdDeviationsIntrinsics,
opencv_core.UMat stdDeviationsExtrinsics,
opencv_core.UMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraCharuco(opencv_core.GpuMatVector charucoCorners,
opencv_core.GpuMatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraCharuco(opencv_core.GpuMatVector charucoCorners,
opencv_core.GpuMatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraCharuco(opencv_core.GpuMatVector charucoCorners,
opencv_core.GpuMatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraCharuco(opencv_core.MatVector charucoCorners,
opencv_core.MatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraCharuco(opencv_core.MatVector charucoCorners,
opencv_core.MatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
int flags,
opencv_core.TermCriteria criteria)
\brief It's the same function as #calibrateCameraCharuco but without calibration error estimation.
|
static double |
opencv_aruco.calibrateCameraCharuco(opencv_core.MatVector charucoCorners,
opencv_core.MatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraCharuco(opencv_core.UMatVector charucoCorners,
opencv_core.UMatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraCharuco(opencv_core.UMatVector charucoCorners,
opencv_core.UMatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraCharuco(opencv_core.UMatVector charucoCorners,
opencv_core.UMatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraCharucoExtended(opencv_core.GpuMatVector charucoCorners,
opencv_core.GpuMatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
opencv_core.GpuMat stdDeviationsIntrinsics,
opencv_core.GpuMat stdDeviationsExtrinsics,
opencv_core.GpuMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraCharucoExtended(opencv_core.GpuMatVector charucoCorners,
opencv_core.GpuMatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
opencv_core.Mat stdDeviationsIntrinsics,
opencv_core.Mat stdDeviationsExtrinsics,
opencv_core.Mat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraCharucoExtended(opencv_core.GpuMatVector charucoCorners,
opencv_core.GpuMatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
opencv_core.UMat stdDeviationsIntrinsics,
opencv_core.UMat stdDeviationsExtrinsics,
opencv_core.UMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraCharucoExtended(opencv_core.MatVector charucoCorners,
opencv_core.MatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
opencv_core.GpuMat stdDeviationsIntrinsics,
opencv_core.GpuMat stdDeviationsExtrinsics,
opencv_core.GpuMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraCharucoExtended(opencv_core.MatVector charucoCorners,
opencv_core.MatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
opencv_core.Mat stdDeviationsIntrinsics,
opencv_core.Mat stdDeviationsExtrinsics,
opencv_core.Mat perViewErrors,
int flags,
opencv_core.TermCriteria criteria)
\brief Calibrate a camera using Charuco corners
|
static double |
opencv_aruco.calibrateCameraCharucoExtended(opencv_core.MatVector charucoCorners,
opencv_core.MatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
opencv_core.UMat stdDeviationsIntrinsics,
opencv_core.UMat stdDeviationsExtrinsics,
opencv_core.UMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraCharucoExtended(opencv_core.UMatVector charucoCorners,
opencv_core.UMatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
opencv_core.GpuMat stdDeviationsIntrinsics,
opencv_core.GpuMat stdDeviationsExtrinsics,
opencv_core.GpuMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraCharucoExtended(opencv_core.UMatVector charucoCorners,
opencv_core.UMatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
opencv_core.Mat stdDeviationsIntrinsics,
opencv_core.Mat stdDeviationsExtrinsics,
opencv_core.Mat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_aruco.calibrateCameraCharucoExtended(opencv_core.UMatVector charucoCorners,
opencv_core.UMatVector charucoIds,
opencv_aruco.CharucoBoard board,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
opencv_core.UMat stdDeviationsIntrinsics,
opencv_core.UMat stdDeviationsExtrinsics,
opencv_core.UMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCameraExtended(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
opencv_core.GpuMat stdDeviationsIntrinsics,
opencv_core.GpuMat stdDeviationsExtrinsics,
opencv_core.GpuMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCameraExtended(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
opencv_core.Mat stdDeviationsIntrinsics,
opencv_core.Mat stdDeviationsExtrinsics,
opencv_core.Mat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCameraExtended(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.GpuMatVector rvecs,
opencv_core.GpuMatVector tvecs,
opencv_core.UMat stdDeviationsIntrinsics,
opencv_core.UMat stdDeviationsExtrinsics,
opencv_core.UMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCameraExtended(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
opencv_core.GpuMat stdDeviationsIntrinsics,
opencv_core.GpuMat stdDeviationsExtrinsics,
opencv_core.GpuMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCameraExtended(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
opencv_core.Mat stdDeviationsIntrinsics,
opencv_core.Mat stdDeviationsExtrinsics,
opencv_core.Mat perViewErrors,
int flags,
opencv_core.TermCriteria criteria)
\brief Finds the camera intrinsic and extrinsic parameters from several views of a calibration pattern.
|
static double |
opencv_calib3d.calibrateCameraExtended(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
opencv_core.UMat stdDeviationsIntrinsics,
opencv_core.UMat stdDeviationsExtrinsics,
opencv_core.UMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCameraExtended(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
opencv_core.GpuMat stdDeviationsIntrinsics,
opencv_core.GpuMat stdDeviationsExtrinsics,
opencv_core.GpuMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCameraExtended(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
opencv_core.Mat stdDeviationsIntrinsics,
opencv_core.Mat stdDeviationsExtrinsics,
opencv_core.Mat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCameraExtended(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
opencv_core.UMat stdDeviationsIntrinsics,
opencv_core.UMat stdDeviationsExtrinsics,
opencv_core.UMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static opencv_core.RotatedRect |
opencv_video.CamShift(opencv_core.GpuMat probImage,
opencv_core.Rect window,
opencv_core.TermCriteria criteria) |
static opencv_core.RotatedRect |
opencv_video.CamShift(opencv_core.Mat probImage,
opencv_core.Rect window,
opencv_core.TermCriteria criteria)
\brief Finds an object center, size, and orientation.
|
static opencv_core.RotatedRect |
opencv_video.CamShift(opencv_core.UMat probImage,
opencv_core.Rect window,
opencv_core.TermCriteria criteria) |
static void |
opencv_imgproc.cornerSubPix(opencv_core.GpuMat image,
opencv_core.GpuMat corners,
opencv_core.Size winSize,
opencv_core.Size zeroZone,
opencv_core.TermCriteria criteria) |
static void |
opencv_imgproc.cornerSubPix(opencv_core.Mat image,
opencv_core.Mat corners,
opencv_core.Size winSize,
opencv_core.Size zeroZone,
opencv_core.TermCriteria criteria)
\brief Refines the corner locations.
|
static void |
opencv_imgproc.cornerSubPix(opencv_core.UMat image,
opencv_core.UMat corners,
opencv_core.Size winSize,
opencv_core.Size zeroZone,
opencv_core.TermCriteria criteria) |
static opencv_core.DownhillSolver |
opencv_core.DownhillSolver.create(opencv_core.MinProblemSolver.Function f,
opencv_core.GpuMat initStep,
opencv_core.TermCriteria termcrit) |
static opencv_core.DownhillSolver |
opencv_core.DownhillSolver.create(opencv_core.MinProblemSolver.Function f,
opencv_core.Mat initStep,
opencv_core.TermCriteria termcrit)
\brief This function returns the reference to the ready-to-use DownhillSolver object.
|
static opencv_core.ConjGradSolver |
opencv_core.ConjGradSolver.create(opencv_core.MinProblemSolver.Function f,
opencv_core.TermCriteria termcrit)
\brief This function returns the reference to the ready-to-use ConjGradSolver object.
|
static opencv_core.DownhillSolver |
opencv_core.DownhillSolver.create(opencv_core.MinProblemSolver.Function f,
opencv_core.UMat initStep,
opencv_core.TermCriteria termcrit) |
static opencv_video.SparsePyrLKOpticalFlow |
opencv_video.SparsePyrLKOpticalFlow.create(opencv_core.Size winSize,
int maxLevel,
opencv_core.TermCriteria crit,
int flags,
double minEigThreshold) |
static double |
opencv_video.findTransformECC(opencv_core.GpuMat templateImage,
opencv_core.GpuMat inputImage,
opencv_core.GpuMat warpMatrix,
int motionType,
opencv_core.TermCriteria criteria,
opencv_core.GpuMat inputMask) |
static double |
opencv_video.findTransformECC(opencv_core.Mat templateImage,
opencv_core.Mat inputImage,
opencv_core.Mat warpMatrix,
int motionType,
opencv_core.TermCriteria criteria,
opencv_core.Mat inputMask)
\brief Finds the geometric transform (warp) between two images in terms of the ECC criterion \cite EP08 .
|
static double |
opencv_video.findTransformECC(opencv_core.UMat templateImage,
opencv_core.UMat inputImage,
opencv_core.UMat warpMatrix,
int motionType,
opencv_core.TermCriteria criteria,
opencv_core.UMat inputMask) |
static double |
opencv_core.kmeans(opencv_core.GpuMat data,
int K,
opencv_core.GpuMat bestLabels,
opencv_core.TermCriteria criteria,
int attempts,
int flags) |
static double |
opencv_core.kmeans(opencv_core.GpuMat data,
int K,
opencv_core.GpuMat bestLabels,
opencv_core.TermCriteria criteria,
int attempts,
int flags,
opencv_core.GpuMat centers) |
static double |
opencv_core.kmeans(opencv_core.Mat data,
int K,
opencv_core.Mat bestLabels,
opencv_core.TermCriteria criteria,
int attempts,
int flags) |
static double |
opencv_core.kmeans(opencv_core.Mat data,
int K,
opencv_core.Mat bestLabels,
opencv_core.TermCriteria criteria,
int attempts,
int flags,
opencv_core.Mat centers)
\brief Finds centers of clusters and groups input samples around the clusters.
|
static double |
opencv_core.kmeans(opencv_core.UMat data,
int K,
opencv_core.UMat bestLabels,
opencv_core.TermCriteria criteria,
int attempts,
int flags) |
static double |
opencv_core.kmeans(opencv_core.UMat data,
int K,
opencv_core.UMat bestLabels,
opencv_core.TermCriteria criteria,
int attempts,
int flags,
opencv_core.UMat centers) |
static int |
opencv_video.meanShift(opencv_core.GpuMat probImage,
opencv_core.Rect window,
opencv_core.TermCriteria criteria) |
static int |
opencv_video.meanShift(opencv_core.Mat probImage,
opencv_core.Rect window,
opencv_core.TermCriteria criteria)
\brief Finds an object on a back projection image.
|
static int |
opencv_video.meanShift(opencv_core.UMat probImage,
opencv_core.Rect window,
opencv_core.TermCriteria criteria) |
static void |
opencv_cudaimgproc.meanShiftFiltering(opencv_core.GpuMat src,
opencv_core.GpuMat dst,
int sp,
int sr,
opencv_core.TermCriteria criteria,
opencv_core.Stream stream) |
static void |
opencv_cudaimgproc.meanShiftFiltering(opencv_core.Mat src,
opencv_core.Mat dst,
int sp,
int sr,
opencv_core.TermCriteria criteria,
opencv_core.Stream stream)
\} cudaimgproc_feature
|
static void |
opencv_cudaimgproc.meanShiftFiltering(opencv_core.UMat src,
opencv_core.UMat dst,
int sp,
int sr,
opencv_core.TermCriteria criteria,
opencv_core.Stream stream) |
static void |
opencv_cudaimgproc.meanShiftProc(opencv_core.GpuMat src,
opencv_core.GpuMat dstr,
opencv_core.GpuMat dstsp,
int sp,
int sr,
opencv_core.TermCriteria criteria,
opencv_core.Stream stream) |
static void |
opencv_cudaimgproc.meanShiftProc(opencv_core.Mat src,
opencv_core.Mat dstr,
opencv_core.Mat dstsp,
int sp,
int sr,
opencv_core.TermCriteria criteria,
opencv_core.Stream stream)
\brief Performs a mean-shift procedure and stores information about processed points (their colors and
positions) in two images.
|
static void |
opencv_cudaimgproc.meanShiftProc(opencv_core.UMat src,
opencv_core.UMat dstr,
opencv_core.UMat dstsp,
int sp,
int sr,
opencv_core.TermCriteria criteria,
opencv_core.Stream stream) |
static void |
opencv_cudaimgproc.meanShiftSegmentation(opencv_core.GpuMat src,
opencv_core.GpuMat dst,
int sp,
int sr,
int minsize,
opencv_core.TermCriteria criteria,
opencv_core.Stream stream) |
static void |
opencv_cudaimgproc.meanShiftSegmentation(opencv_core.Mat src,
opencv_core.Mat dst,
int sp,
int sr,
int minsize,
opencv_core.TermCriteria criteria,
opencv_core.Stream stream)
\brief Performs a mean-shift segmentation of the source image and eliminates small segments.
|
static void |
opencv_cudaimgproc.meanShiftSegmentation(opencv_core.UMat src,
opencv_core.UMat dst,
int sp,
int sr,
int minsize,
opencv_core.TermCriteria criteria,
opencv_core.Stream stream) |
static void |
opencv_imgproc.pyrMeanShiftFiltering(opencv_core.GpuMat src,
opencv_core.GpuMat dst,
double sp,
double sr,
int maxLevel,
opencv_core.TermCriteria termcrit) |
static void |
opencv_imgproc.pyrMeanShiftFiltering(opencv_core.Mat src,
opencv_core.Mat dst,
double sp,
double sr,
int maxLevel,
opencv_core.TermCriteria termcrit)
\addtogroup imgproc_filter
\{
|
static void |
opencv_imgproc.pyrMeanShiftFiltering(opencv_core.UMat src,
opencv_core.UMat dst,
double sp,
double sr,
int maxLevel,
opencv_core.TermCriteria termcrit) |
void |
opencv_core.MinProblemSolver.setTermCriteria(opencv_core.TermCriteria termcrit)
\brief Set terminal criteria for solver.
|
void |
opencv_ml.SVM.setTermCriteria(opencv_core.TermCriteria val)
\copybrief getTermCriteria @see getTermCriteria
|
void |
opencv_ml.EM.setTermCriteria(opencv_core.TermCriteria val)
\copybrief getTermCriteria @see getTermCriteria
|
void |
opencv_ml.RTrees.setTermCriteria(opencv_core.TermCriteria val)
\copybrief getTermCriteria @see getTermCriteria
|
void |
opencv_ml.ANN_MLP.setTermCriteria(opencv_core.TermCriteria val)
\copybrief getTermCriteria @see getTermCriteria
|
void |
opencv_ml.LogisticRegression.setTermCriteria(opencv_core.TermCriteria val)
\copybrief getTermCriteria @see getTermCriteria
|
void |
opencv_ml.SVMSGD.setTermCriteria(opencv_core.TermCriteria val)
\copybrief getTermCriteria @see getTermCriteria
|
void |
opencv_video.SparsePyrLKOpticalFlow.setTermCriteria(opencv_core.TermCriteria crit) |
void |
opencv_stitching.BundleAdjusterBase.setTermCriteria(opencv_core.TermCriteria term_criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints1,
opencv_core.GpuMatVector imagePoints2,
opencv_core.GpuMat K1,
opencv_core.GpuMat D1,
opencv_core.GpuMat K2,
opencv_core.GpuMat D2,
opencv_core.Size imageSize,
opencv_core.GpuMat R,
opencv_core.GpuMat T,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints1,
opencv_core.GpuMatVector imagePoints2,
opencv_core.GpuMat cameraMatrix1,
opencv_core.GpuMat distCoeffs1,
opencv_core.GpuMat cameraMatrix2,
opencv_core.GpuMat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.GpuMat R,
opencv_core.GpuMat T,
opencv_core.GpuMat E,
opencv_core.GpuMat F,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints1,
opencv_core.GpuMatVector imagePoints2,
opencv_core.Mat K1,
opencv_core.Mat D1,
opencv_core.Mat K2,
opencv_core.Mat D2,
opencv_core.Size imageSize,
opencv_core.Mat R,
opencv_core.Mat T,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints1,
opencv_core.GpuMatVector imagePoints2,
opencv_core.Mat cameraMatrix1,
opencv_core.Mat distCoeffs1,
opencv_core.Mat cameraMatrix2,
opencv_core.Mat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.Mat R,
opencv_core.Mat T,
opencv_core.Mat E,
opencv_core.Mat F,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints1,
opencv_core.GpuMatVector imagePoints2,
opencv_core.UMat K1,
opencv_core.UMat D1,
opencv_core.UMat K2,
opencv_core.UMat D2,
opencv_core.Size imageSize,
opencv_core.UMat R,
opencv_core.UMat T,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints1,
opencv_core.GpuMatVector imagePoints2,
opencv_core.UMat cameraMatrix1,
opencv_core.UMat distCoeffs1,
opencv_core.UMat cameraMatrix2,
opencv_core.UMat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.UMat R,
opencv_core.UMat T,
opencv_core.UMat E,
opencv_core.UMat F,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints1,
opencv_core.MatVector imagePoints2,
opencv_core.GpuMat K1,
opencv_core.GpuMat D1,
opencv_core.GpuMat K2,
opencv_core.GpuMat D2,
opencv_core.Size imageSize,
opencv_core.GpuMat R,
opencv_core.GpuMat T,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints1,
opencv_core.MatVector imagePoints2,
opencv_core.GpuMat cameraMatrix1,
opencv_core.GpuMat distCoeffs1,
opencv_core.GpuMat cameraMatrix2,
opencv_core.GpuMat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.GpuMat R,
opencv_core.GpuMat T,
opencv_core.GpuMat E,
opencv_core.GpuMat F,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints1,
opencv_core.MatVector imagePoints2,
opencv_core.Mat K1,
opencv_core.Mat D1,
opencv_core.Mat K2,
opencv_core.Mat D2,
opencv_core.Size imageSize,
opencv_core.Mat R,
opencv_core.Mat T,
int flags,
opencv_core.TermCriteria criteria)
\brief Performs stereo calibration
|
static double |
opencv_calib3d.stereoCalibrate(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints1,
opencv_core.MatVector imagePoints2,
opencv_core.Mat cameraMatrix1,
opencv_core.Mat distCoeffs1,
opencv_core.Mat cameraMatrix2,
opencv_core.Mat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.Mat R,
opencv_core.Mat T,
opencv_core.Mat E,
opencv_core.Mat F,
int flags,
opencv_core.TermCriteria criteria)
\overload
|
static double |
opencv_calib3d.stereoCalibrate(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints1,
opencv_core.MatVector imagePoints2,
opencv_core.UMat K1,
opencv_core.UMat D1,
opencv_core.UMat K2,
opencv_core.UMat D2,
opencv_core.Size imageSize,
opencv_core.UMat R,
opencv_core.UMat T,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints1,
opencv_core.MatVector imagePoints2,
opencv_core.UMat cameraMatrix1,
opencv_core.UMat distCoeffs1,
opencv_core.UMat cameraMatrix2,
opencv_core.UMat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.UMat R,
opencv_core.UMat T,
opencv_core.UMat E,
opencv_core.UMat F,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints1,
opencv_core.UMatVector imagePoints2,
opencv_core.GpuMat K1,
opencv_core.GpuMat D1,
opencv_core.GpuMat K2,
opencv_core.GpuMat D2,
opencv_core.Size imageSize,
opencv_core.GpuMat R,
opencv_core.GpuMat T,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints1,
opencv_core.UMatVector imagePoints2,
opencv_core.GpuMat cameraMatrix1,
opencv_core.GpuMat distCoeffs1,
opencv_core.GpuMat cameraMatrix2,
opencv_core.GpuMat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.GpuMat R,
opencv_core.GpuMat T,
opencv_core.GpuMat E,
opencv_core.GpuMat F,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints1,
opencv_core.UMatVector imagePoints2,
opencv_core.Mat K1,
opencv_core.Mat D1,
opencv_core.Mat K2,
opencv_core.Mat D2,
opencv_core.Size imageSize,
opencv_core.Mat R,
opencv_core.Mat T,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints1,
opencv_core.UMatVector imagePoints2,
opencv_core.Mat cameraMatrix1,
opencv_core.Mat distCoeffs1,
opencv_core.Mat cameraMatrix2,
opencv_core.Mat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.Mat R,
opencv_core.Mat T,
opencv_core.Mat E,
opencv_core.Mat F,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints1,
opencv_core.UMatVector imagePoints2,
opencv_core.UMat K1,
opencv_core.UMat D1,
opencv_core.UMat K2,
opencv_core.UMat D2,
opencv_core.Size imageSize,
opencv_core.UMat R,
opencv_core.UMat T,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints1,
opencv_core.UMatVector imagePoints2,
opencv_core.UMat cameraMatrix1,
opencv_core.UMat distCoeffs1,
opencv_core.UMat cameraMatrix2,
opencv_core.UMat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.UMat R,
opencv_core.UMat T,
opencv_core.UMat E,
opencv_core.UMat F,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrateExtended(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints1,
opencv_core.GpuMatVector imagePoints2,
opencv_core.GpuMat cameraMatrix1,
opencv_core.GpuMat distCoeffs1,
opencv_core.GpuMat cameraMatrix2,
opencv_core.GpuMat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.GpuMat R,
opencv_core.GpuMat T,
opencv_core.GpuMat E,
opencv_core.GpuMat F,
opencv_core.GpuMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrateExtended(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints1,
opencv_core.GpuMatVector imagePoints2,
opencv_core.Mat cameraMatrix1,
opencv_core.Mat distCoeffs1,
opencv_core.Mat cameraMatrix2,
opencv_core.Mat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.Mat R,
opencv_core.Mat T,
opencv_core.Mat E,
opencv_core.Mat F,
opencv_core.Mat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrateExtended(opencv_core.GpuMatVector objectPoints,
opencv_core.GpuMatVector imagePoints1,
opencv_core.GpuMatVector imagePoints2,
opencv_core.UMat cameraMatrix1,
opencv_core.UMat distCoeffs1,
opencv_core.UMat cameraMatrix2,
opencv_core.UMat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.UMat R,
opencv_core.UMat T,
opencv_core.UMat E,
opencv_core.UMat F,
opencv_core.UMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrateExtended(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints1,
opencv_core.MatVector imagePoints2,
opencv_core.GpuMat cameraMatrix1,
opencv_core.GpuMat distCoeffs1,
opencv_core.GpuMat cameraMatrix2,
opencv_core.GpuMat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.GpuMat R,
opencv_core.GpuMat T,
opencv_core.GpuMat E,
opencv_core.GpuMat F,
opencv_core.GpuMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrateExtended(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints1,
opencv_core.MatVector imagePoints2,
opencv_core.Mat cameraMatrix1,
opencv_core.Mat distCoeffs1,
opencv_core.Mat cameraMatrix2,
opencv_core.Mat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.Mat R,
opencv_core.Mat T,
opencv_core.Mat E,
opencv_core.Mat F,
opencv_core.Mat perViewErrors,
int flags,
opencv_core.TermCriteria criteria)
\brief Calibrates the stereo camera.
|
static double |
opencv_calib3d.stereoCalibrateExtended(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints1,
opencv_core.MatVector imagePoints2,
opencv_core.UMat cameraMatrix1,
opencv_core.UMat distCoeffs1,
opencv_core.UMat cameraMatrix2,
opencv_core.UMat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.UMat R,
opencv_core.UMat T,
opencv_core.UMat E,
opencv_core.UMat F,
opencv_core.UMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrateExtended(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints1,
opencv_core.UMatVector imagePoints2,
opencv_core.GpuMat cameraMatrix1,
opencv_core.GpuMat distCoeffs1,
opencv_core.GpuMat cameraMatrix2,
opencv_core.GpuMat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.GpuMat R,
opencv_core.GpuMat T,
opencv_core.GpuMat E,
opencv_core.GpuMat F,
opencv_core.GpuMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrateExtended(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints1,
opencv_core.UMatVector imagePoints2,
opencv_core.Mat cameraMatrix1,
opencv_core.Mat distCoeffs1,
opencv_core.Mat cameraMatrix2,
opencv_core.Mat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.Mat R,
opencv_core.Mat T,
opencv_core.Mat E,
opencv_core.Mat F,
opencv_core.Mat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrateExtended(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints1,
opencv_core.UMatVector imagePoints2,
opencv_core.UMat cameraMatrix1,
opencv_core.UMat distCoeffs1,
opencv_core.UMat cameraMatrix2,
opencv_core.UMat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.UMat R,
opencv_core.UMat T,
opencv_core.UMat E,
opencv_core.UMat F,
opencv_core.UMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
opencv_tracking.TrackerMedianFlow.Params |
opencv_tracking.TrackerMedianFlow.Params.termCriteria(opencv_core.TermCriteria termCriteria) |
static void |
opencv_imgproc.undistortPointsIter(opencv_core.GpuMat src,
opencv_core.GpuMat dst,
opencv_core.GpuMat cameraMatrix,
opencv_core.GpuMat distCoeffs,
opencv_core.GpuMat R,
opencv_core.GpuMat P,
opencv_core.TermCriteria criteria) |
static void |
opencv_imgproc.undistortPointsIter(opencv_core.Mat src,
opencv_core.Mat dst,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.Mat R,
opencv_core.Mat P,
opencv_core.TermCriteria criteria)
\overload
\note Default version of #undistortPoints does 5 iterations to compute undistorted points.
|
static void |
opencv_imgproc.undistortPointsIter(opencv_core.UMat src,
opencv_core.UMat dst,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.UMat R,
opencv_core.UMat P,
opencv_core.TermCriteria criteria) |