FASTDetector.this

Default constructor.

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

Parameters

threshold uint

Threshold on pixel intensity difference between central and border pixels.

type Type

Pixel neighborhood type.

flags int

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

Meta