Uses of Class
org.opencv.core.Rect
Packages that use Rect
-
Uses of Rect in org.opencv.core
Methods in org.opencv.core that return RectModifier and TypeMethodDescriptionRotatedRect.boundingRect()Rect.clone()Rect[]MatOfRect.toArray()Methods in org.opencv.core that return types with arguments of type RectMethods in org.opencv.core with parameters of type RectModifier and TypeMethodDescriptionvoidbooleanMethod parameters in org.opencv.core with type arguments of type RectConstructors in org.opencv.core with parameters of type Rect -
Uses of Rect in org.opencv.imgproc
Methods in org.opencv.imgproc that return RectModifier and TypeMethodDescriptionstatic RectImgproc.boundingRect(Mat array) Calculates the up-right bounding rectangle of a point set or non-zero pixels of gray-scale image.Methods in org.opencv.imgproc with parameters of type RectModifier and TypeMethodDescriptionstatic booleanstatic 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.static voidRuns the GrabCut algorithm.static voidRuns the GrabCut algorithm.voidSubdiv2D.initDelaunay(Rect rect) Creates a new empty Delaunay subdivisionstatic voiduserecparameter as alternative specification of the drawn rectangle: `r.tl() and r.br()-Point(1,1)` are opposite cornersstatic voiduserecparameter as alternative specification of the drawn rectangle: `r.tl() and r.br()-Point(1,1)` are opposite cornersstatic voiduserecparameter as alternative specification of the drawn rectangle: `r.tl() and r.br()-Point(1,1)` are opposite cornersstatic voiduserecparameter as alternative specification of the drawn rectangle: `r.tl() and r.br()-Point(1,1)` are opposite cornersConstructors in org.opencv.imgproc with parameters of type Rect -
Uses of Rect in org.opencv.utils
Method parameters in org.opencv.utils with type arguments of type RectModifier and TypeMethodDescriptionstatic voidConverters.Mat_to_vector_Rect(Mat m, List<Rect> rs) static MatConverters.vector_Rect_to_Mat(List<Rect> rs)