@NoOffset
public static class opencv_tracking.CvHaarEvaluator.FeatureHaar
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
FeatureHaar(opencv_core.Size patchSize) |
FeatureHaar(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval(opencv_core.Mat image,
opencv_core.Rect ROI,
float[] result) |
boolean |
eval(opencv_core.Mat image,
opencv_core.Rect ROI,
FloatBuffer result) |
boolean |
eval(opencv_core.Mat image,
opencv_core.Rect ROI,
org.bytedeco.javacpp.FloatPointer result) |
opencv_core.RectVector |
getAreas() |
float |
getInitMean() |
float |
getInitSigma() |
int |
getNumAreas() |
org.bytedeco.javacpp.FloatPointer |
getWeights() |
void |
write(opencv_core.FileStorage arg0) |
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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic FeatureHaar(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public FeatureHaar(@ByVal
opencv_core.Size patchSize)
@Cast(value="bool")
public boolean eval(@Const @ByRef
opencv_core.Mat image,
@ByVal
opencv_core.Rect ROI,
org.bytedeco.javacpp.FloatPointer result)
@Cast(value="bool")
public boolean eval(@Const @ByRef
opencv_core.Mat image,
@ByVal
opencv_core.Rect ROI,
FloatBuffer result)
@Cast(value="bool")
public boolean eval(@Const @ByRef
opencv_core.Mat image,
@ByVal
opencv_core.Rect ROI,
float[] result)
public int getNumAreas()
@StdVector public org.bytedeco.javacpp.FloatPointer getWeights()
@Const @ByRef public opencv_core.RectVector getAreas()
public void write(@ByVal
opencv_core.FileStorage arg0)
public float getInitMean()
public float getInitSigma()
Copyright © 2018. All rights reserved.