public static class opencv_objdetect.FeatureEvaluator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
HAAR
enum cv::FeatureEvaluator::
|
static int |
HOG
enum cv::FeatureEvaluator::
|
static int |
LBP
enum cv::FeatureEvaluator::
|
| Constructor and Description |
|---|
opencv_objdetect.FeatureEvaluator() |
opencv_objdetect.FeatureEvaluator(int size) |
opencv_objdetect.FeatureEvaluator(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
calcCat(int featureIdx) |
double |
calcOrd(int featureIdx) |
opencv_objdetect.FeatureEvaluator |
clone() |
opencv_objdetect.FeatureEvaluator |
create(int type) |
int |
getFeatureType() |
opencv_objdetect.FeatureEvaluator |
position(int position) |
boolean |
read(opencv_core.FileNode node) |
boolean |
setImage(opencv_core.Mat img,
opencv_core.Size origWinSize) |
boolean |
setWindow(opencv_core.Point p) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic static final int HAAR
public static final int LBP
public static final int HOG
public opencv_objdetect.FeatureEvaluator()
public opencv_objdetect.FeatureEvaluator(int size)
public opencv_objdetect.FeatureEvaluator(Pointer p)
public opencv_objdetect.FeatureEvaluator position(int position)
public boolean read(opencv_core.FileNode node)
public opencv_objdetect.FeatureEvaluator clone()
public int getFeatureType()
public boolean setImage(opencv_core.Mat img, opencv_core.Size origWinSize)
public boolean setWindow(opencv_core.Point p)
public double calcOrd(int featureIdx)
public int calcCat(int featureIdx)
public opencv_objdetect.FeatureEvaluator create(int type)
Copyright © 2014. All Rights Reserved.