Uses of Class
org.opencv.core.Point
Packages that use Point
-
Uses of Point in org.opencv.core
Fields in org.opencv.core declared as PointModifier and TypeFieldDescriptionRotatedRect.centerCore.MinMaxLocResult.maxLocCore.MinMaxLocResult.minLocKeyPoint.ptCoordinates of the keypoint.Methods in org.opencv.core that return PointModifier and TypeMethodDescriptionRect.br()Rect2d.br()Point.clone()Rect.tl()Rect2d.tl()Point[]MatOfPoint.toArray()Point[]MatOfPoint2f.toArray()Methods in org.opencv.core that return types with arguments of type PointMethods in org.opencv.core with parameters of type PointModifier and TypeMethodDescriptionbooleanbooleandoublevoidvoidvoidvoidMethod parameters in org.opencv.core with type arguments of type PointModifier and TypeMethodDescriptionvoidvoidConstructors in org.opencv.core with parameters of type Point -
Uses of Point in org.opencv.imgproc
Methods in org.opencv.imgproc that return PointModifier and TypeMethodDescriptionSubdiv2D.getVertex(int vertex) Returns vertex location from vertex ID.Subdiv2D.getVertex(int vertex, int[] firstEdge) Returns vertex location from vertex ID.static PointImgproc.phaseCorrelate(Mat src1, Mat src2) The function is used to detect translational shifts that occur between two images.static PointImgproc.phaseCorrelate(Mat src1, Mat src2, Mat window) The function is used to detect translational shifts that occur between two images.static PointImgproc.phaseCorrelate(Mat src1, Mat src2, Mat window, double[] response) The function is used to detect translational shifts that occur between two images.Methods in org.opencv.imgproc with parameters of type PointModifier and TypeMethodDescriptionstatic voidImgproc.arrowedLine(Mat img, Point pt1, Point pt2, Scalar color) Draws an arrow segment pointing from the first point to the second one.static voidImgproc.arrowedLine(Mat img, Point pt1, Point pt2, Scalar color, int thickness) Draws an arrow segment pointing from the first point to the second one.static voidImgproc.arrowedLine(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int line_type) Draws an arrow segment pointing from the first point to the second one.static voidImgproc.arrowedLine(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int line_type, int shift) Draws an arrow segment pointing from the first point to the second one.static voidImgproc.arrowedLine(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int line_type, int shift, double tipLength) Draws an arrow segment pointing from the first point to the second one.static voidBlurs an image using the normalized box filter.static voidBlurs an image using the normalized box filter.static voidBlurs an image using the box filter.static voidBlurs an image using the box filter.static voidImgproc.boxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor, boolean normalize, int borderType) Blurs an image using the box filter.voidPrepares a map of optimal paths for the given source point on the image Note: applyImage() / applyImageFeatures() must be called before this callstatic voidDraws a circle.static voidDraws a circle.static voidDraws a circle.static voidImgproc.circle(Mat img, Point center, int radius, Scalar color, int thickness, int lineType, int shift) Draws a circle.static booleanstatic voidDilates an image by using a specific structuring element.static voidDilates an image by using a specific structuring element.static voidDilates an image by using a specific structuring element.static voidImgproc.dilate(Mat src, Mat dst, Mat kernel, Point anchor, int iterations, int borderType, Scalar borderValue) Dilates an image by using a specific structuring element.static voidImgproc.drawContours(Mat image, List<MatOfPoint> contours, int contourIdx, Scalar color, int thickness, int lineType, Mat hierarchy, int maxLevel, Point offset) Draws contours outlines or filled contours.static voidImgproc.drawMarker(Mat img, Point position, Scalar color) Draws a marker on a predefined position in an image.static voidImgproc.drawMarker(Mat img, Point position, Scalar color, int markerType) Draws a marker on a predefined position in an image.static voidImgproc.drawMarker(Mat img, Point position, Scalar color, int markerType, int markerSize) Draws a marker on a predefined position in an image.static voidImgproc.drawMarker(Mat img, Point position, Scalar color, int markerType, int markerSize, int thickness) Draws a marker on a predefined position in an image.static voidImgproc.drawMarker(Mat img, Point position, Scalar color, int markerType, int markerSize, int thickness, int line_type) Draws a marker on a predefined position in an image.intReturns the edge destination.intReturns the edge origin.static voidImgproc.ellipse(Mat img, Point center, Size axes, double angle, double startAngle, double endAngle, Scalar color) Draws a simple or thick elliptic arc or fills an ellipse sector.static voidImgproc.ellipse(Mat img, Point center, Size axes, double angle, double startAngle, double endAngle, Scalar color, int thickness) Draws a simple or thick elliptic arc or fills an ellipse sector.static voidImgproc.ellipse(Mat img, Point center, Size axes, double angle, double startAngle, double endAngle, Scalar color, int thickness, int lineType) Draws a simple or thick elliptic arc or fills an ellipse sector.static voidImgproc.ellipse(Mat img, Point center, Size axes, double angle, double startAngle, double endAngle, Scalar color, int thickness, int lineType, int shift) Draws a simple or thick elliptic arc or fills an ellipse sector.static voidImgproc.ellipse2Poly(Point center, Size axes, int angle, int arcStart, int arcEnd, int delta, MatOfPoint pts) Approximates an elliptic arc with a polyline.static voidErodes an image by using a specific structuring element.static voidErodes an image by using a specific structuring element.static voidErodes an image by using a specific structuring element.static voidImgproc.erode(Mat src, Mat dst, Mat kernel, Point anchor, int iterations, int borderType, Scalar borderValue) Erodes an image by using a specific structuring element.static voidImgproc.fillPoly(Mat img, List<MatOfPoint> pts, Scalar color, int lineType, int shift, Point offset) Fills the area bounded by one or more polygons.static voidConvolves an image with the kernel.static voidConvolves an image with the kernel.static voidImgproc.filter2D(Mat src, Mat dst, int ddepth, Mat kernel, Point anchor, double delta, int borderType) Convolves an image with the kernel.static voidImgproc.findContours(Mat image, List<MatOfPoint> contours, Mat hierarchy, int mode, int method, Point offset) Finds contours in a binary image.intSubdiv2D.findNearest(Point pt) Finds the subdivision vertex closest to the given point.intSubdiv2D.findNearest(Point pt, Point nearestPt) Finds the subdivision vertex closest to the given point.static intFills a connected component with the given color.static intFills a connected component with the given color.static intFills a connected component with the given color.static intImgproc.floodFill(Mat image, Mat mask, Point seedPoint, Scalar newVal, Rect rect, Scalar loDiff, Scalar upDiff) Fills a connected component with the given color.static intImgproc.floodFill(Mat image, Mat mask, Point seedPoint, Scalar newVal, Rect rect, Scalar loDiff, Scalar upDiff, int flags) Fills a connected component with the given color.voidIntelligentScissorsMB.getContour(Point targetPt, Mat contour) Extracts optimal contour for the given target point on the image Note: buildMap() must be called before this callvoidIntelligentScissorsMB.getContour(Point targetPt, Mat contour, boolean backward) Extracts optimal contour for the given target point on the image Note: buildMap() must be called before this callstatic voidImgproc.getRectSubPix(Mat image, Size patchSize, Point center, Mat patch) Retrieves a pixel rectangle from an image with sub-pixel accuracy.static voidImgproc.getRectSubPix(Mat image, Size patchSize, Point center, Mat patch, int patchType) Retrieves a pixel rectangle from an image with sub-pixel accuracy.static MatImgproc.getRotationMatrix2D(Point center, double angle, double scale) Calculates an affine matrix of 2D rotation.static MatImgproc.getStructuringElement(int shape, Size ksize, Point anchor) Returns a structuring element of the specified size and shape for morphological operations.intInsert a single point into a Delaunay triangulation.static voidDraws a line segment connecting two points.static voidDraws a line segment connecting two points.static voidDraws a line segment connecting two points.static voidDraws a line segment connecting two points.static voidImgproc.linearPolar(Mat src, Mat dst, Point center, double maxRadius, int flags) Deprecated.This function produces same result as cv::warpPolar(src, dst, src.size(), center, maxRadius, flags) Transform the source image using the following transformation (See REF: polar_remaps_reference_image "Polar remaps reference image c)"): \(\begin{array}{l} dst( \rho , \phi ) = src(x,y) \\ dst.size() \leftarrow src.size() \end{array}\) where \(\begin{array}{l} I = (dx,dy) = (x - center.x,y - center.y) \\ \rho = Kmag \cdot \texttt{magnitude} (I) ,\\ \phi = angle \cdot \texttt{angle} (I) \end{array}\) and \(\begin{array}{l} Kx = src.cols / maxRadius \\ Ky = src.rows / 2\Pi \end{array}\)intReturns the location of a point within a Delaunay triangulation.static voidDeprecated.This function produces same result as cv::warpPolar(src, dst, src.size(), center, maxRadius, flags+WARP_POLAR_LOG); Transform the source image using the following transformation (See REF: polar_remaps_reference_image "Polar remaps reference image d)"): \(\begin{array}{l} dst( \rho , \phi ) = src(x,y) \\ dst.size() \leftarrow src.size() \end{array}\) where \(\begin{array}{l} I = (dx,dy) = (x - center.x,y - center.y) \\ \rho = M \cdot log_e(\texttt{magnitude} (I)) ,\\ \phi = Kangle \cdot \texttt{angle} (I) \\ \end{array}\) and \(\begin{array}{l} M = src.cols / log_e(maxRadius) \\ Kangle = src.rows / 2\Pi \\ \end{array}\) The function emulates the human "foveal" vision and can be used for fast scale and rotation-invariant template matching, for object tracking and so forth.static voidImgproc.minEnclosingCircle(MatOfPoint2f points, Point center, float[] radius) Finds a circle of the minimum area enclosing a 2D point set.static voidImgproc.morphologyEx(Mat src, Mat dst, int op, Mat kernel, Point anchor) Performs advanced morphological transformations.static voidImgproc.morphologyEx(Mat src, Mat dst, int op, Mat kernel, Point anchor, int iterations) Performs advanced morphological transformations.static voidImgproc.morphologyEx(Mat src, Mat dst, int op, Mat kernel, Point anchor, int iterations, int borderType) Performs advanced morphological transformations.static voidImgproc.morphologyEx(Mat src, Mat dst, int op, Mat kernel, Point anchor, int iterations, int borderType, Scalar borderValue) Performs advanced morphological transformations.static doubleImgproc.pointPolygonTest(MatOfPoint2f contour, Point pt, boolean measureDist) Performs a point-in-contour test.static voidDraws a text string.static voidImgproc.putText(Mat img, String text, Point org, int fontFace, double fontScale, Scalar color, int thickness) Draws a text string.static voidImgproc.putText(Mat img, String text, Point org, int fontFace, double fontScale, Scalar color, int thickness, int lineType) Draws a text string.static voidImgproc.putText(Mat img, String text, Point org, int fontFace, double fontScale, Scalar color, int thickness, int lineType, boolean bottomLeftOrigin) Draws a text string.static voidDraws a simple, thick, or filled up-right rectangle.static voidDraws a simple, thick, or filled up-right rectangle.static voidDraws a simple, thick, or filled up-right rectangle.static voidImgproc.rectangle(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int lineType, int shift) Draws a simple, thick, or filled up-right rectangle.static voidApplies a separable linear filter to an image.static voidImgproc.sepFilter2D(Mat src, Mat dst, int ddepth, Mat kernelX, Mat kernelY, Point anchor, double delta) Applies a separable linear filter to an image.static voidImgproc.sepFilter2D(Mat src, Mat dst, int ddepth, Mat kernelX, Mat kernelY, Point anchor, double delta, int borderType) Applies a separable linear filter to an image.voidGeneralizedHough.setTemplate(Mat edges, Mat dx, Mat dy, Point templCenter) voidGeneralizedHough.setTemplate(Mat templ, Point templCenter) static voidImgproc.sqrBoxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor) Calculates the normalized sum of squares of the pixel values overlapping the filter.static voidImgproc.sqrBoxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor, boolean normalize) Calculates the normalized sum of squares of the pixel values overlapping the filter.static voidImgproc.sqrBoxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor, boolean normalize, int borderType) Calculates the normalized sum of squares of the pixel values overlapping the filter.static voidRemaps an image to polar or semilog-polar coordinates space polar_remaps_reference_image ! -
Uses of Point in org.opencv.utils
Method parameters in org.opencv.utils with type arguments of type PointModifier and TypeMethodDescriptionstatic voidConverters.Mat_to_vector_Point(Mat m, List<Point> pts) static voidConverters.Mat_to_vector_Point2d(Mat m, List<Point> pts) static voidConverters.Mat_to_vector_Point2f(Mat m, List<Point> pts) static MatConverters.vector_Point_to_Mat(List<Point> pts) static MatConverters.vector_Point_to_Mat(List<Point> pts, int typeDepth) static MatConverters.vector_Point2d_to_Mat(List<Point> pts) static MatConverters.vector_Point2f_to_Mat(List<Point> pts)