Initializes a new instance of the ImageStatisticsYCbCr class.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public ImageStatisticsYCbCr( Bitmap image ) |
Parameters
- image
- Type: System.Drawing..::.Bitmap
Image to gather statistics about.
Exceptions
| Exception | Condition |
|---|---|
| AForge.Imaging..::.UnsupportedImageFormatException | Source pixel format is not supported. |