type property
FastFeatureDetectorType
get
type
Implementation
FastFeatureDetectorType get type =>
FastFeatureDetectorType.fromValue(cfeatures2d.cv_FastFeatureDetector_getType(ref));
set
type
(FastFeatureDetectorType value)
Implementation
set type(FastFeatureDetectorType value) => cfeatures2d.cv_FastFeatureDetector_setType(ref, value.value);