Click or drag to resize
Accord.NET (logo)

IFeatureDetectorTPoint Interface

Note: This API is now obsolete.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("This class will be removed.")]
public interface IFeatureDetector<out TPoint>

Type Parameters

TPoint
Methods
  NameDescription
Public methodProcessImage(Bitmap) Obsolete.
Obsolete. Please use the Transform(TInput) method instead.
Public methodProcessImage(BitmapData) Obsolete.
Obsolete. Please use the Transform(TInput) method instead.
Public methodProcessImage(UnmanagedImage) Obsolete.
Obsolete. Please use the Transform(TInput) method instead.
Top
See Also