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

Class NearestNeighborPixelMB<T extends ImageMultiBand>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      ImageBorder<T> getBorder()
      Returns the class which handles the image border
      int getFastBorderX()
      Border around the image that fast interpolation cannot be called.
      int getFastBorderY()
      Border around the image that fast interpolation cannot be called.
      T getImage()
      Returns the image which is being interpolated.
      ImageType<T> getImageType()
      Type of image it can process
      boolean isInFastBounds(float x, float y)
      Is the requested pixel inside the image boundary for which fast unsafe interpolation can be performed.
      void setBorder(ImageBorder<T> border)
      Set's the class used to "read" pixels outside the image border.
      void setImage(T image)
      Change the image that is being interpolated.
      • 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.