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

Library cvio
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.

cvCameraLoadXML(filename:String,name:String):List
Loads a description of an OpenCV camera from an XML file
cvCameraLoad(filename:String):List
Loads a description of an OpenCV camera from the file
cvCameraSaveXML(filename:String,P:CvMat,D:CvMat):void
Saves a description of an OpenCV camera to an XML file
cvCameraSave(filename:String,P:CvMat,D:CvMat):void
Saves a description of an OpenCV camera to the file
Class IplImage

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

CvMat(filename:String):CvMat
Loads an OpenCV matrix from file with a header element-wise
CvMat(filename:String,rows:int,columns:int,format:String):CvMat
Loads an OpenCV matrix from file element-wise
save(matrix:CvMat,filename:String,header:bool):void
Writes an OpenCV matrix to a file
IplImage(filename:String):IplImage
Loads an image using the OpenCV image loader
save(image:IplImage,filename:String):void
Saves an image using the OpenCV image save function
Class CvMat

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

CvMat(filename:String):CvMat
Loads an OpenCV matrix from file with a header element-wise
CvMat(filename:String,rows:int,columns:int,format:String):CvMat
Loads an OpenCV matrix from file element-wise
save(matrix:CvMat,filename:String,header:bool):void
Writes an OpenCV matrix to a file
IplImage(filename:String):IplImage
Loads an image using the OpenCV image loader
save(image:IplImage,filename:String):void
Saves an image using the OpenCV image save function