Documentation of 'boofcv.alg.interpolate.InterpolateRectangle' Java class
InterpolateRectangle
boofcv.alg.interpolate

Interface InterpolateRectangle<T extends ImageGray>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      T getImage()
      Returns the image which is being interpolated.
      void region(float tl_x, float tl_y, GrayF32 dest)
      Copies a grid from the source image starting at the specified coordinate into the destination image.
      void setImage(T image)
      Change the image that is being interpolated.
    • Method Detail

      • setImage

        void setImage(T image)
        Change the image that is being interpolated.
        Parameters:
        image - An image.
      • getImage

        T getImage()
        Returns the image which is being interpolated.
        Returns:
        A reference to the image being interpolated.
      • region

        void region(float tl_x,
                    float tl_y,
                    GrayF32 dest)
        Copies a grid from the source image starting at the specified coordinate into the destination image. The 'dest' image must be within the original image.
        Parameters:
        tl_x - upper left corner of the region in the image.
        tl_y - upper left corner of the region in the image.
        dest - Where the interpolated region is to be copied into

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.