6 public static partial class BasicOperations
23 for (y = 0; y < h; y++, Index += Skip)
25 for (x = 0; x < w; x++)
26 Data[Index++] = Value;
static void Fill< T >(this Matrix< T > M, T Value)
Fills the matrix with a value.
Implements a Matrix, basic component for computations in Image Processing and Computer Vision.