Click or drag to resize
Accord.NET (logo)

ICornersDetectorSupportedFormats Property

Gets the list of image pixel formats that are supported by this extractor. The extractor will check whether the pixel format of any provided images are in this list to determine whether the image can be processed or not.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
ISet<PixelFormat> SupportedFormats { get; }
Request Example View Source

Property Value

Type: ISetPixelFormat
See Also