cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Protected Attributes | List of all members
svlCCPointsFileIO Class Reference

#include <svlCCFileIO.h>

Inheritance diagram for svlCCPointsFileIO:
svlCCFileIO

Public Member Functions

 svlCCPointsFileIO (const char *filename, int fileFormat)
 
void repackData ()
 
void repackData (IplImage *iplImage)
 
float errorCheck (vctDynamicVector< vctDynamicVector< vct3 > > Dc, vctDynamicVector< vctDynamicVector< vct3 > > Ac, vctDynamicVector< vctDynamicVector< vct3 > > Cc)
 
void showData ()
 
- Public Member Functions inherited from svlCCFileIO
 svlCCFileIO (const char *filename)
 
bool parseFile ()
 

Public Attributes

std::vector< cv::Point2f > imagePoints
 
std::vector< cv::Point3f > calibrationGridPoints
 
CvMat * worldToTCP
 

Protected Attributes

int pointsCount
 
cv::Size imageSize
 
- Protected Attributes inherited from svlCCFileIO
const char * myFileName
 
int fileFormat
 
SectionFormatsections [12]
 
float data [500][12]
 
const int END
 

Additional Inherited Members

- Public Types inherited from svlCCFileIO
enum  formatEnum { ORIGINAL, IMPROVED }
 
- Protected Member Functions inherited from svlCCFileIO
std::ifstream & openFile (const char *filename)
 
void parseLine (const char line[], const char format[], int lineNum)
 
- Static Protected Attributes inherited from svlCCFileIO
static const bool debug = false
 

Constructor & Destructor Documentation

svlCCPointsFileIO::svlCCPointsFileIO ( const char *  filename,
int  fileFormat 
)

Member Function Documentation

float svlCCPointsFileIO::errorCheck ( vctDynamicVector< vctDynamicVector< vct3 > >  Dc,
vctDynamicVector< vctDynamicVector< vct3 > >  Ac,
vctDynamicVector< vctDynamicVector< vct3 > >  Cc 
)
void svlCCPointsFileIO::repackData ( )
virtual

Reimplemented from svlCCFileIO.

void svlCCPointsFileIO::repackData ( IplImage iplImage)
void svlCCPointsFileIO::showData ( )

Member Data Documentation

std::vector<cv::Point3f> svlCCPointsFileIO::calibrationGridPoints
std::vector<cv::Point2f> svlCCPointsFileIO::imagePoints
cv::Size svlCCPointsFileIO::imageSize
protected
int svlCCPointsFileIO::pointsCount
protected
CvMat* svlCCPointsFileIO::worldToTCP

The documentation for this class was generated from the following file: