Class slamcore::FrameInterface

class FrameInterface

Interface for a Frame, a composition of an image and a region of interest

Public Functions

virtual ~FrameInterface() = default
virtual const ImageInterface &image() const = 0

Get the image.

virtual const Range2D &imageROI() const = 0

Get the 2D image ROI

Note

The ROI can be empty if not set