fast::Exporter class

Abstract base class for exporters.

Base classes

class ProcessObject
Abstract base class for all process objects.

Derived classes

class FileExporter
Abstract class for file exporters.
class ImagePyramidPatchExporter
Exports an ImagePyramid to disk as a large set of image patches. Each patch is stored as a PNG image with the file name indicating its position and size. This exporter can handle both an ImagePyramid input and a stream of image patches.