Image2DScalar.kl

Types

Image2DScalar (object)

The Image2DScalar is an Image2D storing Scalar 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.
Scalar[] pixels  

Methods

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