Uses of Class
org.opencv.core.MatOfPoint2f
Packages that use MatOfPoint2f
-
Uses of MatOfPoint2f in org.opencv.core
Methods in org.opencv.core that return MatOfPoint2f -
Uses of MatOfPoint2f in org.opencv.imgproc
Methods in org.opencv.imgproc with parameters of type MatOfPoint2fModifier and TypeMethodDescriptionstatic voidImgproc.approxPolyDP(MatOfPoint2f curve, MatOfPoint2f approxCurve, double epsilon, boolean closed) Approximates a polygonal curve(s) with the specified precision.static doubleImgproc.arcLength(MatOfPoint2f curve, boolean closed) Calculates a contour perimeter or a curve length.static RotatedRectImgproc.fitEllipse(MatOfPoint2f points) Fits an ellipse around a set of 2D points.static MatImgproc.getAffineTransform(MatOfPoint2f src, MatOfPoint2f dst) voidSubdiv2D.getVoronoiFacetList(MatOfInt idx, List<MatOfPoint2f> facetList, MatOfPoint2f facetCenters) Returns a list of all Voronoi facets.voidSubdiv2D.insert(MatOfPoint2f ptvec) Insert multiple points into a Delaunay triangulation.static RotatedRectImgproc.minAreaRect(MatOfPoint2f points) Finds a rotated rectangle of the minimum area enclosing the input 2D point set.static voidImgproc.minEnclosingCircle(MatOfPoint2f points, Point center, float[] radius) Finds a circle of the minimum area enclosing a 2D point set.static doubleImgproc.pointPolygonTest(MatOfPoint2f contour, Point pt, boolean measureDist) Performs a point-in-contour test.Method parameters in org.opencv.imgproc with type arguments of type MatOfPoint2fModifier and TypeMethodDescriptionvoidSubdiv2D.getVoronoiFacetList(MatOfInt idx, List<MatOfPoint2f> facetList, MatOfPoint2f facetCenters) Returns a list of all Voronoi facets. -
Uses of MatOfPoint2f in org.opencv.utils
Method parameters in org.opencv.utils with type arguments of type MatOfPoint2fModifier and TypeMethodDescriptionstatic voidConverters.Mat_to_vector_vector_Point2f(Mat m, List<MatOfPoint2f> pts) static MatConverters.vector_vector_Point2f_to_Mat(List<MatOfPoint2f> pts, List<Mat> mats)