@NoOffset public static class opencv_core.CvTermCriteria extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.CvTermCriteria() |
opencv_core.CvTermCriteria(int _type,
int _iter,
double _eps) |
opencv_core.CvTermCriteria(long size)
Native array allocator.
|
opencv_core.CvTermCriteria(opencv_core.TermCriteria t) |
opencv_core.CvTermCriteria(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.TermCriteria |
asTermCriteria() |
double |
epsilon() |
opencv_core.CvTermCriteria |
epsilon(double epsilon) |
int |
max_iter() |
opencv_core.CvTermCriteria |
max_iter(int max_iter) |
opencv_core.CvTermCriteria |
position(long position) |
int |
type()
may be combination of
CV_TERMCRIT_ITER
CV_TERMCRIT_EPS
|
opencv_core.CvTermCriteria |
type(int type) |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_core.CvTermCriteria(Pointer p)
Pointer.Pointer(Pointer).public opencv_core.CvTermCriteria(long size)
Pointer.position(long).public opencv_core.CvTermCriteria(int _type,
int _iter,
double _eps)
public opencv_core.CvTermCriteria()
public opencv_core.CvTermCriteria(@Const@ByRef opencv_core.TermCriteria t)
public opencv_core.CvTermCriteria position(long position)
public int type()
public opencv_core.CvTermCriteria type(int type)
public int max_iter()
public opencv_core.CvTermCriteria max_iter(int max_iter)
public double epsilon()
public opencv_core.CvTermCriteria epsilon(double epsilon)
@ByVal @Name(value="operator cv::TermCriteria") public opencv_core.TermCriteria asTermCriteria()
Copyright © 2016. All rights reserved.