Function operator[] from cvbase
Brief description
operator[](scalar:CvScalar,channel:int):double
Provides access to the channels of a CvScalar instance More ...
Function information
| Name: | operator[] |
| Base: | |
| Group: | OpenCV plugins:Basic plugins |
| Icon: | opencv.png |
| Color: | blue |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Provides access to the channels of a CvScalar instance
Input parameters
-
scalar:
CvScalar
- Scalar value
-
channel:
int
- Channel value
Return values
-
Default return value:
double
- Reference to the value
