Image Sequence Processing
MontiVision provides source and renderer
filters to read and write batches of still images. The following
filter configuration reads a batch of still images from a source
folder, applies a segmentation to every image and saves the images
to a separate folder.

Batch image processing
The following steps have to be
followed to create an applications which applies one or more image
processing operators (such as rotation, segmentation, linear filter
etc.) to a batch of images. You can find a list of operators
available as MontiVision image processing filters here.
- Create a filter
graph, and be sure to including the MontiVision Batch
Image File Source and the MontiVision Image File
Renderer filter.
- Include the MontiVision Smart
Control into your application.
- Load and start the configuration file using the control
interfaces.
- Get the COM interfaces of the MontiVision image processing
filters using the control.
- Adjust the parameters of the operators at runtime using the
interfaces.
|