@NoOffset
public static class opencv_tracking.TrackerFeatureHAAR.Params
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
Params() |
Params(long size)
Native array allocator.
|
Params(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIntegral()
true if input images are integral, false otherwise
|
opencv_tracking.TrackerFeatureHAAR.Params |
isIntegral(boolean isIntegral) |
int |
numFeatures()
# of rects
|
opencv_tracking.TrackerFeatureHAAR.Params |
numFeatures(int numFeatures) |
opencv_tracking.TrackerFeatureHAAR.Params |
position(long position) |
opencv_core.Size |
rectSize()
rect size
|
opencv_tracking.TrackerFeatureHAAR.Params |
rectSize(opencv_core.Size rectSize) |
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 Params(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public Params(long size)
Pointer.position(long).public Params()
public opencv_tracking.TrackerFeatureHAAR.Params position(long position)
position in class org.bytedeco.javacpp.Pointerpublic int numFeatures()
public opencv_tracking.TrackerFeatureHAAR.Params numFeatures(int numFeatures)
@ByRef public opencv_core.Size rectSize()
public opencv_tracking.TrackerFeatureHAAR.Params rectSize(opencv_core.Size rectSize)
@Cast(value="bool") public boolean isIntegral()
public opencv_tracking.TrackerFeatureHAAR.Params isIntegral(boolean isIntegral)
Copyright © 2018. All rights reserved.