@Namespace(value="cv") public static class opencv_objdetect.BaseCascadeClassifier extends opencv_core.Algorithm
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_objdetect.BaseCascadeClassifier.MaskGenerator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
BaseCascadeClassifier(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
detectMultiScale(opencv_core.Mat image,
opencv_core.RectVector objects,
double scaleFactor,
int minNeighbors,
int flags,
opencv_core.Size minSize,
opencv_core.Size maxSize) |
void |
detectMultiScale(opencv_core.Mat image,
opencv_core.RectVector objects,
IntBuffer rejectLevels,
DoubleBuffer levelWeights,
double scaleFactor,
int minNeighbors,
int flags,
opencv_core.Size minSize,
opencv_core.Size maxSize,
boolean outputRejectLevels) |
void |
detectMultiScale(opencv_core.Mat image,
opencv_core.RectVector objects,
IntBuffer numDetections,
double scaleFactor,
int minNeighbors,
int flags,
opencv_core.Size minSize,
opencv_core.Size maxSize) |
void |
detectMultiScale(opencv_core.Mat image,
opencv_core.RectVector objects,
IntPointer numDetections,
double scaleFactor,
int minNeighbors,
int flags,
opencv_core.Size minSize,
opencv_core.Size maxSize) |
void |
detectMultiScale(opencv_core.Mat image,
opencv_core.RectVector objects,
IntPointer rejectLevels,
DoublePointer levelWeights,
double scaleFactor,
int minNeighbors,
int flags,
opencv_core.Size minSize,
opencv_core.Size maxSize,
boolean outputRejectLevels) |
void |
detectMultiScale(opencv_core.UMat image,
opencv_core.RectVector objects,
double scaleFactor,
int minNeighbors,
int flags,
opencv_core.Size minSize,
opencv_core.Size maxSize) |
void |
detectMultiScale(opencv_core.UMat image,
opencv_core.RectVector objects,
int[] rejectLevels,
double[] levelWeights,
double scaleFactor,
int minNeighbors,
int flags,
opencv_core.Size minSize,
opencv_core.Size maxSize,
boolean outputRejectLevels) |
void |
detectMultiScale(opencv_core.UMat image,
opencv_core.RectVector objects,
int[] numDetections,
double scaleFactor,
int minNeighbors,
int flags,
opencv_core.Size minSize,
opencv_core.Size maxSize) |
void |
detectMultiScale(opencv_core.UMat image,
opencv_core.RectVector objects,
IntPointer numDetections,
double scaleFactor,
int minNeighbors,
int flags,
opencv_core.Size minSize,
opencv_core.Size maxSize) |
void |
detectMultiScale(opencv_core.UMat image,
opencv_core.RectVector objects,
IntPointer rejectLevels,
DoublePointer levelWeights,
double scaleFactor,
int minNeighbors,
int flags,
opencv_core.Size minSize,
opencv_core.Size maxSize,
boolean outputRejectLevels) |
boolean |
empty()
\brief Returns true if the Algorithm is empty (e.g.
|
int |
getFeatureType() |
opencv_objdetect.BaseCascadeClassifier.MaskGenerator |
getMaskGenerator() |
Pointer |
getOldCascade() |
opencv_core.Size |
getOriginalWindowSize() |
boolean |
isOldFormatCascade() |
boolean |
load(BytePointer filename) |
boolean |
load(String filename) |
void |
setMaskGenerator(opencv_objdetect.BaseCascadeClassifier.MaskGenerator maskGenerator) |
clear, getDefaultName, position, read, save, save, writeaddress, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic BaseCascadeClassifier(Pointer p)
Pointer.Pointer(Pointer).@Cast(value="bool") public boolean empty()
opencv_core.Algorithmempty in class opencv_core.Algorithm@Cast(value="bool") public boolean load(@opencv_core.Str BytePointer filename)
@Cast(value="bool") public boolean load(@opencv_core.Str String filename)
public void detectMultiScale(@ByVal opencv_core.Mat image, @ByRef opencv_core.RectVector objects, double scaleFactor, int minNeighbors, int flags, @ByVal opencv_core.Size minSize, @ByVal opencv_core.Size maxSize)
public void detectMultiScale(@ByVal opencv_core.UMat image, @ByRef opencv_core.RectVector objects, double scaleFactor, int minNeighbors, int flags, @ByVal opencv_core.Size minSize, @ByVal opencv_core.Size maxSize)
public void detectMultiScale(@ByVal opencv_core.Mat image, @ByRef opencv_core.RectVector objects, @StdVector IntPointer numDetections, double scaleFactor, int minNeighbors, int flags, @ByVal opencv_core.Size minSize, @ByVal opencv_core.Size maxSize)
public void detectMultiScale(@ByVal opencv_core.Mat image, @ByRef opencv_core.RectVector objects, @StdVector IntBuffer numDetections, double scaleFactor, int minNeighbors, int flags, @ByVal opencv_core.Size minSize, @ByVal opencv_core.Size maxSize)
public void detectMultiScale(@ByVal opencv_core.UMat image, @ByRef opencv_core.RectVector objects, @StdVector int[] numDetections, double scaleFactor, int minNeighbors, int flags, @ByVal opencv_core.Size minSize, @ByVal opencv_core.Size maxSize)
public void detectMultiScale(@ByVal opencv_core.UMat image, @ByRef opencv_core.RectVector objects, @StdVector IntPointer numDetections, double scaleFactor, int minNeighbors, int flags, @ByVal opencv_core.Size minSize, @ByVal opencv_core.Size maxSize)
public void detectMultiScale(@ByVal opencv_core.Mat image, @ByRef opencv_core.RectVector objects, @StdVector IntPointer rejectLevels, @StdVector DoublePointer levelWeights, double scaleFactor, int minNeighbors, int flags, @ByVal opencv_core.Size minSize, @ByVal opencv_core.Size maxSize, @Cast(value="bool") boolean outputRejectLevels)
public void detectMultiScale(@ByVal opencv_core.Mat image, @ByRef opencv_core.RectVector objects, @StdVector IntBuffer rejectLevels, @StdVector DoubleBuffer levelWeights, double scaleFactor, int minNeighbors, int flags, @ByVal opencv_core.Size minSize, @ByVal opencv_core.Size maxSize, @Cast(value="bool") boolean outputRejectLevels)
public void detectMultiScale(@ByVal opencv_core.UMat image, @ByRef opencv_core.RectVector objects, @StdVector int[] rejectLevels, @StdVector double[] levelWeights, double scaleFactor, int minNeighbors, int flags, @ByVal opencv_core.Size minSize, @ByVal opencv_core.Size maxSize, @Cast(value="bool") boolean outputRejectLevels)
public void detectMultiScale(@ByVal opencv_core.UMat image, @ByRef opencv_core.RectVector objects, @StdVector IntPointer rejectLevels, @StdVector DoublePointer levelWeights, double scaleFactor, int minNeighbors, int flags, @ByVal opencv_core.Size minSize, @ByVal opencv_core.Size maxSize, @Cast(value="bool") boolean outputRejectLevels)
@ByVal public opencv_core.Size getOriginalWindowSize()
public int getFeatureType()
public Pointer getOldCascade()
public void setMaskGenerator(@opencv_core.Ptr opencv_objdetect.BaseCascadeClassifier.MaskGenerator maskGenerator)
@opencv_core.Ptr public opencv_objdetect.BaseCascadeClassifier.MaskGenerator getMaskGenerator()
Copyright © 2017. All rights reserved.