@Namespace(value="cv::aruco") @NoOffset @Properties(inherit=opencv_objdetect.class) public class CharucoParameters extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CharucoParameters() |
CharucoParameters(long size)
Native array allocator.
|
CharucoParameters(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Mat |
cameraMatrix()
cameraMatrix optional 3x3 floating-point camera matrix
|
CharucoParameters |
cameraMatrix(Mat setter) |
Mat |
distCoeffs()
distCoeffs optional vector of distortion coefficients
|
CharucoParameters |
distCoeffs(Mat setter) |
CharucoParameters |
getPointer(long i) |
int |
minMarkers()
minMarkers number of adjacent markers that must be detected to return a charuco corner, default = 2
|
CharucoParameters |
minMarkers(int setter) |
CharucoParameters |
position(long position) |
boolean |
tryRefineMarkers()
try to use refine board, default false
|
CharucoParameters |
tryRefineMarkers(boolean setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic CharucoParameters(Pointer p)
Pointer(Pointer).public CharucoParameters(long size)
Pointer.position(long).public CharucoParameters()
public CharucoParameters position(long position)
public CharucoParameters getPointer(long i)
getPointer in class Pointer@ByRef public Mat cameraMatrix()
public CharucoParameters cameraMatrix(Mat setter)
public CharucoParameters distCoeffs(Mat setter)
public int minMarkers()
public CharucoParameters minMarkers(int setter)
@Cast(value="bool") public boolean tryRefineMarkers()
public CharucoParameters tryRefineMarkers(boolean setter)
Copyright © 2023. All rights reserved.