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

Function cvCut from cvimages
Brief description

cvCut(image:IplImage,min:int,max:int):IplImage

Cuts out the range between the minimum and the maximum from each image channel More ...

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

Detailed description

Cuts out the range between the minimum and the maximum from each image channel

Input parameters
image: IplImage
Input image
min: int
Minimum value
max: int
Maximum value

Return values
Default return value: IplImage