@NoOffset public static class CvHaarEvaluator.FeatureHaar extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FeatureHaar(Pointer p)
Pointer cast constructor.
|
FeatureHaar(Size patchSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
eval(Mat image,
Rect ROI,
float[] result) |
boolean |
eval(Mat image,
Rect ROI,
FloatBuffer result) |
boolean |
eval(Mat image,
Rect ROI,
FloatPointer result) |
RectVector |
getAreas() |
float |
getInitMean() |
float |
getInitSigma() |
int |
getNumAreas() |
FloatPointer |
getWeights() |
void |
write(FileStorage arg0) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public FeatureHaar(Pointer p)
Pointer.Pointer(Pointer)
.@Cast(value="bool") public boolean eval(@Const @ByRef Mat image, @ByVal Rect ROI, FloatPointer result)
@Cast(value="bool") public boolean eval(@Const @ByRef Mat image, @ByVal Rect ROI, FloatBuffer result)
@Cast(value="bool") public boolean eval(@Const @ByRef Mat image, @ByVal Rect ROI, float[] result)
public int getNumAreas()
@StdVector public FloatPointer getWeights()
@Const @ByRef public RectVector getAreas()
public void write(@ByVal FileStorage arg0)
public float getInitMean()
public float getInitSigma()
Copyright © 2020. All rights reserved.