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

Library cvbase
Overview

This library is undocumented

Non-class functions

Here you will find the list of all functions, which are defined outside the scope of a class.

CvSize(width:int,height:int):CvSize
Creates a CvSize instance from two integers
operator[](scalar:CvScalar,channel:int):double
Provides access to the channels of a CvScalar instance
operator[](image:IplImage,x:int,y:int):CvScalar
Returns the scalar value of a pixel at the given position
print(matrix:CvMat):String
Prints an OpenCV matrix
print(scalar:CvScalar):String
Prints a CvScalar type
Class IplImage

Here you will find the class functions of 'IplImage' defined in the library 'cvbase'.

CvMat(data:List):CvMat
Creates a CvMat instance from a list of numbers
CvMat(points:std::vector<CvPoint2D32f>):CvMat
Creates a matrix from a vector of points
CvMat(rows:int,columns:int,format:String):CvMat
Creates a new OpenCV matrix from size
append(matrix:CvMat,other:CvMat):CvMat
Appends a matrix to the end of the first matrix
columns(matrix:CvMat):int
Returns the column number of an OpenCV matrix
operator*(left:CvMat,right:CvMat):CvMat
Multiplies two OpenCV matrices
operator+(left:CvMat,right:CvMat):CvMat
Adds two OpenCV matrices
operator[](matrix:CvMat,row:int,column:int)
Returns an element of the matrix
operator^(matrix:CvMat,power:):CvMat
Powers an OpenCV matrix
put(matrix:CvMat,source:CvMat,row:int,column:int):void
Puts an OpenCV matrix into the given matrix at the given position
rows(matrix:CvMat):int
Returns the row number of an OpenCV matrix
CvPoint(x:int,y:int):CvPoint
Creates a CvPoint instance from two integers
x(point:CvPoint):int
Returns a reference to the X-coordinate of a CvPoint
y(point:CvPoint):int
Returns a reference to the Y-coordinate of a CvPoint
CvScalar(value:double):CvScalar
Creates a CvScalar from a gray value amount
CvScalar(r:double,g:double,b:double,alpha:double):CvScalar
Creates a CvScalar from a list of color entries
IplImage(width:int,height:int,channels:int):IplImage
Creates an IplImage from width and height
height(image:IplImage):int
Returns the height of an OpenCV image
line(image:IplImage,start:CvPoint,end:CvPoint,channel:int):std::vector<double>
Returns an array of double values, which form a line and a given channel in the image
set(image:IplImage,x:int,y:int,scalar:CvScalar):void
Sets the scalar value of a pixel at the given position
set(image:IplImage,x:int,y:int,value:double):void
Sets the scalar value of a pixel at the given position
width(image:IplImage):int
Returns the width of an OpenCV image
Class CvMat

Here you will find the class functions of 'CvMat' defined in the library 'cvbase'.

CvMat(data:List):CvMat
Creates a CvMat instance from a list of numbers
CvMat(points:std::vector<CvPoint2D32f>):CvMat
Creates a matrix from a vector of points
CvMat(rows:int,columns:int,format:String):CvMat
Creates a new OpenCV matrix from size
append(matrix:CvMat,other:CvMat):CvMat
Appends a matrix to the end of the first matrix
columns(matrix:CvMat):int
Returns the column number of an OpenCV matrix
operator*(left:CvMat,right:CvMat):CvMat
Multiplies two OpenCV matrices
operator+(left:CvMat,right:CvMat):CvMat
Adds two OpenCV matrices
operator[](matrix:CvMat,row:int,column:int)
Returns an element of the matrix
operator^(matrix:CvMat,power:):CvMat
Powers an OpenCV matrix
put(matrix:CvMat,source:CvMat,row:int,column:int):void
Puts an OpenCV matrix into the given matrix at the given position
rows(matrix:CvMat):int
Returns the row number of an OpenCV matrix
CvPoint(x:int,y:int):CvPoint
Creates a CvPoint instance from two integers
x(point:CvPoint):int
Returns a reference to the X-coordinate of a CvPoint
y(point:CvPoint):int
Returns a reference to the Y-coordinate of a CvPoint
CvScalar(value:double):CvScalar
Creates a CvScalar from a gray value amount
CvScalar(r:double,g:double,b:double,alpha:double):CvScalar
Creates a CvScalar from a list of color entries
IplImage(width:int,height:int,channels:int):IplImage
Creates an IplImage from width and height
height(image:IplImage):int
Returns the height of an OpenCV image
line(image:IplImage,start:CvPoint,end:CvPoint,channel:int):std::vector<double>
Returns an array of double values, which form a line and a given channel in the image
set(image:IplImage,x:int,y:int,scalar:CvScalar):void
Sets the scalar value of a pixel at the given position
set(image:IplImage,x:int,y:int,value:double):void
Sets the scalar value of a pixel at the given position
width(image:IplImage):int
Returns the width of an OpenCV image
Class CvPoint

