Click or drag to resize
Accord.NET (logo)

FastRetinaKeypointDetectorInnerTransform 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 IEnumerable<FastRetinaKeypoint> InnerTransform(
	UnmanagedImage image
)
Request Example View Source

Parameters

image
Type: Accord.ImagingUnmanagedImage

Return Value

Type: IEnumerableFastRetinaKeypoint
See Also