Click or drag to resize
Accord.NET (logo)

IFeatureDetectorTPointProcessImage Method (BitmapData)

Note: This API is now obsolete.

Obsolete. Please use the Transform(TInput) method instead.

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(
	BitmapData imageData
)

Parameters

imageData
Type: System.Drawing.ImagingBitmapData

Return Value

Type: IEnumerableTPoint
See Also