Documentation of 'boofcv.core.image.border.ImageBorder_IL_S32' Java class
ImageBorder_IL_S32
boofcv.core.image.border

Class ImageBorder_IL_S32<T extends InterleavedInteger>

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      void get(int x, int y, int[] pixel) 
      void getGeneral(int x, int y, double[] pixel) 
      abstract void getOutside(int x, int y, int[] pixel) 
      void set(int x, int y, int[] pixel) 
      void setGeneral(int x, int y, double[] pixel) 
      abstract void setOutside(int x, int y, int[] pixel) 
      • Methods inherited from class java.lang.Object

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

      • ImageBorder_IL_S32

        public ImageBorder_IL_S32(T image)
    • Method Detail

      • set

        public void set(int x,
                        int y,
                        int[] pixel)
      • get

        public void get(int x,
                        int y,
                        int[] pixel)
      • getOutside

        public abstract void getOutside(int x,
                                        int y,
                                        int[] pixel)
      • setOutside

        public abstract void setOutside(int x,
                                        int y,
                                        int[] pixel)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.