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