|
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; }
ReadOnly Property SupportedFormats As ISet(Of PixelFormat)
Get
Request Example
View SourceProperty Value
Type:
ISetPixelFormatSee Also