Class BoofCVImageContainer

    • Constructor Detail

      • BoofCVImageContainer

        public BoofCVImageContainer()
    • Method Detail

      • getWidth

        public int getWidth()
        Returns the width of the image.
        Specified by:
        getWidth in class AbstractImageContainer<boofcv.struct.image.ImageBase>
        Returns:
        the width
      • getHeight

        public int getHeight()
        Returns the height of the image.
        Specified by:
        getHeight in class AbstractImageContainer<boofcv.struct.image.ImageBase>
        Returns:
        the height
      • cloneContent

        protected boofcv.struct.image.ImageBase cloneContent()
        Returns a clone of the image. Actually, only for ImageGray a clone is returned, all other types are a "subimage" with the same size as the original.
        Specified by:
        cloneContent in class AbstractSimpleContainer<boofcv.struct.image.ImageBase>
        Returns:
        the clone/subimage