Uses of Class
boofcv.alg.distort.PixelTransformAffine_F32
Packages that use PixelTransformAffine_F32
-
Uses of PixelTransformAffine_F32 in boofcv.alg.distort
Methods in boofcv.alg.distort that return PixelTransformAffine_F32 -
Uses of PixelTransformAffine_F32 in boofcv.alg.distort.impl
Methods in boofcv.alg.distort.impl that return PixelTransformAffine_F32Modifier 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.Methods in boofcv.alg.distort.impl with parameters of type PixelTransformAffine_F32Modifier and TypeMethodDescriptionstatic PixelTransformAffine_F32
DistortSupport.transformScale
(ImageBase from, ImageBase to, @Nullable PixelTransformAffine_F32 distort) Computes a transform which is used to rescale an image.