This small example shows how to use base functions (creation, access to element, display, determinant, trace). |
|
| | |
|
This example shows how to apply mathematical operations to a matrix (matrix product, addition). |
|
| | |
|
In this examples, a matrix is filled the values contained in a file (.mat). This example needs the file gauss3x3.mat (see after). |
|
| | |
|
This file contains the definition of a matrix. It can be easily edited with an editor like notepad, emacs, ... |
|
| | |
|
This example presents how to save a matrix in a file. |
|
| | |
|
This example presents how to load/save an image file (TARGA) from/to three matrixes (red,green,blue). |
|
| | |
|
This example apply a transformation (translation,rotation,zoom) to a TARGA image file. |
|
| | |
|
This example contains the step to adopt if you wants to intercept error management of the unit Matrix2D. |
|
| | |
|
This file contains all the examples. |
|
| | |
|
This file is a set of several 3x3 matrix that can be used for the convolution operation: - diff3x3.mat - sepdiff3x3.mat - gauss3x3.mat - frei-chen3x3.mat - prewitt3x3.mat - roberts3x3.mat - sobel3x3.mat |
|
| | |
|