@Namespace(value="cv") @NoOffset public static class opencv_tracking.CvHaarFeatureParams extends opencv_tracking.CvFeatureParams
HAAR, HOG, LBP| Constructor and Description |
|---|
CvHaarFeatureParams() |
CvHaarFeatureParams(long size)
Native array allocator.
|
CvHaarFeatureParams(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
init(opencv_tracking.CvFeatureParams fp) |
boolean |
isIntegral() |
opencv_tracking.CvHaarFeatureParams |
isIntegral(boolean isIntegral) |
opencv_tracking.CvHaarFeatureParams |
position(long position) |
void |
printAttrs() |
void |
printDefaults() |
boolean |
read(opencv_core.FileNode node) |
boolean |
scanAttr(org.bytedeco.javacpp.BytePointer prm,
org.bytedeco.javacpp.BytePointer val) |
boolean |
scanAttr(String prm,
String val) |
void |
write(opencv_core.FileStorage fs) |
create, featSize, featSize, maxCatCount, maxCatCount, numFeatures, numFeaturesname, nameaddress, 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 CvHaarFeatureParams(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public CvHaarFeatureParams(long size)
Pointer.position(long).public CvHaarFeatureParams()
public opencv_tracking.CvHaarFeatureParams position(long position)
position in class opencv_tracking.CvFeatureParamspublic void init(@Const @ByRef
opencv_tracking.CvFeatureParams fp)
init in class opencv_tracking.CvFeatureParamspublic void write(@ByRef
opencv_core.FileStorage fs)
write in class opencv_tracking.CvFeatureParams@Cast(value="bool")
public boolean read(@Const @ByRef
opencv_core.FileNode node)
read in class opencv_tracking.CvFeatureParamspublic void printDefaults()
printDefaults in class opencv_tracking.CvParamspublic void printAttrs()
printAttrs in class opencv_tracking.CvParams@Cast(value="bool")
public boolean scanAttr(@StdString
org.bytedeco.javacpp.BytePointer prm,
@StdString
org.bytedeco.javacpp.BytePointer val)
scanAttr in class opencv_tracking.CvParams@Cast(value="bool")
public boolean scanAttr(@StdString
String prm,
@StdString
String val)
scanAttr in class opencv_tracking.CvParams@Cast(value="bool") public boolean isIntegral()
public opencv_tracking.CvHaarFeatureParams isIntegral(boolean isIntegral)
Copyright © 2018. All rights reserved.