Here you will find the class functions of 'CvPoint' defined in the library 'cvbase'.

CvMat(data:List):CvMat
Creates a CvMat instance from a list of numbers
CvMat(points:std::vector<CvPoint2D32f>):CvMat
Creates a matrix from a vector of points
CvMat(rows:int,columns:int,format:String):CvMat
Creates a new OpenCV matrix from size
append(matrix:CvMat,other:CvMat):CvMat
Appends a matrix to the end of the first matrix
columns(matrix:CvMat):int
Returns the column number of an OpenCV matrix
operator*(left:CvMat,right:CvMat):CvMat
Multiplies two OpenCV matrices
operator+(left:CvMat,right:CvMat):CvMat
Adds two OpenCV matrices
operator[](matrix:CvMat,row:int,column:int)
Returns an element of the matrix
operator^(matrix:CvMat,power:):CvMat
Powers an OpenCV matrix
put(matrix:CvMat,source:CvMat,row:int,column:int):void
Puts an OpenCV matrix into the given matrix at the given position
rows(matrix:CvMat):int
Returns the row number of an OpenCV matrix
CvPoint(x:int,y:int):CvPoint
Creates a CvPoint instance from two integers
x(point:CvPoint):int
Returns a reference to the X-coordinate of a CvPoint
y(point:CvPoint):int
Returns a reference to the Y-coordinate of a CvPoint
CvScalar(value:double):CvScalar
Creates a CvScalar from a gray value amount
CvScalar(r:double,g:double,b:double,alpha:double):CvScalar
Creates a CvScalar from a list of color entries
IplImage(width:int,height:int,channels:int):IplImage
Creates an IplImage from width and height
height(image:IplImage):int
Returns the height of an OpenCV image
line(image:IplImage,start:CvPoint,end:CvPoint,channel:int):std::vector<double>
Returns an array of double values, which form a line and a given channel in the image
set(image:IplImage,x:int,y:int,scalar:CvScalar):void
Sets the scalar value of a pixel at the given position
set(image:IplImage,x:int,y:int,value:double):void
Sets the scalar value of a pixel at the given position
width(image:IplImage):int
Returns the width of an OpenCV image
Class CvScalar

Here you will find the class functions of 'CvScalar' defined in the library 'cvbase'.

CvMat(data:List):CvMat
Creates a CvMat instance from a list of numbers
CvMat(points:std::vector<CvPoint2D32f>):CvMat
Creates a matrix from a vector of points
CvMat(rows:int,columns:int,format:String):CvMat
Creates a new OpenCV matrix from size
append(matrix:CvMat,other:CvMat):CvMat
Appends a matrix to the end of the first matrix
columns(matrix:CvMat):int
Returns the column number of an OpenCV matrix
operator*(left:CvMat,right:CvMat):CvMat
Multiplies two OpenCV matrices
operator+(left:CvMat,right:CvMat):CvMat
Adds two OpenCV matrices
operator[](matrix:CvMat,row:int,column:int)
Returns an element of the matrix
operator^(matrix:CvMat,power:):CvMat
Powers an OpenCV matrix
put(matrix:CvMat,source:CvMat,row:int,column:int):void
Puts an OpenCV matrix into the given matrix at the given position
rows(matrix:CvMat):int
Returns the row number of an OpenCV matrix
CvPoint(x:int,y:int):CvPoint
Creates a CvPoint instance from two integers
x(point:CvPoint):int
Returns a reference to the X-coordinate of a CvPoint
y(point:CvPoint):int
Returns a reference to the Y-coordinate of a CvPoint
CvScalar(value:double):CvScalar
Creates a CvScalar from a gray value amount
CvScalar(r:double,g:double,b:double,alpha:double):CvScalar
Creates a CvScalar from a list of color entries
IplImage(width:int,height:int,channels:int):IplImage
Creates an IplImage from width and height
height(image:IplImage):int
Returns the height of an OpenCV image
line(image:IplImage,start:CvPoint,end:CvPoint,channel:int):std::vector<double>
Returns an array of double values, which form a line and a given channel in the image
set(image:IplImage,x:int,y:int,scalar:CvScalar):void
Sets the scalar value of a pixel at the given position
set(image:IplImage,x:int,y:int,value:double):void
Sets the scalar value of a pixel at the given position
width(image:IplImage):int
Returns the width of an OpenCV image