public static class opencv_contrib.CvAdaptiveSkinDetector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
MORPHING_METHOD_ERODE
enum CvAdaptiveSkinDetector::
|
static int |
MORPHING_METHOD_ERODE_DILATE
enum CvAdaptiveSkinDetector::
|
static int |
MORPHING_METHOD_ERODE_ERODE
enum CvAdaptiveSkinDetector::
|
static int |
MORPHING_METHOD_NONE
enum CvAdaptiveSkinDetector::
|
| Constructor and Description |
|---|
opencv_contrib.CvAdaptiveSkinDetector() |
opencv_contrib.CvAdaptiveSkinDetector(int size) |
opencv_contrib.CvAdaptiveSkinDetector(int samplingDivider,
int morphingMethod) |
opencv_contrib.CvAdaptiveSkinDetector(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_contrib.CvAdaptiveSkinDetector |
position(int position) |
void |
process(opencv_core.IplImage inputBGRImage,
opencv_core.IplImage outputHueMask) |
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 MORPHING_METHOD_NONE
public static final int MORPHING_METHOD_ERODE
public static final int MORPHING_METHOD_ERODE_ERODE
public static final int MORPHING_METHOD_ERODE_DILATE
public opencv_contrib.CvAdaptiveSkinDetector(Pointer p)
public opencv_contrib.CvAdaptiveSkinDetector(int size)
public opencv_contrib.CvAdaptiveSkinDetector(int samplingDivider,
int morphingMethod)
public opencv_contrib.CvAdaptiveSkinDetector()
public opencv_contrib.CvAdaptiveSkinDetector position(int position)
public void process(opencv_core.IplImage inputBGRImage, opencv_core.IplImage outputHueMask)
Copyright © 2014. All Rights Reserved.