Click or drag to resize
Accord.NET (logo)

BaseFeatureExtractorTFeatureProcessImage Method (BitmapData)

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(image) method instead.")]
public List<double[]> ProcessImage(
	BitmapData imageData
)
Request Example View Source

Parameters

imageData
Type: System.Drawing.ImagingBitmapData

Return Value

Type: ListDouble
See Also