Accord.Imaging.Converters Namespace |
Class | Description | |
---|---|---|
ArrayToImage |
Jagged array to Bitmap converter.
| |
ImageToArray |
Bitmap to jagged array converter.
| |
ImageToMatrix |
Bitmap to multidimensional matrix converter.
| |
MatrixToImage |
Multidimensional array to Bitmap converter.
|
Interface | Description | |
---|---|---|
IConverterTInput, TOutput |
Public interface for image converter algorithms.
|
The image converters are able to convert to and from images defined as byte, double and float multi-dimensional matrices, jagged matrices, and even images represented as flat arrays. It is also possible to convert images defined as series of individual pixel colors into Bitmaps, and back from those Bitmaps into any of the aforementioned representations. Support for AForge.NET's UnmanagedImage is also available.
The namespace class diagram is shown below.