FASTDetector.this

Default constructor.

class FASTDetector
@safe pure nothrow
this
(
uint threshold = 100
,,
int flags = 0
)

Parameters

threshold
Type: uint

Threshold on pixel intensity difference between central and border pixels.

type
Type: Type

Pixel neighborhood type.

flags
Type: int

Flag value where <i>PERFORM_NON_MAX_SUPRESSION</i> and/or <i>SORT_OUT_FEATURES_BY_SCORE</i> flags can be passed.

Meta