RFFeatureGetter.empty constructor
RFFeatureGetter.empty()
Implementation
factory RFFeatureGetter.empty() {
final p = calloc<cvg.RFFeatureGetter>();
cvRun(() => ccontrib.cv_ximgproc_RFFeatureGetter_create(p));
return RFFeatureGetter.fromPointer(p);
}