| Package | Description |
|---|---|
| org.opencv.core | |
| org.opencv.objdetect | |
| org.opencv.video |
| Modifier and Type | Method and Description |
|---|---|
static MatOfRect |
MatOfRect.fromNativeAddr(long addr) |
| Modifier and Type | Method and Description |
|---|---|
void |
CascadeClassifier.detectMultiScale(Mat image,
MatOfRect objects)
Detects objects of different sizes in the input image.
|
void |
CascadeClassifier.detectMultiScale(Mat image,
MatOfRect objects,
double scaleFactor,
int minNeighbors,
int flags,
Size minSize,
Size maxSize)
Detects objects of different sizes in the input image.
|
void |
HOGDescriptor.detectMultiScale(Mat img,
MatOfRect foundLocations,
MatOfDouble foundWeights) |
void |
HOGDescriptor.detectMultiScale(Mat img,
MatOfRect foundLocations,
MatOfDouble foundWeights,
double hitThreshold,
Size winStride,
Size padding,
double scale,
double finalThreshold,
boolean useMeanshiftGrouping) |
void |
CascadeClassifier.detectMultiScale(Mat image,
MatOfRect objects,
MatOfInt rejectLevels,
MatOfDouble levelWeights)
Detects objects of different sizes in the input image.
|
void |
CascadeClassifier.detectMultiScale(Mat image,
MatOfRect objects,
MatOfInt rejectLevels,
MatOfDouble levelWeights,
double scaleFactor,
int minNeighbors,
int flags,
Size minSize,
Size maxSize,
boolean outputRejectLevels)
Detects objects of different sizes in the input image.
|
static void |
Objdetect.groupRectangles(MatOfRect rectList,
MatOfInt weights,
int groupThreshold)
Groups the object candidate rectangles.
|
static void |
Objdetect.groupRectangles(MatOfRect rectList,
MatOfInt weights,
int groupThreshold,
double eps)
Groups the object candidate rectangles.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Video.segmentMotion(Mat mhi,
Mat segmask,
MatOfRect boundingRects,
double timestamp,
double segThresh)
Splits a motion history image into a few parts corresponding to separate
independent motions (for example, left hand, right hand).
|
Copyright © 2014. All rights reserved.