OpenCV for Unity 3.0.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.12.0/index.html ) for the details of the argument of the method.
|
Pose estimation parameters. More...
Public Member Functions | |
EstimateParameters () | |
int | get_pattern () |
int | get_solvePnPMethod () |
bool | get_useExtrinsicGuess () |
IntPtr | getNativeObjAddr () |
void | set_pattern (int pattern) |
void | set_solvePnPMethod (int solvePnPMethod) |
void | set_useExtrinsicGuess (bool useExtrinsicGuess) |
![]() | |
void | Dispose () |
void | ThrowIfDisposed () |
Static Public Member Functions | |
static EstimateParameters | __fromPtr__ (IntPtr addr) |
![]() | |
static IntPtr | ThrowIfNullIntPtr (IntPtr ptr) |
Protected Member Functions | |
override void | Dispose (bool disposing) |
![]() | |
DisposableOpenCVObject () | |
DisposableOpenCVObject (bool isEnabledDispose) | |
DisposableOpenCVObject (IntPtr ptr) | |
DisposableOpenCVObject (IntPtr ptr, bool isEnabledDispose) | |
![]() | |
DisposableObject () | |
DisposableObject (bool isEnabledDispose) | |
Additional Inherited Members | |
![]() | |
![]() | |
bool | IsDisposed [get, protected set] |
bool | IsEnabledDispose [get, set] |
Pose estimation parameters.
pattern | Defines center this system and axes direction (default PatternPositionType::ARUCO_CCW_CENTER). |
useExtrinsicGuess | Parameter used for SOLVEPNP_ITERATIVE. If true (1), the function uses the provided rvec and tvec values as initial approximations of the rotation and translation vectors, respectively, and further optimizes them (default false). |
solvePnPMethod | Method for solving a PnP problem: see calib3d_solvePnP_flags (default SOLVEPNP_ITERATIVE). |
OpenCVForUnity.ArucoModule.EstimateParameters.EstimateParameters | ( | ) |
|
static |
|
protectedvirtual |
Reimplemented from OpenCVForUnity.DisposableOpenCVObject.
int OpenCVForUnity.ArucoModule.EstimateParameters.get_pattern | ( | ) |
int OpenCVForUnity.ArucoModule.EstimateParameters.get_solvePnPMethod | ( | ) |
bool OpenCVForUnity.ArucoModule.EstimateParameters.get_useExtrinsicGuess | ( | ) |
IntPtr OpenCVForUnity.ArucoModule.EstimateParameters.getNativeObjAddr | ( | ) |
void OpenCVForUnity.ArucoModule.EstimateParameters.set_pattern | ( | int | pattern | ) |
void OpenCVForUnity.ArucoModule.EstimateParameters.set_solvePnPMethod | ( | int | solvePnPMethod | ) |
void OpenCVForUnity.ArucoModule.EstimateParameters.set_useExtrinsicGuess | ( | bool | useExtrinsicGuess | ) |