Image2DRGB.kl

Types

Image2DRGB (object)

The Image2DRGB is an Image2D storing RGB pixel values.

参考

Image2D

Members

String name The name of the image.
Size width the width of the image
Size height the height of the image
UInt32 version the current version number of the image
UInt32 flags A set of binary flags for the image.
StatisticsAutoRegisterMember autoStats A statistics collection member used to track memory usage throughout an application.
RGB[] pixels  

Methods

  Image2DRGB ( in Image2DRGB other )
  Image2DRGB ()
Image2DRGB clone ? ()
StatisticRecord[] getStatistics ? ()
  resize ! ( in UInt32 width, in UInt32 height )
RGB sample ? ( in Scalar u, in Scalar v )
  setPixel ! ( in Integer uindex, in Integer vindex, in RGB pixelValue )