Documentation of 'boofcv.alg.distort.impl.ImplImageDistort_PL' Java class
ImplImageDistort_PL
boofcv.alg.distort.impl

Class ImplImageDistort_PL<Input extends ImageGray,Output extends ImageGray>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void apply(Planar<Input> srcImg, Planar<Output> dstImg)
      Applies the transform to the entire destination image.
      void apply(Planar<Input> srcImg, Planar<Output> dstImg, int dstX0, int dstY0, int dstX1, int dstY1)
      Applies the transform to only the specified region inside the destination image.
      boolean getRenderAll()
      Returns the render all flag
      void setModel(PixelTransform_F32 dstToSrc)
      Specifies how pixel coordinates are transformed from the destination to source images.
      void setRenderAll(boolean renderAll)
      Specifies if the entire output image should be rendered, even if mapping to the source image is outside the source image.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.