ImageProcess.fromPointer constructor

ImageProcess.fromPointer(
  1. Pointer<mnn_cv_image_process_t> ptr, {
  2. bool attach = true,
  3. int? externalSize,
})

Implementation

ImageProcess.fromPointer(ffi.Pointer<c.mnn_cv_image_process_t> ptr, {super.attach, super.externalSize})
    : super(ptr.cast());