Method | Description | |
---|---|---|
ImageStatisticsYCbCr ( |
Initializes a new instance of the ImageStatisticsYCbCr class.
|
|
ImageStatisticsYCbCr ( |
Initializes a new instance of the ImageStatisticsYCbCr class. The mask image must be a grayscale/binary (8bpp) image of the same size as the specified source image, where black pixels (value 0) correspond to areas which should be excluded from processing. So statistics is calculated only for pixels, which are none black in the mask image. |
|
ImageStatisticsYCbCr ( |
Initializes a new instance of the ImageStatisticsYCbCr class. The mask array must be of the same size as the specified source image, where 0 values correspond to areas which should be excluded from processing. So statistics is calculated only for pixels, which have none zero corresponding value in the mask. |
|
ImageStatisticsYCbCr ( |
Initializes a new instance of the ImageStatisticsYCbCr class.
|
|
ImageStatisticsYCbCr ( |
Initializes a new instance of the ImageStatisticsYCbCr class. The mask image must be a grayscale/binary (8bpp) image of the same size as the specified source image, where black pixels (value 0) correspond to areas which should be excluded from processing. So statistics is calculated only for pixels, which are none black in the mask image. |
|
ImageStatisticsYCbCr ( |
Initializes a new instance of the ImageStatisticsYCbCr class. The mask array must be of the same size as the specified source image, where 0 values correspond to areas which should be excluded from processing. So statistics is calculated only for pixels, which have none zero corresponding value in the mask. |
Method | Description | |
---|---|---|
CheckMaskProperties ( PixelFormat maskFormat, |
||
CheckSourceFormat ( PixelFormat pixelFormat ) : void | ||
ProcessImage ( |
public ImageStatisticsYCbCr ( |
||
image | Image to gather statistics about. | |
return | System |
public ImageStatisticsYCbCr ( |
||
image | Image to gather statistics about. | |
mask | Mask image which specifies areas to collect statistics for. | |
return | System |
public ImageStatisticsYCbCr ( |
||
image | Image to gather statistics about. | |
mask | byte | Mask array which specifies areas to collect statistics for. |
return | System |
public ImageStatisticsYCbCr ( |
||
image | Unmanaged image to gather statistics about. | |
return | System |
public ImageStatisticsYCbCr ( |
||
image | Image to gather statistics about. | |
mask | Mask image which specifies areas to collect statistics for. | |
return | System |
public ImageStatisticsYCbCr ( |
||
image | Image to gather statistics about. | |
mask | byte | Mask array which specifies areas to collect statistics for. |
return | System |