These pages are auto-generated from self-documenting comments embedded in class files.
For more information on breve and steve, refer to the breve homepage.

Image : MatrixImage

Class description:

The MatrixImage allows three 2D matrices to be copied into the red, green and blue channels of an image for efficient display. The image is automatically updated with new matrix values at each iteration.

Methods:

  • setBlue
  • setGreen
  • setRed
  • setScaleToMaxValue
    setBlue( self, m )

    Sets the green channel to the Matrix m.


    setGreen( self, m )

    Sets the green channel to the Matrix m.


    setRed( self, m )

    Sets the red channel to the matrix m.


    setScaleToMaxValue( self, theMatrix )

    Sets the scale of this matrix image object to the maximum value in the specified matrix.