ContRap
The symbolic tool for control-flow based rapid prototyping.

Function resize from cvimages
Brief description

resize(image:IplImage,width:int,height:int):IplImage

Resizes an image to the given size More ...

Function information
Name: resize
Base: IplImage
Group: OpenCV plugins:Basic transforms
Icon: opencv.png
Color:
Authors:
Copyright:

Detailed description

Resizes an image to the given size.

Input parameters
image: IplImage
Input image
width: int
Image width
height: int
Image height

Return values
Default return value: IplImage