SimpleBlobDetectorParams.fromPointer constructor

SimpleBlobDetectorParams.fromPointer(
  1. Pointer<SimpleBlobDetectorParams> p, [
  2. bool attach = true
])

Implementation

factory SimpleBlobDetectorParams.fromPointer(
  ffi.Pointer<cfeatures2d.SimpleBlobDetectorParams> p, [
  bool attach = true,
]) =>
    SimpleBlobDetectorParams._(p, attach);