Package org.opencv.aruco
Class EstimateParameters
- java.lang.Object
-
- org.opencv.aruco.EstimateParameters
-
@Deprecated public class EstimateParameters extends java.lang.Object
Deprecated.Use Board::matchImagePoints and cv::solvePnP SEE: PatternPositionType, solvePnP()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 REF: calib3d_solvePnP_flags (default SOLVEPNP_ITERATIVE).
-
-
Field Summary
Fields Modifier and Type Field Description protected long
nativeObj
Deprecated.
-
Constructor Summary
Constructors Modifier Constructor Description EstimateParameters()
Deprecated.protected
EstimateParameters(long addr)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static EstimateParameters
__fromPtr__(long addr)
Deprecated.protected void
finalize()
Deprecated.int
get_solvePnPMethod()
Deprecated.boolean
get_useExtrinsicGuess()
Deprecated.long
getNativeObjAddr()
Deprecated.void
set_solvePnPMethod(int solvePnPMethod)
Deprecated.void
set_useExtrinsicGuess(boolean useExtrinsicGuess)
Deprecated.
-
-
-
Method Detail
-
getNativeObjAddr
public long getNativeObjAddr()
Deprecated.
-
__fromPtr__
public static EstimateParameters __fromPtr__(long addr)
Deprecated.
-
get_useExtrinsicGuess
public boolean get_useExtrinsicGuess()
Deprecated.
-
set_useExtrinsicGuess
public void set_useExtrinsicGuess(boolean useExtrinsicGuess)
Deprecated.
-
get_solvePnPMethod
public int get_solvePnPMethod()
Deprecated.
-
set_solvePnPMethod
public void set_solvePnPMethod(int solvePnPMethod)
Deprecated.
-
finalize
protected void finalize() throws java.lang.Throwable
Deprecated.- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
-