RotatedRect.fromPointer constructor

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

Implementation

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