Uses of Class
science.aist.imaging.api.domain.twodimensional.JavaRectangleRotated2D
-
Packages that use JavaRectangleRotated2D Package Description science.aist.imaging.api.domain.twodimensional science.aist.imaging.opencv.imageprocessing.transformers -
-
Uses of JavaRectangleRotated2D in science.aist.imaging.api.domain.twodimensional
Subclasses of JavaRectangleRotated2D in science.aist.imaging.api.domain.twodimensional Modifier and Type Class Description classJavaRectangle2DThis class represents a Rectangle using JavaPointMethods in science.aist.imaging.api.domain.twodimensional that return JavaRectangleRotated2D Modifier and Type Method Description JavaRectangleRotated2DJavaRectangleRotated2D. move(JavaPoint2D distance)Moves the rectangle by a given distanceJavaRectangleRotated2DJavaRectangleRotated2D. moveTo(JavaPoint2D newCenterPoint)Moves the rectangle to a given positionJavaRectangleRotated2DJavaRectangleRotated2D. rotate(double rotation)adds the given getRotation to the current rectangle and returnsJavaRectangleRotated2DJavaRectangleRotated2D. stretch(double widthFactor, double heightFactor)Stretches the rectangle by given factorsJavaRectangleRotated2DJavaRectangleRotated2D. stretchTo(double width, double height)Stretches the rectangle to given width and heights -
Uses of JavaRectangleRotated2D in science.aist.imaging.opencv.imageprocessing.transformers
Methods in science.aist.imaging.opencv.imageprocessing.transformers that return JavaRectangleRotated2D Modifier and Type Method Description JavaRectangleRotated2DOpenCVRotatedRectangleWrapperToJavaRectangleRotatedTransformer. transformFrom(RotatedRectangleWrapper<org.opencv.core.RotatedRect,org.opencv.core.Point> rotatedRectPointRotatedRectangleWrapper)Methods in science.aist.imaging.opencv.imageprocessing.transformers with parameters of type JavaRectangleRotated2D Modifier and Type Method Description RotatedRectangleWrapper<org.opencv.core.RotatedRect,org.opencv.core.Point>OpenCVRotatedRectangleWrapperToJavaRectangleRotatedTransformer. transformTo(JavaRectangleRotated2D javaRectangleRotated2D)
-