Class CVPlanarComponentInfo


  • public final class CVPlanarComponentInfo
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int offset()
      offset from main base address to base address of this plane, big-endian
      int rowBytes()
      bytes per row of this plane, big-endian
      void setOffset​(int value)
      offset from main base address to base address of this plane, big-endian
      void setRowBytes​(int value)
      bytes per row of this plane, big-endian
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

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

      • CVPlanarComponentInfo

        public CVPlanarComponentInfo()
      • CVPlanarComponentInfo

        protected CVPlanarComponentInfo​(org.moe.natj.general.Pointer peer)
      • CVPlanarComponentInfo

        public CVPlanarComponentInfo​(int offset,
                                     int rowBytes)
    • Method Detail

      • offset

        public int offset()
        offset from main base address to base address of this plane, big-endian
      • setOffset

        public void setOffset​(int value)
        offset from main base address to base address of this plane, big-endian
      • rowBytes

        public int rowBytes()
        bytes per row of this plane, big-endian
      • setRowBytes

        public void setRowBytes​(int value)
        bytes per row of this plane, big-endian