bazar  1.3.1
Public Member Functions | Public Attributes | List of all members
CalibModel Class Reference

#include <calibmodel.h>

Collaboration diagram for CalibModel:
Collaboration graph
[legend]

Public Member Functions

 CalibModel (const char *modelfile="model.bmp")
 ~CalibModel ()
bool buildCached (CvCapture *capture, bool cache)
 CalibModel (const char *modelfile="model.bmp")
 ~CalibModel ()
bool buildCached (int nbcam, CvCapture *capture, bool cache, planar_object_recognizer &detector)

Public Attributes

IplImage * image
CvPoint corners [4]
planar_object_recognizer detector
LightMap map
CamAugmentation augm

Detailed Description

Examples:
fullcalib.cpp, and multicam.cpp.

Definition at line 8 of file calibmodel.h.

Constructor & Destructor Documentation

CalibModel::CalibModel ( const char *  modelfile = "model.bmp")

Definition at line 3 of file calibmodel.cpp.

References image.

CalibModel::~CalibModel ( )

Definition at line 10 of file calibmodel.cpp.

References image.

CalibModel::CalibModel ( const char *  modelfile = "model.bmp")
CalibModel::~CalibModel ( )

Member Function Documentation

bool CalibModel::buildCached ( int  nbcam,
CvCapture *  capture,
bool  cache,
planar_object_recognizer detector 
)
bool CalibModel::buildCached ( CvCapture *  capture,
bool  cache 
)

Member Data Documentation

CamAugmentation CalibModel::augm
CvPoint CalibModel::corners
Examples:
fullcalib.cpp, multicam.cpp, and multigl.cpp.

Definition at line 11 of file calibmodel.h.

Referenced by augment_scene(), buildCached(), and photo_draw().

planar_object_recognizer CalibModel::detector
Examples:
fullcalib.cpp.

Definition at line 13 of file calibmodel.h.

Referenced by augment_scene(), buildCached(), geometric_calibration(), and photometric_calibration().

IplImage * CalibModel::image
Examples:
fullcalib.cpp, multicam.cpp, and multigl.cpp.

Definition at line 10 of file calibmodel.h.

Referenced by augment_scene(), buildCached(), CalibModel(), photo_draw(), and ~CalibModel().

LightMap CalibModel::map

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