CohesiveComputing.Imaging Namespace |
| Class | Description | |
|---|---|---|
| BatchImagePro |
Singleton class for BatchImagePro. Use this to set a licence file and instantiate a BatchProcessor class.
| |
| BatchProcessor |
Batch Image Processor. Uses a pipelined workflow to load, process and store data from images stored on the file system.
| |
| BitmapImage |
Static class for loading and creating images.
| |
| ErrorArgs |
BatchProcessor Error event arguments.
| |
| Extensions |
Extension methods.
| |
| ImageFileInfo |
File information for the current image.
| |
| ImgPropertyItem |
Represents a property (metadata) item for an image.
| |
| LoadImageArgs |
BatchProcessor workflow image load arguments.
| |
| ProcessImageArgs |
BatchProcessor workflow image process arguments.
| |
| ProgressArgs |
BatchProcessor Progress event arguments.
| |
| PropertyFile |
A User defined properties file that applies to image files at directory level.
| |
| StoreImageArgs |
BatchProcessor workflow image store arguments.
|
| Interface | Description | |
|---|---|---|
| IBitmapImage |
Interface representing a bitmap image. Most of the image processing methods do not modify the existing instance, but instead
return a new instance with the effect applied.
| |
| IBlobInfo |
Represents blobs extracted from a source image.
| |
| IBlobRegion |
Represents the rectangular region of an extracted blob.
| |
| IHistogram |
Represents histogram statistics of a colour channel.
| |
| IImageStatistics |
Interface representing image histogram statistics for each colour channel.
|
| Enumeration | Description | |
|---|---|---|
| Axis |
Orientation axis. Referenced by Reflect and ChangePerspective operations.
| |
| ColourChannel |
Colour channel. Referenced by IImageStatistics
| |
| EdgeKernelType |
Edge kernel type expressed as size. Referenced by FindEdges operations.
| |
| ImgPropertyItemType |
Image Property Item Type. Referenced by ImgPropertyItem class.
| |
| Interpolation |
Interpolation types. Referenced by ReduceDistortion and Rotate operations.
| |
| KernelType |
Kernel type expressed as size. Referenced by Smooth operation.
| |
| MorphologyKernelType |
Morphology kernel type expressed as size. Referenced by Erode and Dilate operations.
| |
| PerformancePriority |
Performance priority. Referenced by CountBlobs and ExtractBlobs operations.
| |
| ResizeInterpolation |
Resize interpolation types. Referenced by Resize operation.
|