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

Function set from cvbase
Brief description

set(image:IplImage,x:int,y:int,scalar:CvScalar):void

Sets the scalar value of a pixel at the given position More ...

Function information
Name: set
Base: IplImage
Group: OpenCV plugins:Image plugins
Icon: cvimage.png
Color: blue
Authors: Aless Lasaruk
Copyright: (c) 2010 Aless Lasaruk

Detailed description

Sets the scalar value of a pixel at the given position

Input parameters
image: IplImage
OpenCV image
x: int
X-Coordinate
y: int
Y-Coordinate
scalar: CvScalar
Scalar value with four channels

Return values
Default return value: void