Documentation of 'boofcv.factory.distort.FactoryDistort' Java class
FactoryDistort
boofcv.factory.distort

Class FactoryDistort



  • public class FactoryDistort
    extends java.lang.Object
    • Constructor Detail

      • FactoryDistort

        public FactoryDistort()
    • Method Detail

      • distort

        public static <Input extends ImageBase,Output extends ImageBase> ImageDistort<Input,Output> distort(boolean cached,
                                                                                                            InterpolatePixel<Input> interp,
                                                                                                            ImageType<Output> outputType)
        Creates a ImageDistort for the specified image type, transformation and interpolation instance.
        Parameters:
        cached - If true the distortion is only computed one. False for recomputed each time, but less memory.
        interp - Which interpolation algorithm should be used.
        outputType - Type of output image.
      • distortSB

        public static <Input extends ImageGray,Output extends ImageGray> ImageDistort<Input,Output> distortSB(boolean cached,
                                                                                                              InterpolatePixelS<Input> interp,
                                                                                                              java.lang.Class<Output> outputType)
        Creates a ImageDistort for the specified image type, transformation and interpolation instance.
        Parameters:
        cached - If true the distortion is only computed one. False for recomputed each time, but less memory.
        interp - Which interpolation algorithm should be used.
        outputType - Type of output image.
      • distortPL

        public static <Input extends ImageGray,Output extends ImageGray> ImageDistort<Planar<Input>,Planar<Output>> distortPL(boolean cached,
                                                                                                                              InterpolatePixelS<Input> interp,
                                                                                                                              java.lang.Class<Output> outputType)
        Creates a ImageDistort for the planar images, transformation and interpolation instance.
        Parameters:
        cached - If true the distortion is only computed one. False for recomputed each time, but less memory.
        interp - Which interpolation algorithm should be used.
        outputType - Type of output image.

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.