IFeatureDetectorTPoint Interface |
Note: This API is now obsolete.
Namespace: Accord.Imaging
[ObsoleteAttribute("This class will be removed.")] public interface IFeatureDetector<out TPoint>
Name | Description | |
---|---|---|
ProcessImage(Bitmap) | Obsolete.
Obsolete. Please use the Transform(TInput) method instead.
| |
ProcessImage(BitmapData) | Obsolete.
Obsolete. Please use the Transform(TInput) method instead.
| |
ProcessImage(UnmanagedImage) | Obsolete.
Obsolete. Please use the Transform(TInput) method instead.
|