Uses of Class
org.opencv.core.RotatedRect
Packages that use RotatedRect
-
Uses of RotatedRect in org.opencv.core
Methods in org.opencv.core that return RotatedRectMethods in org.opencv.core that return types with arguments of type RotatedRectMethods in org.opencv.core with parameters of type RotatedRectMethod parameters in org.opencv.core with type arguments of type RotatedRectConstructors in org.opencv.core with parameters of type RotatedRect -
Uses of RotatedRect in org.opencv.imgproc
Methods in org.opencv.imgproc that return RotatedRectModifier and TypeMethodDescriptionstatic RotatedRectImgproc.fitEllipse(MatOfPoint2f points) Fits an ellipse around a set of 2D points.static RotatedRectImgproc.fitEllipseAMS(Mat points) Fits an ellipse around a set of 2D points.static RotatedRectImgproc.fitEllipseDirect(Mat points) Fits an ellipse around a set of 2D points.static RotatedRectImgproc.minAreaRect(MatOfPoint2f points) Finds a rotated rectangle of the minimum area enclosing the input 2D point set.Methods in org.opencv.imgproc with parameters of type RotatedRectModifier and TypeMethodDescriptionstatic voidImgproc.boxPoints(RotatedRect box, Mat points) Finds the four vertices of a rotated rect.static voidImgproc.ellipse(Mat img, RotatedRect box, Scalar color) static voidImgproc.ellipse(Mat img, RotatedRect box, Scalar color, int thickness) static voidImgproc.ellipse(Mat img, RotatedRect box, Scalar color, int thickness, int lineType) static intImgproc.rotatedRectangleIntersection(RotatedRect rect1, RotatedRect rect2, Mat intersectingRegion) Finds out if there is any intersection between two rotated rectangles. -
Uses of RotatedRect in org.opencv.utils
Method parameters in org.opencv.utils with type arguments of type RotatedRectModifier and TypeMethodDescriptionstatic voidConverters.Mat_to_vector_RotatedRect(Mat m, List<RotatedRect> rs) static MatConverters.vector_RotatedRect_to_Mat(List<RotatedRect> rs)