Uses of Class
boofcv.alg.distort.PixelTransformAffine_F32
-
Uses of PixelTransformAffine_F32 in boofcv.alg.distort
-
Uses of PixelTransformAffine_F32 in boofcv.alg.distort.impl
Modifier and TypeMethodDescriptionstatic PixelTransformAffine_F32
DistortSupport.transformRotate
(float x0, float y0, float x1, float y1, float angle) Creates aPixelTransformAffine_F32
from the dst image into the src image.static PixelTransformAffine_F32
DistortSupport.transformScale
(ImageBase from, ImageBase to, @Nullable PixelTransformAffine_F32 distort) Computes a transform which is used to rescale an image.Modifier and TypeMethodDescriptionstatic PixelTransformAffine_F32
DistortSupport.transformScale
(ImageBase from, ImageBase to, @Nullable PixelTransformAffine_F32 distort) Computes a transform which is used to rescale an image.