| Package | Description |
|---|---|
| org.opencv.core | |
| org.opencv.features2d | |
| org.opencv.imgproc | |
| org.opencv.objdetect | |
| org.opencv.text | |
| org.opencv.utils |
| Modifier and Type | Method and Description |
|---|---|
static MatOfPoint |
MatOfPoint.fromNativeAddr(long addr) |
| Modifier and Type | Method and Description |
|---|---|
void |
MSER.detectRegions(Mat image,
List<MatOfPoint> msers,
MatOfRect bboxes) |
| Modifier and Type | Method and Description |
|---|---|
static Rect |
Imgproc.boundingRect(MatOfPoint points) |
static void |
Imgproc.convexHull(MatOfPoint points,
MatOfInt hull) |
static void |
Imgproc.convexHull(MatOfPoint points,
MatOfInt hull,
boolean clockwise) |
static void |
Imgproc.convexityDefects(MatOfPoint contour,
MatOfInt convexhull,
MatOfInt4 convexityDefects) |
static void |
Imgproc.ellipse2Poly(Point center,
Size axes,
int angle,
int arcStart,
int arcEnd,
int delta,
MatOfPoint pts) |
static void |
Imgproc.fillConvexPoly(Mat img,
MatOfPoint points,
Scalar color) |
static void |
Imgproc.fillConvexPoly(Mat img,
MatOfPoint points,
Scalar color,
int lineType) |
static void |
Imgproc.fillConvexPoly(Mat img,
MatOfPoint points,
Scalar color,
int lineType,
int shift) |
static void |
Imgproc.goodFeaturesToTrack(Mat image,
MatOfPoint corners,
int maxCorners,
double qualityLevel,
double minDistance) |
static void |
Imgproc.goodFeaturesToTrack(Mat image,
MatOfPoint corners,
int maxCorners,
double qualityLevel,
double minDistance,
Mat mask) |
static void |
Imgproc.goodFeaturesToTrack(Mat image,
MatOfPoint corners,
int maxCorners,
double qualityLevel,
double minDistance,
Mat mask,
int blockSize) |
static void |
Imgproc.goodFeaturesToTrack(Mat image,
MatOfPoint corners,
int maxCorners,
double qualityLevel,
double minDistance,
Mat mask,
int blockSize,
boolean useHarrisDetector) |
static void |
Imgproc.goodFeaturesToTrack(Mat image,
MatOfPoint corners,
int maxCorners,
double qualityLevel,
double minDistance,
Mat mask,
int blockSize,
boolean useHarrisDetector,
double k) |
static void |
Imgproc.goodFeaturesToTrack(Mat image,
MatOfPoint corners,
int maxCorners,
double qualityLevel,
double minDistance,
Mat mask,
int blockSize,
int gradientSize) |
static void |
Imgproc.goodFeaturesToTrack(Mat image,
MatOfPoint corners,
int maxCorners,
double qualityLevel,
double minDistance,
Mat mask,
int blockSize,
int gradientSize,
boolean useHarrisDetector) |
static void |
Imgproc.goodFeaturesToTrack(Mat image,
MatOfPoint corners,
int maxCorners,
double qualityLevel,
double minDistance,
Mat mask,
int blockSize,
int gradientSize,
boolean useHarrisDetector,
double k) |
static boolean |
Imgproc.isContourConvex(MatOfPoint contour) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Imgproc.drawContours(Mat image,
List<MatOfPoint> contours,
int contourIdx,
Scalar color) |
static void |
Imgproc.drawContours(Mat image,
List<MatOfPoint> contours,
int contourIdx,
Scalar color,
int thickness) |
static void |
Imgproc.drawContours(Mat image,
List<MatOfPoint> contours,
int contourIdx,
Scalar color,
int thickness,
int lineType) |
static void |
Imgproc.drawContours(Mat image,
List<MatOfPoint> contours,
int contourIdx,
Scalar color,
int thickness,
int lineType,
Mat hierarchy) |
static void |
Imgproc.drawContours(Mat image,
List<MatOfPoint> contours,
int contourIdx,
Scalar color,
int thickness,
int lineType,
Mat hierarchy,
int maxLevel) |
static void |
Imgproc.drawContours(Mat image,
List<MatOfPoint> contours,
int contourIdx,
Scalar color,
int thickness,
int lineType,
Mat hierarchy,
int maxLevel,
Point offset) |
static void |
Imgproc.fillPoly(Mat img,
List<MatOfPoint> pts,
Scalar color) |
static void |
Imgproc.fillPoly(Mat img,
List<MatOfPoint> pts,
Scalar color,
int lineType) |
static void |
Imgproc.fillPoly(Mat img,
List<MatOfPoint> pts,
Scalar color,
int lineType,
int shift) |
static void |
Imgproc.fillPoly(Mat img,
List<MatOfPoint> pts,
Scalar color,
int lineType,
int shift,
Point offset) |
static void |
Imgproc.findContours(Mat image,
List<MatOfPoint> contours,
Mat hierarchy,
int mode,
int method) |
static void |
Imgproc.findContours(Mat image,
List<MatOfPoint> contours,
Mat hierarchy,
int mode,
int method,
Point offset) |
static void |
Imgproc.polylines(Mat img,
List<MatOfPoint> pts,
boolean isClosed,
Scalar color) |
static void |
Imgproc.polylines(Mat img,
List<MatOfPoint> pts,
boolean isClosed,
Scalar color,
int thickness) |
static void |
Imgproc.polylines(Mat img,
List<MatOfPoint> pts,
boolean isClosed,
Scalar color,
int thickness,
int lineType) |
static void |
Imgproc.polylines(Mat img,
List<MatOfPoint> pts,
boolean isClosed,
Scalar color,
int thickness,
int lineType,
int shift) |
| Modifier and Type | Method and Description |
|---|---|
void |
HOGDescriptor.compute(Mat img,
MatOfFloat descriptors,
Size winStride,
Size padding,
MatOfPoint locations) |
void |
HOGDescriptor.detect(Mat img,
MatOfPoint foundLocations,
MatOfDouble weights) |
void |
HOGDescriptor.detect(Mat img,
MatOfPoint foundLocations,
MatOfDouble weights,
double hitThreshold) |
void |
HOGDescriptor.detect(Mat img,
MatOfPoint foundLocations,
MatOfDouble weights,
double hitThreshold,
Size winStride) |
void |
HOGDescriptor.detect(Mat img,
MatOfPoint foundLocations,
MatOfDouble weights,
double hitThreshold,
Size winStride,
Size padding) |
void |
HOGDescriptor.detect(Mat img,
MatOfPoint foundLocations,
MatOfDouble weights,
double hitThreshold,
Size winStride,
Size padding,
MatOfPoint searchLocations) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Text.detectRegions(Mat image,
ERFilter er_filter1,
ERFilter er_filter2,
List<MatOfPoint> regions) |
static void |
Text.erGrouping(Mat image,
Mat channel,
List<MatOfPoint> regions,
MatOfRect groups_rects) |
static void |
Text.erGrouping(Mat image,
Mat channel,
List<MatOfPoint> regions,
MatOfRect groups_rects,
int method) |
static void |
Text.erGrouping(Mat image,
Mat channel,
List<MatOfPoint> regions,
MatOfRect groups_rects,
int method,
String filename) |
static void |
Text.erGrouping(Mat image,
Mat channel,
List<MatOfPoint> regions,
MatOfRect groups_rects,
int method,
String filename,
float minProbablity) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Converters.Mat_to_vector_vector_Point(Mat m,
List<MatOfPoint> pts) |
static Mat |
Converters.vector_vector_Point_to_Mat(List<MatOfPoint> pts,
List<Mat> mats) |
Copyright © 2018. All rights reserved.