type property
AgastDetectorType
get
type
Implementation
AgastDetectorType get type => AgastDetectorType.fromValue(cfeatures2d.cv_AgastFeatureDetector_getType(ref));
set
type
(AgastDetectorType value)
Implementation
set type(AgastDetectorType value) => cfeatures2d.cv_AgastFeatureDetector_setType(ref, value.value);