Applying standard image processing operators to a video
stream
The following steps need to
be completed in order to create an application which applies
one or more image processing operators (such as rotation,
segmentation, linear filter etc.) to a video stream. Visit
here for a list of
operators that are available for use as MontiVision image
processing filters.
- Creating an
imaging configuration
- Include the MontiVision Smart
Control into your application
- Load and start the configuration file using the control
- Get the COM interfaces of the MontiVision image processing
filters using the control
- Adjust the parameters of the operators at runtime using the
provided interfaces
|