Function cvChannel from cvimages
Brief description
cvChannel(image:IplImage,channel:int):IplImage
Extracts a channel from the image More ...
Function information
Name: | cvChannel |
Base: | |
Group: | OpenCV plugins:Color filters |
Icon: | color.png |
Color: | |
Authors: | |
Copyright: |
Detailed description
Extracts a channel from the image
Input parameters
-
image:
IplImage
- Input image
-
channel:
int
- Channel number
Return values
-
Default return value:
IplImage