AForge.Imaging.ImageStatisticsHSL.ImageStatisticsHSL C# (CSharp) Method

ImageStatisticsHSL() public method

Initializes a new instance of the ImageStatisticsHSL class.
Source pixel format is not supported.
public ImageStatisticsHSL ( UnmanagedImage image ) : System
image UnmanagedImage Unmanaged image to gather statistics about.
return System
        public ImageStatisticsHSL( UnmanagedImage image )
        {
            CheckSourceFormat( image.PixelFormat );
            unsafe
            {
                ProcessImage( image, null, 0 );
            }
        }

Same methods

ImageStatisticsHSL::ImageStatisticsHSL ( Bitmap image ) : System
ImageStatisticsHSL::ImageStatisticsHSL ( Bitmap image, Bitmap mask ) : System
ImageStatisticsHSL::ImageStatisticsHSL ( Bitmap image, byte mask ) : System
ImageStatisticsHSL::ImageStatisticsHSL ( UnmanagedImage image, UnmanagedImage mask ) : System
ImageStatisticsHSL::ImageStatisticsHSL ( UnmanagedImage image, byte mask ) : System