CreateIntMatrix Method

Description         This method creates a new integer matrix, that is used by the following filter methods:
BinaryDilationH, BinaryErosionH, BinaryClosingH, BinaryOpeningH, BinaryHitMissH, BinaryOutliningH, GrayScaleDilationH, GrayScaleErosionH, GrayScaleClosingH, GrayScaleOpeningH, GrayScaleTopHatH
The default values of elements of the matrix are 1.

Syntax                 [BIFilter.]CreateIntMatrix width height

Returns               RetVal                    LONGLONG Integer matrix handle.

Remarks             width                      Long                Number of columns of the matrix.

                            height                     Long                Number of rows of the matrix.

See Also              SetIntMatrixAt, GetIntMatrixAt, ReleaseIntMatrix