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