|
override void | InitData () |
|
| ImageBuilderBase () |
|
| ImageBuilderBase (System.Drawing.Bitmap bitmap) |
|
void | ClearData () |
| Clears the data that holds image information. More...
|
|
System.Drawing.Bitmap | ToBitmap () |
| Creates and returns a bitmap object from the current image data. More...
|
|
void | FromBitmap (System.Drawing.Bitmap bitmap) |
| Copies image data from the specified bitmap. More...
|
|
void | FromBitmap (System.Drawing.Bitmap bitmap, bool extractColorComponents, bool extractGreyLevels) |
| Copies image data from the specified bitmap. More...
|
|
void | FromCsv (CsvData csv) |
| Copies image data from the specified CsvData. More...
|
|
void | LoadCsv (string filePath) |
| Reads image data from the specified file in CSV format. More...
|
|
void | ToCsv (ref CsvData csv) |
| Write the current image data to a CSV object. More...
|
|
string | ToCsvString () |
| Returns a CSV string containing current image data written in the CSV (comma separated values) form. More...
|
|
void | SaveCsv (string filePath) |
| Saves image data to the specified file in CSV format. More...
|
|
override void IG.Lib.Ib5.InitData |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file:
- igsandbox/imageprocessing/imagedata/5.cs