@NoOffset
public static class opencv_core.CvTermCriteria
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
CvTermCriteria() |
CvTermCriteria(int _type,
int _iter,
double _eps) |
CvTermCriteria(long size)
Native array allocator.
|
CvTermCriteria(opencv_core.TermCriteria t) |
CvTermCriteria(org.bytedeco.javacpp.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, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvTermCriteria(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public CvTermCriteria(long size)
Pointer.position(long).public CvTermCriteria(int _type,
int _iter,
double _eps)
public CvTermCriteria()
public CvTermCriteria(@Const @ByRef
opencv_core.TermCriteria t)
public opencv_core.CvTermCriteria position(long position)
position in class org.bytedeco.javacpp.Pointerpublic 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 © 2018. All rights reserved.