Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.opencv_aruco |
Modifier and Type | Method and Description |
---|---|
static void |
opencv_aruco.estimatePoseSingleMarkers(GpuMatVector corners,
float markerLength,
GpuMat cameraMatrix,
GpuMat distCoeffs,
GpuMat rvecs,
GpuMat tvecs,
GpuMat objPoints,
EstimateParameters estimateParameters) |
static void |
opencv_aruco.estimatePoseSingleMarkers(GpuMatVector corners,
float markerLength,
Mat cameraMatrix,
Mat distCoeffs,
Mat rvecs,
Mat tvecs,
Mat objPoints,
EstimateParameters estimateParameters) |
static void |
opencv_aruco.estimatePoseSingleMarkers(GpuMatVector corners,
float markerLength,
UMat cameraMatrix,
UMat distCoeffs,
UMat rvecs,
UMat tvecs,
UMat objPoints,
EstimateParameters estimateParameters) |
static void |
opencv_aruco.estimatePoseSingleMarkers(MatVector corners,
float markerLength,
GpuMat cameraMatrix,
GpuMat distCoeffs,
GpuMat rvecs,
GpuMat tvecs,
GpuMat objPoints,
EstimateParameters estimateParameters) |
static void |
opencv_aruco.estimatePoseSingleMarkers(MatVector corners,
float markerLength,
Mat cameraMatrix,
Mat distCoeffs,
Mat rvecs,
Mat tvecs,
Mat objPoints,
EstimateParameters estimateParameters)
Deprecated.
Use cv::solvePnP
|
static void |
opencv_aruco.estimatePoseSingleMarkers(MatVector corners,
float markerLength,
UMat cameraMatrix,
UMat distCoeffs,
UMat rvecs,
UMat tvecs,
UMat objPoints,
EstimateParameters estimateParameters) |
static void |
opencv_aruco.estimatePoseSingleMarkers(UMatVector corners,
float markerLength,
GpuMat cameraMatrix,
GpuMat distCoeffs,
GpuMat rvecs,
GpuMat tvecs,
GpuMat objPoints,
EstimateParameters estimateParameters) |
static void |
opencv_aruco.estimatePoseSingleMarkers(UMatVector corners,
float markerLength,
Mat cameraMatrix,
Mat distCoeffs,
Mat rvecs,
Mat tvecs,
Mat objPoints,
EstimateParameters estimateParameters) |
static void |
opencv_aruco.estimatePoseSingleMarkers(UMatVector corners,
float markerLength,
UMat cameraMatrix,
UMat distCoeffs,
UMat rvecs,
UMat tvecs,
UMat objPoints,
EstimateParameters estimateParameters) |
Modifier and Type | Method and Description |
---|---|
EstimateParameters |
EstimateParameters.getPointer(long i)
Deprecated.
|
EstimateParameters |
EstimateParameters.pattern(int setter)
Deprecated.
|
EstimateParameters |
EstimateParameters.position(long position)
Deprecated.
|
EstimateParameters |
EstimateParameters.solvePnPMethod(int setter)
Deprecated.
|
EstimateParameters |
EstimateParameters.useExtrinsicGuess(boolean setter)
Deprecated.
|
Copyright © 2024. All rights reserved.