| Package | Description |
|---|---|
| org.opencv.calib3d | |
| org.opencv.core | |
| org.opencv.imgproc | |
| org.opencv.photo | |
| org.opencv.structured_light | |
| org.opencv.utils |
| Modifier and Type | Method and Description |
|---|---|
static void |
Calib3d.calibrationMatrixValues(Mat cameraMatrix,
Size imageSize,
double apertureWidth,
double apertureHeight,
double[] fovx,
double[] fovy,
double[] focalLength,
Point principalPoint,
double[] aspectRatio) |
static Mat |
Calib3d.findEssentialMat(Mat points1,
Mat points2,
double focal,
Point pp) |
static Mat |
Calib3d.findEssentialMat(Mat points1,
Mat points2,
double focal,
Point pp,
int method) |
static Mat |
Calib3d.findEssentialMat(Mat points1,
Mat points2,
double focal,
Point pp,
int method,
double prob) |
static Mat |
Calib3d.findEssentialMat(Mat points1,
Mat points2,
double focal,
Point pp,
int method,
double prob,
double threshold) |
static Mat |
Calib3d.findEssentialMat(Mat points1,
Mat points2,
double focal,
Point pp,
int method,
double prob,
double threshold,
Mat mask) |
static int |
Calib3d.recoverPose(Mat E,
Mat points1,
Mat points2,
Mat R,
Mat t,
double focal,
Point pp) |
static int |
Calib3d.recoverPose(Mat E,
Mat points1,
Mat points2,
Mat R,
Mat t,
double focal,
Point pp,
Mat mask) |
| Modifier and Type | Field and Description |
|---|---|
Point |
RotatedRect.center |
Point |
Core.MinMaxLocResult.maxLoc |
Point |
Core.MinMaxLocResult.minLoc |
Point |
KeyPoint.pt
Coordinates of the keypoint.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
Rect.br() |
Point |
Rect2d.br() |
Point |
Point.clone() |
Point |
Rect.tl() |
Point |
Rect2d.tl() |
Point[] |
MatOfPoint.toArray() |
Point[] |
MatOfPoint2f.toArray() |
| Modifier and Type | Method and Description |
|---|---|
List<Point> |
MatOfPoint.toList() |
List<Point> |
MatOfPoint2f.toList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Rect.contains(Point p) |
boolean |
Rect2d.contains(Point p) |
double |
Point.dot(Point p) |
void |
MatOfPoint.fromArray(Point... a) |
void |
MatOfPoint2f.fromArray(Point... a) |
void |
Mat.locateROI(Size wholeSize,
Point ofs) |
void |
RotatedRect.points(Point[] pt) |
| Modifier and Type | Method and Description |
|---|---|
void |
MatOfPoint.fromList(List<Point> lp) |
void |
MatOfPoint2f.fromList(List<Point> lp) |
| Constructor and Description |
|---|
MatOfPoint(Point... a) |
MatOfPoint2f(Point... a) |
Point3(Point p) |
Rect(Point p1,
Point p2) |
Rect(Point p,
Size s) |
Rect2d(Point p1,
Point p2) |
Rect2d(Point p,
Size s) |
RotatedRect(Point c,
Size s,
double a) |
Size(Point p) |
| Modifier and Type | Method and Description |
|---|---|
Point |
Subdiv2D.getVertex(int vertex) |
Point |
Subdiv2D.getVertex(int vertex,
int[] firstEdge) |
static Point |
Imgproc.phaseCorrelate(Mat src1,
Mat src2) |
static Point |
Imgproc.phaseCorrelate(Mat src1,
Mat src2,
Mat window) |
static Point |
Imgproc.phaseCorrelate(Mat src1,
Mat src2,
Mat window,
double[] response) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Imgproc.arrowedLine(Mat img,
Point pt1,
Point pt2,
Scalar color) |
static void |
Imgproc.arrowedLine(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness) |
static void |
Imgproc.arrowedLine(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness,
int line_type) |
static void |
Imgproc.arrowedLine(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness,
int line_type,
int shift) |
static void |
Imgproc.arrowedLine(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness,
int line_type,
int shift,
double tipLength) |
static void |
Imgproc.blur(Mat src,
Mat dst,
Size ksize,
Point anchor) |
static void |
Imgproc.blur(Mat src,
Mat dst,
Size ksize,
Point anchor,
int borderType) |
static void |
Imgproc.boxFilter(Mat src,
Mat dst,
int ddepth,
Size ksize,
Point anchor) |
static void |
Imgproc.boxFilter(Mat src,
Mat dst,
int ddepth,
Size ksize,
Point anchor,
boolean normalize) |
static void |
Imgproc.boxFilter(Mat src,
Mat dst,
int ddepth,
Size ksize,
Point anchor,
boolean normalize,
int borderType) |
static void |
Imgproc.circle(Mat img,
Point center,
int radius,
Scalar color) |
static void |
Imgproc.circle(Mat img,
Point center,
int radius,
Scalar color,
int thickness) |
static void |
Imgproc.circle(Mat img,
Point center,
int radius,
Scalar color,
int thickness,
int lineType) |
static void |
Imgproc.circle(Mat img,
Point center,
int radius,
Scalar color,
int thickness,
int lineType,
int shift) |
static boolean |
Imgproc.clipLine(Rect imgRect,
Point pt1,
Point pt2) |
static void |
Imgproc.dilate(Mat src,
Mat dst,
Mat kernel,
Point anchor) |
static void |
Imgproc.dilate(Mat src,
Mat dst,
Mat kernel,
Point anchor,
int iterations) |
static void |
Imgproc.dilate(Mat src,
Mat dst,
Mat kernel,
Point anchor,
int iterations,
int borderType) |
static void |
Imgproc.dilate(Mat src,
Mat dst,
Mat kernel,
Point anchor,
int iterations,
int borderType,
Scalar borderValue) |
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.drawMarker(Mat img,
Point position,
Scalar color) |
static void |
Imgproc.drawMarker(Mat img,
Point position,
Scalar color,
int markerType) |
static void |
Imgproc.drawMarker(Mat img,
Point position,
Scalar color,
int markerType,
int markerSize) |
static void |
Imgproc.drawMarker(Mat img,
Point position,
Scalar color,
int markerType,
int markerSize,
int thickness) |
static void |
Imgproc.drawMarker(Mat img,
Point position,
Scalar color,
int markerType,
int markerSize,
int thickness,
int line_type) |
int |
Subdiv2D.edgeDst(int edge,
Point dstpt) |
int |
Subdiv2D.edgeOrg(int edge,
Point orgpt) |
static void |
Imgproc.ellipse(Mat img,
Point center,
Size axes,
double angle,
double startAngle,
double endAngle,
Scalar color) |
static void |
Imgproc.ellipse(Mat img,
Point center,
Size axes,
double angle,
double startAngle,
double endAngle,
Scalar color,
int thickness) |
static void |
Imgproc.ellipse(Mat img,
Point center,
Size axes,
double angle,
double startAngle,
double endAngle,
Scalar color,
int thickness,
int lineType) |
static void |
Imgproc.ellipse(Mat img,
Point center,
Size axes,
double angle,
double startAngle,
double endAngle,
Scalar color,
int thickness,
int lineType,
int shift) |
static void |
Imgproc.ellipse2Poly(Point center,
Size axes,
int angle,
int arcStart,
int arcEnd,
int delta,
MatOfPoint pts) |
static void |
Imgproc.erode(Mat src,
Mat dst,
Mat kernel,
Point anchor) |
static void |
Imgproc.erode(Mat src,
Mat dst,
Mat kernel,
Point anchor,
int iterations) |
static void |
Imgproc.erode(Mat src,
Mat dst,
Mat kernel,
Point anchor,
int iterations,
int borderType) |
static void |
Imgproc.erode(Mat src,
Mat dst,
Mat kernel,
Point anchor,
int iterations,
int borderType,
Scalar borderValue) |
static void |
Imgproc.fillPoly(Mat img,
List<MatOfPoint> pts,
Scalar color,
int lineType,
int shift,
Point offset) |
static void |
Imgproc.filter2D(Mat src,
Mat dst,
int ddepth,
Mat kernel,
Point anchor) |
static void |
Imgproc.filter2D(Mat src,
Mat dst,
int ddepth,
Mat kernel,
Point anchor,
double delta) |
static void |
Imgproc.filter2D(Mat src,
Mat dst,
int ddepth,
Mat kernel,
Point anchor,
double delta,
int borderType) |
static void |
Imgproc.findContours(Mat image,
List<MatOfPoint> contours,
Mat hierarchy,
int mode,
int method,
Point offset) |
int |
Subdiv2D.findNearest(Point pt) |
int |
Subdiv2D.findNearest(Point pt,
Point nearestPt) |
static int |
Imgproc.floodFill(Mat image,
Mat mask,
Point seedPoint,
Scalar newVal) |
static int |
Imgproc.floodFill(Mat image,
Mat mask,
Point seedPoint,
Scalar newVal,
Rect rect) |
static int |
Imgproc.floodFill(Mat image,
Mat mask,
Point seedPoint,
Scalar newVal,
Rect rect,
Scalar loDiff) |
static int |
Imgproc.floodFill(Mat image,
Mat mask,
Point seedPoint,
Scalar newVal,
Rect rect,
Scalar loDiff,
Scalar upDiff) |
static int |
Imgproc.floodFill(Mat image,
Mat mask,
Point seedPoint,
Scalar newVal,
Rect rect,
Scalar loDiff,
Scalar upDiff,
int flags) |
static void |
Imgproc.getRectSubPix(Mat image,
Size patchSize,
Point center,
Mat patch) |
static void |
Imgproc.getRectSubPix(Mat image,
Size patchSize,
Point center,
Mat patch,
int patchType) |
static Mat |
Imgproc.getRotationMatrix2D(Point center,
double angle,
double scale) |
static Mat |
Imgproc.getStructuringElement(int shape,
Size ksize,
Point anchor) |
int |
Subdiv2D.insert(Point pt) |
static void |
Imgproc.line(Mat img,
Point pt1,
Point pt2,
Scalar color) |
static void |
Imgproc.line(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness) |
static void |
Imgproc.line(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness,
int lineType) |
static void |
Imgproc.line(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness,
int lineType,
int shift) |
static void |
Imgproc.linearPolar(Mat src,
Mat dst,
Point center,
double maxRadius,
int flags)
Deprecated.
|
int |
Subdiv2D.locate(Point pt,
int[] edge,
int[] vertex) |
static void |
Imgproc.logPolar(Mat src,
Mat dst,
Point center,
double M,
int flags)
Deprecated.
|
static void |
Imgproc.minEnclosingCircle(MatOfPoint2f points,
Point center,
float[] radius) |
static void |
Imgproc.morphologyEx(Mat src,
Mat dst,
int op,
Mat kernel,
Point anchor) |
static void |
Imgproc.morphologyEx(Mat src,
Mat dst,
int op,
Mat kernel,
Point anchor,
int iterations) |
static void |
Imgproc.morphologyEx(Mat src,
Mat dst,
int op,
Mat kernel,
Point anchor,
int iterations,
int borderType) |
static void |
Imgproc.morphologyEx(Mat src,
Mat dst,
int op,
Mat kernel,
Point anchor,
int iterations,
int borderType,
Scalar borderValue) |
static double |
Imgproc.pointPolygonTest(MatOfPoint2f contour,
Point pt,
boolean measureDist) |
static void |
Imgproc.putText(Mat img,
String text,
Point org,
int fontFace,
double fontScale,
Scalar color) |
static void |
Imgproc.putText(Mat img,
String text,
Point org,
int fontFace,
double fontScale,
Scalar color,
int thickness) |
static void |
Imgproc.putText(Mat img,
String text,
Point org,
int fontFace,
double fontScale,
Scalar color,
int thickness,
int lineType) |
static void |
Imgproc.putText(Mat img,
String text,
Point org,
int fontFace,
double fontScale,
Scalar color,
int thickness,
int lineType,
boolean bottomLeftOrigin) |
static void |
Imgproc.rectangle(Mat img,
Point pt1,
Point pt2,
Scalar color) |
static void |
Imgproc.rectangle(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness) |
static void |
Imgproc.rectangle(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness,
int lineType) |
static void |
Imgproc.rectangle(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness,
int lineType,
int shift) |
static void |
Imgproc.sepFilter2D(Mat src,
Mat dst,
int ddepth,
Mat kernelX,
Mat kernelY,
Point anchor) |
static void |
Imgproc.sepFilter2D(Mat src,
Mat dst,
int ddepth,
Mat kernelX,
Mat kernelY,
Point anchor,
double delta) |
static void |
Imgproc.sepFilter2D(Mat src,
Mat dst,
int ddepth,
Mat kernelX,
Mat kernelY,
Point anchor,
double delta,
int borderType) |
static void |
Imgproc.sqrBoxFilter(Mat _src,
Mat _dst,
int ddepth,
Size ksize,
Point anchor) |
static void |
Imgproc.sqrBoxFilter(Mat _src,
Mat _dst,
int ddepth,
Size ksize,
Point anchor,
boolean normalize) |
static void |
Imgproc.sqrBoxFilter(Mat _src,
Mat _dst,
int ddepth,
Size ksize,
Point anchor,
boolean normalize,
int borderType) |
static void |
Imgproc.warpPolar(Mat src,
Mat dst,
Size dsize,
Point center,
double maxRadius,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
Point |
AlignMTB.calculateShift(Mat img0,
Mat img1) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Photo.seamlessClone(Mat src,
Mat dst,
Mat mask,
Point p,
Mat blend,
int flags) |
void |
AlignMTB.shiftMat(Mat src,
Mat dst,
Point shift) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GrayCodePattern.getProjPixel(List<Mat> patternImages,
int x,
int y,
Point projPix) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Converters.Mat_to_vector_Point(Mat m,
List<Point> pts) |
static void |
Converters.Mat_to_vector_Point2d(Mat m,
List<Point> pts) |
static void |
Converters.Mat_to_vector_Point2f(Mat m,
List<Point> pts) |
static Mat |
Converters.vector_Point_to_Mat(List<Point> pts) |
static Mat |
Converters.vector_Point_to_Mat(List<Point> pts,
int typeDepth) |
static Mat |
Converters.vector_Point2d_to_Mat(List<Point> pts) |
static Mat |
Converters.vector_Point2f_to_Mat(List<Point> pts) |
Copyright © 2018. All rights reserved.