@Namespace(value="cv") @NoOffset @Properties(inherit=opencv_tracking.class) public class CvLBPEvaluator extends CvFeatureEvaluator
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CvLBPEvaluator()
Default native constructor.
|
CvLBPEvaluator(long size)
Native array allocator.
|
CvLBPEvaluator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
apply(int featureIdx,
int sampleIdx) |
void |
init(CvFeatureParams _featureParams,
int _maxSampleCount,
Size _winSize) |
CvLBPEvaluator |
position(long position) |
void |
setImage(Mat img,
byte clsLabel,
int idx) |
void |
writeFeatures(FileStorage fs,
Mat featureMap) |
create, getCls, getCls, getFeatureSize, getMaxCatCount, getNumFeaturesaddress, 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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvLBPEvaluator()
public CvLBPEvaluator(long size)
Pointer.position(long).public CvLBPEvaluator(Pointer p)
Pointer.Pointer(Pointer).public CvLBPEvaluator position(long position)
public void init(@Const CvFeatureParams _featureParams, int _maxSampleCount, @ByVal Size _winSize)
init in class CvFeatureEvaluatorpublic void setImage(@Const @ByRef Mat img, @Cast(value="uchar") byte clsLabel, int idx)
setImage in class CvFeatureEvaluator@Name(value="operator ()") public float apply(int featureIdx, int sampleIdx)
apply in class CvFeatureEvaluatorpublic void writeFeatures(@ByRef FileStorage fs, @Const @ByRef Mat featureMap)
writeFeatures in class CvFeatureEvaluatorCopyright © 2020. All rights reserved.