FASTDetector.detect

Detect features for given image.

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

Parameters

image
Type: Image

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

count
Type: size_t

How many corners are to be found.

Return Value

Type: Feature[]

Array of found feature points.

Meta