Resizing and Cropping Images
The UVAP Multi-Graph Runner (MGR) can be configured to manipulate the input image in order to help further processing of the image. The supported image manipulations can be the following:
- Resizing: The image resolution can be changed, using a configurable interpolation algorithm. See the RESIZE process node in the MGR configuration format proto file.
- Cropping: A rectangular area of interest can be cropped from the original image. See the ROI process node in the MGR configuration format proto file.
For further information, see MGR.