Function operator[] from cvbase
Brief description
operator[](image:IplImage,x:int,y:int):CvScalar
Returns the scalar value of a pixel at the given position More ...
Function information
| Name: | operator[] |
| Base: | |
| Group: | OpenCV plugins:Image plugins |
| Icon: | cvimage.png |
| Color: | blue |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Returns the scalar value of a pixel at the given position
Input parameters
-
image:
IplImage
- OpenCV image
-
x:
int
- X-Coordinate
-
y:
int
- Y-Coordinate
Return values
-
Default return value:
CvScalar
- Scalar value with four channels
