public static class opencv_objdetect.CvHaarFeature
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
CvHaarFeature()
Default native constructor.
|
CvHaarFeature(long size)
Native array allocator.
|
CvHaarFeature(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_objdetect.CvHaarFeature |
position(long position) |
opencv_core.CvRect |
rect_r(int i) |
opencv_objdetect.CvHaarFeature |
rect_r(int i,
opencv_core.CvRect rect_r) |
float |
rect_weight(int i) |
opencv_objdetect.CvHaarFeature |
rect_weight(int i,
float rect_weight) |
int |
tilted() |
opencv_objdetect.CvHaarFeature |
tilted(int tilted) |
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 CvHaarFeature()
public CvHaarFeature(long size)
Pointer.position(long).public CvHaarFeature(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_objdetect.CvHaarFeature position(long position)
position in class org.bytedeco.javacpp.Pointerpublic int tilted()
public opencv_objdetect.CvHaarFeature tilted(int tilted)
@Name(value={"rect",".r"})
@ByRef
public opencv_core.CvRect rect_r(int i)
public opencv_objdetect.CvHaarFeature rect_r(int i, opencv_core.CvRect rect_r)
@Name(value={"rect",".weight"})
public float rect_weight(int i)
public opencv_objdetect.CvHaarFeature rect_weight(int i, float rect_weight)
Copyright © 2018. All rights reserved.