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 class
JavaRectangle2D
This class represents a Rectangle using JavaPointMethods in science.aist.imaging.api.domain.twodimensional that return JavaRectangleRotated2D Modifier and Type Method Description JavaRectangleRotated2D
JavaRectangleRotated2D. move(JavaPoint2D distance)
Moves the rectangle by a given distanceJavaRectangleRotated2D
JavaRectangleRotated2D. moveTo(JavaPoint2D newCenterPoint)
Moves the rectangle to a given positionJavaRectangleRotated2D
JavaRectangleRotated2D. rotate(double rotation)
adds the given getRotation to the current rectangle and returnsJavaRectangleRotated2D
JavaRectangleRotated2D. stretch(double widthFactor, double heightFactor)
Stretches the rectangle by given factorsJavaRectangleRotated2D
JavaRectangleRotated2D. 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 JavaRectangleRotated2D
OpenCVRotatedRectangleWrapperToJavaRectangleRotatedTransformer. 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)
-