Basics
Guides
API Reference
Basics
Guides
API Reference
[54:7] extends: object
ImageDistort wraps boofcv.alg.distort.ImageDistort.
ImageDistort (object Obj)
Wraps a BoofCV ImageDistort object.
Obj is an existing ImageDistort Java object or wrapper.apply (object Input, object Output)
Applies distortion to an image.
Input is the source image.Output is the output image.setModel (object PointTransform)
Sets the pixel transform model.
PointTransform is a BoofCV PixelTransform object or wrapper.getModel ()
Gets the pixel transform model.
A PixelTransform Java object.setRenderAll (bool Render)
Sets whether all output pixels are rendered.
Render is true to render all output pixels.getRenderAll ()
Gets whether all output pixels are rendered.
True when all output pixels are rendered.[6:14] static extends: object
Static wrappers for boofcv.factory.distort.FactoryDistort.
distort (bool Cached, string InterpolationTypeName, string BorderTypeName, object InputType, object OutputType)
Creates an image distorter from interpolation type and image types.
Cached is true to cache model lookups.InterpolationTypeName is NEAREST_NEIGHBOR, BILINEAR, BICUBIC, or POLYNOMIAL4.BorderTypeName is SKIP, EXTENDED, NORMALIZED, REFLECT, WRAP, or ZERO.InputType is an ImageType wrapper or Java object.OutputType is an ImageType wrapper or Java object.An ImageDistort wrapper.distortSB (bool Cached, object Interpolator, string OutputClassName)
Creates a single-band distorter from an interpolator.
Cached is true to cache model lookups.Interpolator is an InterpolatePixelS wrapper or Java object.OutputClassName is a full gray image class name or supported short image name.An ImageDistort wrapper.distortPL (bool Cached, object Interpolator, string OutputClassName)
Creates a planar distorter from a single-band interpolator.
Cached is true to cache model lookups.Interpolator is an InterpolatePixelS wrapper or Java object.OutputClassName is a full gray image class name or supported short image name.An ImageDistort wrapper.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.