@Namespace(value="cv") @NoOffset public static class opencv_tracking.CvHOGEvaluator extends opencv_tracking.CvFeatureEvaluator
| Constructor and Description |
|---|
CvHOGEvaluator()
Default native constructor.
|
CvHOGEvaluator(long size)
Native array allocator.
|
CvHOGEvaluator(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
apply(int varIdx,
int sampleIdx) |
void |
init(opencv_tracking.CvFeatureParams _featureParams,
int _maxSampleCount,
opencv_core.Size _winSize) |
opencv_tracking.CvHOGEvaluator |
position(long position) |
void |
setImage(opencv_core.Mat img,
byte clsLabel,
int idx) |
void |
writeFeatures(opencv_core.FileStorage fs,
opencv_core.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, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvHOGEvaluator()
public CvHOGEvaluator(long size)
Pointer.position(long).public CvHOGEvaluator(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_tracking.CvHOGEvaluator position(long position)
position in class org.bytedeco.javacpp.Pointerpublic void init(@Const
opencv_tracking.CvFeatureParams _featureParams,
int _maxSampleCount,
@ByVal
opencv_core.Size _winSize)
init in class opencv_tracking.CvFeatureEvaluatorpublic void setImage(@Const @ByRef
opencv_core.Mat img,
@Cast(value="uchar")
byte clsLabel,
int idx)
setImage in class opencv_tracking.CvFeatureEvaluator@Name(value="operator ()")
public float apply(int varIdx,
int sampleIdx)
apply in class opencv_tracking.CvFeatureEvaluatorpublic void writeFeatures(@ByRef
opencv_core.FileStorage fs,
@Const @ByRef
opencv_core.Mat featureMap)
writeFeatures in class opencv_tracking.CvFeatureEvaluatorCopyright © 2018. All rights reserved.