Package org.opencv.objdetect
Class CharucoParameters
- java.lang.Object
-
- org.opencv.objdetect.CharucoParameters
-
public class CharucoParameters extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected longnativeObj
-
Constructor Summary
Constructors Modifier Constructor Description CharucoParameters()protectedCharucoParameters(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CharucoParameters__fromPtr__(long addr)protected voidfinalize()Matget_cameraMatrix()booleanget_checkMarkers()Matget_distCoeffs()intget_minMarkers()booleanget_tryRefineMarkers()longgetNativeObjAddr()voidset_cameraMatrix(Mat cameraMatrix)voidset_checkMarkers(boolean checkMarkers)voidset_distCoeffs(Mat distCoeffs)voidset_minMarkers(int minMarkers)voidset_tryRefineMarkers(boolean tryRefineMarkers)
-
-
-
Method Detail
-
getNativeObjAddr
public long getNativeObjAddr()
-
__fromPtr__
public static CharucoParameters __fromPtr__(long addr)
-
get_cameraMatrix
public Mat get_cameraMatrix()
-
set_cameraMatrix
public void set_cameraMatrix(Mat cameraMatrix)
-
get_distCoeffs
public Mat get_distCoeffs()
-
set_distCoeffs
public void set_distCoeffs(Mat distCoeffs)
-
get_minMarkers
public int get_minMarkers()
-
set_minMarkers
public void set_minMarkers(int minMarkers)
-
get_tryRefineMarkers
public boolean get_tryRefineMarkers()
-
set_tryRefineMarkers
public void set_tryRefineMarkers(boolean tryRefineMarkers)
-
get_checkMarkers
public boolean get_checkMarkers()
-
set_checkMarkers
public void set_checkMarkers(boolean checkMarkers)
-
finalize
protected void finalize() throws java.lang.Throwable- Overrides:
finalizein classjava.lang.Object- Throws:
java.lang.Throwable
-
-