@Namespace(value="cv::aruco") @NoOffset @Properties(inherit=opencv_aruco.class) public class EstimateParameters extends Pointer
PatternPos, solvePnP(), \ref tutorial_aruco_detection
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
EstimateParameters() |
EstimateParameters(long size)
Native array allocator.
|
EstimateParameters(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static EstimateParameters |
create() |
EstimateParameters |
getPointer(long i) |
int |
pattern() |
EstimateParameters |
pattern(int setter) |
EstimateParameters |
position(long position) |
int |
solvePnPMethod() |
EstimateParameters |
solvePnPMethod(int setter) |
boolean |
useExtrinsicGuess() |
EstimateParameters |
useExtrinsicGuess(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, zero
public EstimateParameters(Pointer p)
Pointer(Pointer)
.public EstimateParameters(long size)
Pointer.position(long)
.public EstimateParameters()
public EstimateParameters position(long position)
public EstimateParameters getPointer(long i)
getPointer
in class Pointer
public EstimateParameters pattern(int setter)
public EstimateParameters useExtrinsicGuess(boolean setter)
public EstimateParameters solvePnPMethod(int setter)
@opencv_core.Ptr public static EstimateParameters create()
Copyright © 2022. All rights reserved.