Package org.opencv.objdetect
Class CharucoParameters
java.lang.Object
org.opencv.objdetect.CharucoParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CharucoParameters__fromPtr__(long addr) booleanintbooleanlongvoidset_cameraMatrix(Mat cameraMatrix) voidset_checkMarkers(boolean checkMarkers) voidset_distCoeffs(Mat distCoeffs) voidset_minMarkers(int minMarkers) voidset_tryRefineMarkers(boolean tryRefineMarkers)
-
Constructor Details
-
CharucoParameters
public CharucoParameters()
-
-
Method Details
-
getNativeObjAddr
public long getNativeObjAddr() -
__fromPtr__
-
get_cameraMatrix
-
set_cameraMatrix
-
get_distCoeffs
-
set_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)
-