public static class opencv_core.CvTermCriteria extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.CvTermCriteria() |
opencv_core.CvTermCriteria(int size) |
opencv_core.CvTermCriteria(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
double |
epsilon() |
opencv_core.CvTermCriteria |
epsilon(double epsilon) |
int |
max_iter() |
opencv_core.CvTermCriteria |
max_iter(int max_iter) |
opencv_core.CvTermCriteria |
position(int position) |
int |
type() |
opencv_core.CvTermCriteria |
type(int type) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_core.CvTermCriteria()
public opencv_core.CvTermCriteria(int size)
public opencv_core.CvTermCriteria(Pointer p)
public opencv_core.CvTermCriteria position(int 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)
Copyright © 2014. All Rights Reserved.