@Namespace(value="cv") @NoOffset public static class opencv_tracking.CvFeatureParams extends opencv_tracking.CvParams
| Modifier and Type | Field and Description |
|---|---|
static int |
HAAR
enum cv::CvFeatureParams::
|
static int |
HOG
enum cv::CvFeatureParams::
|
static int |
LBP
enum cv::CvFeatureParams::
|
| Constructor and Description |
|---|
CvFeatureParams() |
CvFeatureParams(long size)
Native array allocator.
|
CvFeatureParams(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_tracking.CvFeatureParams |
create(int featureType) |
int |
featSize() |
opencv_tracking.CvFeatureParams |
featSize(int featSize) |
void |
init(opencv_tracking.CvFeatureParams fp) |
int |
maxCatCount() |
opencv_tracking.CvFeatureParams |
maxCatCount(int maxCatCount) |
int |
numFeatures() |
opencv_tracking.CvFeatureParams |
numFeatures(int numFeatures) |
opencv_tracking.CvFeatureParams |
position(long position) |
boolean |
read(opencv_core.FileNode node) |
void |
write(opencv_core.FileStorage fs) |
name, name, printAttrs, printDefaults, scanAttr, scanAttraddress, 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 static final int HAAR
public static final int LBP
public static final int HOG
public CvFeatureParams(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public CvFeatureParams(long size)
Pointer.position(long).public CvFeatureParams()
public opencv_tracking.CvFeatureParams position(long position)
position in class org.bytedeco.javacpp.Pointerpublic void init(@Const @ByRef
opencv_tracking.CvFeatureParams fp)
public void write(@ByRef
opencv_core.FileStorage fs)
write in class opencv_tracking.CvParams@Cast(value="bool")
public boolean read(@Const @ByRef
opencv_core.FileNode node)
read in class opencv_tracking.CvParams@opencv_core.Ptr public static opencv_tracking.CvFeatureParams create(int featureType)
public int maxCatCount()
public opencv_tracking.CvFeatureParams maxCatCount(int maxCatCount)
public int featSize()
public opencv_tracking.CvFeatureParams featSize(int featSize)
public int numFeatures()
public opencv_tracking.CvFeatureParams numFeatures(int numFeatures)
Copyright © 2018. All rights reserved.