@Properties(inherit=opencv_core.class) public class CvTermCriteria extends Pointer
TermCriteria
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CvTermCriteria()
Default native constructor.
|
CvTermCriteria(long size)
Native array allocator.
|
CvTermCriteria(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
TermCriteria |
asTermCriteria() |
double |
epsilon() |
CvTermCriteria |
epsilon(double setter) |
int |
max_iter() |
CvTermCriteria |
max_iter(int setter) |
CvTermCriteria |
position(long position) |
int |
type()
may be combination of
CV_TERMCRIT_ITER
CV_TERMCRIT_EPS
|
CvTermCriteria |
type(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public CvTermCriteria()
public CvTermCriteria(long size)
Pointer.position(long)
.public CvTermCriteria(Pointer p)
Pointer.Pointer(Pointer)
.public CvTermCriteria position(long position)
public int type()
public CvTermCriteria type(int setter)
public int max_iter()
public CvTermCriteria max_iter(int setter)
public double epsilon()
public CvTermCriteria epsilon(double setter)
@ByVal @Name(value="operator cv::TermCriteria") public TermCriteria asTermCriteria()
Copyright © 2020. All rights reserved.