Package org.opencv.objdetect
Class CharucoParameters
java.lang.Object
org.opencv.objdetect.CharucoParameters
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CharucoParameters
__fromPtr__
(long addr) protected void
finalize()
int
boolean
long
void
set_cameraMatrix
(Mat cameraMatrix) void
set_distCoeffs
(Mat distCoeffs) void
set_minMarkers
(int minMarkers) void
set_tryRefineMarkers
(boolean tryRefineMarkers)
-
Field Details
-
nativeObj
protected final long nativeObj
-
-
Constructor Details
-
CharucoParameters
protected CharucoParameters(long addr)
-
-
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) -
finalize
-