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

Function operator[] from cvbase
Brief description

operator[](matrix:CvMat,row:int,column:int)

Returns an element of the matrix More ...

Function information
Name: operator[]
Base: CvMat
Group: OpenCV plugins:Matrix plugins
Icon: cvmatrix.png
Color: blue
Authors: Aless Lasaruk
Copyright: (c) 2010 Aless Lasaruk

Detailed description

Returns an element of the matrix.

Input parameters
matrix: CvMat
row: int
Row of the element starting with 1
column: int

Return values
Default return value:
Matrix element