FASTDetector.detect

Detect features for given image.

class FASTDetector
override const
detect
(,
size_t count = 0
)

Parameters

image Image

Input image where corners are to be found. Only 8-bit mono image is supported as this time.

count size_t

How many corners are to be found.

Return Value

Type: Feature[]

Array of found feature points.

Meta