SimpleBlobDetectorParams.empty constructor

SimpleBlobDetectorParams.empty()

Implementation

factory SimpleBlobDetectorParams.empty() {
  final p = calloc<cfeatures2d.SimpleBlobDetectorParams>();
  cvRun(() => cfeatures2d.SimpleBlobDetectorParams_Create(p));
  return SimpleBlobDetectorParams._(p);
}