frame property

OpenCVImage frame

The underlying data held at address.

This cannot be a normal field as Pointers cannot be sent across isolates, and this should not be a getter because the underlying memory needs to be freed and cannot be used again.

Implementation

OpenCVImage get frame => OpenCVImage(pointer: Pointer.fromAddress(address), length: length);