Click or drag to resize
Accord.NET (logo)

BaseCornersDetectorInnerTransform Method

This method should be implemented by inheriting classes to implement the actual feature extraction, transforming the input image into a list of features.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
protected override sealed IEnumerable<CornerFeaturePoint> InnerTransform(
	UnmanagedImage input
)
Request Example View Source

Parameters

input
Type: Accord.ImagingUnmanagedImage

Return Value

Type: IEnumerableCornerFeaturePoint
See Also