Package yarp

Class ImageRgb


  • public class ImageRgb
    extends Image
    • Constructor Detail

      • ImageRgb

        protected ImageRgb​(long cPtr,
                           boolean cMemoryOwn)
      • ImageRgb

        public ImageRgb()
    • Method Detail

      • getCPtr

        protected static long getCPtr​(ImageRgb obj)
      • finalize

        protected void finalize()
        Overrides:
        finalize in class Image
      • delete

        public void delete()
        Overrides:
        delete in class Image
      • pixel

        public PixelRgb pixel​(int x,
                              int y)
      • access

        public PixelRgb access​(int x,
                               int y)
      • safePixel

        public PixelRgb safePixel​(int x,
                                  int y)