Click or drag to resize
Accord.NET (logo)

BaseSparseFeatureExtractorTPointProcessImage Method (Bitmap)

Note: This API is now obsolete.

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

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the Transform(input) method instead.")]
public List<TPoint> ProcessImage(
	Bitmap image
)
Request Example View Source

Parameters

image
Type: System.DrawingBitmap

Return Value

Type: ListTPoint
See Also