MATLAB CVIP Toolbox Functions
Geometry
The geometry category contains functions to perform region of interest (ROI) geometry operations, as well as spatial quantization methods to enlarge or shrink images. This includes functions to crop, rotate, translate, shrink, zoom, copy and paste, and spatial quantization via average, median or decimation. These functions take a single image as input and perform the desired operation. They have parameters available similar to those in CVIPtools.- copy_paste_cvip - copies a subimage from one image and pastes it to another image
- crop_cvip - crop a subimage from an image
- enlarge_cvip - enlarges image to a user-specified size
- rotate_cvip - rotate the given image by an angle specified by the user (Range 1 ~ 360 degrees
- shrink_cvip - shrinks the given image by a factor specified by the user (Range 0.1 ~ 1)
- spatial_quant_cvip - quantize an image by one of the following methods: average, median, or decimation
- translate_cvip - move the entire image horizontally and/or vertically; also used for cut-and-paste of subimage
- zoom_cvip - zoom the given image by a factor specified by the user (Range 1 ~ 10)