|
IFeatureDetector< TPoint> . ProcessImage Method (Bitmap)
|
Note: This API is now obsolete.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax[ObsoleteAttribute("Please use the Transform(image) method instead.")]
IEnumerable<TPoint> ProcessImage(
Bitmap image
)
<ObsoleteAttribute("Please use the Transform(image) method instead.")>
Function ProcessImage (
image As Bitmap
) As IEnumerable(Of TPoint)
Parameters
- image
- Type: System.Drawing.Bitmap
Return Value
Type:
IEnumerable<TPoint>
See Also