@Namespace(value="cv") @Properties(inherit=opencv_tracking.class) public class CvFeatureEvaluator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CvFeatureEvaluator(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
float |
apply(int featureIdx,
int sampleIdx) |
static CvFeatureEvaluator |
create(int type) |
Mat |
getCls() |
float |
getCls(int si) |
int |
getFeatureSize() |
int |
getMaxCatCount() |
int |
getNumFeatures() |
void |
init(CvFeatureParams _featureParams,
int _maxSampleCount,
Size _winSize) |
void |
setImage(Mat img,
byte clsLabel,
int idx) |
void |
writeFeatures(FileStorage fs,
Mat featureMap) |
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 CvFeatureEvaluator(Pointer p)
Pointer.Pointer(Pointer)
.public void init(@Const CvFeatureParams _featureParams, int _maxSampleCount, @ByVal Size _winSize)
public void writeFeatures(@ByRef FileStorage fs, @Const @ByRef Mat featureMap)
@opencv_core.Ptr public static CvFeatureEvaluator create(@Cast(value="cv::CvFeatureParams::FeatureType") int type)
public int getNumFeatures()
public int getMaxCatCount()
public int getFeatureSize()
public float getCls(int si)
Copyright © 2020. All rights reserved.