Documentation of 'boofcv.alg.interpolate.impl.BilinearRectangle_U8' Java class
BilinearRectangle_U8
boofcv.alg.interpolate.impl

Class BilinearRectangle_U8

  • All Implemented Interfaces:
    InterpolateRectangle<GrayU8>


    public class BilinearRectangle_U8
    extends java.lang.Object
    implements InterpolateRectangle<GrayU8>

    Performs bilinear interpolation to extract values between pixels in an image. Image borders are detected and handled appropriately.

    NOTE: This code was automatically generated using GenerateBilinearRectangle.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      GrayU8 getImage()
      Returns the image which is being interpolated.
      void region(float tl_x, float tl_y, GrayF32 output)
      Copies a grid from the source image starting at the specified coordinate into the destination image.
      void setImage(GrayU8 image)
      Change the image that is being interpolated.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BilinearRectangle_U8

        public BilinearRectangle_U8(GrayU8 image)
      • BilinearRectangle_U8

        public BilinearRectangle_U8()
    • Method Detail

      • region

        public void region(float tl_x,
                           float tl_y,
                           GrayF32 output)
        Description copied from interface: InterpolateRectangle
        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.
        Specified by:
        region in interface InterpolateRectangle<GrayU8>
        Parameters:
        tl_x - upper left corner of the region in the image.
        tl_y - upper left corner of the region in the image.
        output - 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.