#include <VisionX/components/image_processor/CalibrationCreator/calibfilter.h>
|
| CvCalibFilter () |
|
virtual void | DrawPoints (CvMat **dst) |
|
virtual void | DrawPoints (IplImage **dst) |
|
virtual bool | FindEtalon (CvMat **imgs) |
|
virtual bool | FindEtalon (IplImage **imgs) |
|
int | GetCameraCount () const |
|
virtual const CvCamera * | GetCameraParams (int idx=0) const |
|
virtual CvCalibEtalonType | GetEtalon (int *paramCount=0, const double **etalonParams=0, int *pointCount=0, const CvPoint2D32f **etalonPoints=0) const |
|
virtual int | GetFrameCount (int *framesTotal=0) const |
|
virtual bool | GetLatestPoints (int idx, CvPoint2D32f **pts, int *count, bool *found) |
|
virtual const CvStereoCamera * | GetStereoParams () const |
|
bool | IsCalibrated () const |
|
virtual bool | LoadCameraParams (const char *filename) |
|
virtual bool | Push (const CvPoint2D32f **points=0) |
|
virtual bool | Rectify (CvMat **srcarr, CvMat **dstarr) |
|
virtual bool | Rectify (IplImage **srcarr, IplImage **dstarr) |
|
virtual bool | SaveCameraParams (const char *filename) |
|
virtual void | SetCameraCount (int cameraCount) |
|
virtual bool | SetCameraParams (CvCamera *params) |
|
virtual bool | SetEtalon (CvCalibEtalonType etalonType, double *etalonParams, int pointCount=0, CvPoint2D32f *points=0) |
|
virtual bool | SetFrames (int totalFrames) |
|
virtual void | Stop (bool calibrate=false) |
|
virtual bool | Undistort (CvMat **src, CvMat **dst) |
|
virtual bool | Undistort (IplImage **src, IplImage **dst) |
|
virtual | ~CvCalibFilter () |
|
Definition at line 78 of file calibfilter.h.
◆ anonymous enum
◆ CvCalibFilter()
◆ ~CvCalibFilter()
◆ DrawPoints() [1/2]
void DrawPoints |
( |
CvMat ** |
dst | ) |
|
|
virtual |
◆ DrawPoints() [2/2]
void DrawPoints |
( |
IplImage ** |
dst | ) |
|
|
virtual |
◆ FindEtalon() [1/2]
bool FindEtalon |
( |
CvMat ** |
imgs | ) |
|
|
virtual |
◆ FindEtalon() [2/2]
bool FindEtalon |
( |
IplImage ** |
imgs | ) |
|
|
virtual |
◆ GetCameraCount()
int GetCameraCount |
( |
| ) |
const |
|
inline |
◆ GetCameraParams()
const CvCamera * GetCameraParams |
( |
int |
idx = 0 | ) |
const |
|
virtual |
◆ GetEtalon()
CvCalibEtalonType GetEtalon |
( |
int * |
paramCount = 0 , |
|
|
const double ** |
etalonParams = 0 , |
|
|
int * |
pointCount = 0 , |
|
|
const CvPoint2D32f ** |
etalonPoints = 0 |
|
) |
| const |
|
virtual |
◆ GetFrameCount()
int GetFrameCount |
( |
int * |
framesTotal = 0 | ) |
const |
|
virtual |
◆ GetLatestPoints()
bool GetLatestPoints |
( |
int |
idx, |
|
|
CvPoint2D32f ** |
pts, |
|
|
int * |
count, |
|
|
bool * |
found |
|
) |
| |
|
virtual |
◆ GetStereoParams()
const CvStereoCamera * GetStereoParams |
( |
| ) |
const |
|
virtual |
◆ IsCalibrated()
bool IsCalibrated |
( |
| ) |
const |
|
inline |
◆ LoadCameraParams()
bool LoadCameraParams |
( |
const char * |
filename | ) |
|
|
virtual |
◆ Push()
bool Push |
( |
const CvPoint2D32f ** |
points = 0 | ) |
|
|
virtual |
◆ Rectify() [1/2]
bool Rectify |
( |
CvMat ** |
srcarr, |
|
|
CvMat ** |
dstarr |
|
) |
| |
|
virtual |
◆ Rectify() [2/2]
bool Rectify |
( |
IplImage ** |
srcarr, |
|
|
IplImage ** |
dstarr |
|
) |
| |
|
virtual |
◆ SaveCameraParams()
bool SaveCameraParams |
( |
const char * |
filename | ) |
|
|
virtual |
◆ SetCameraCount()
void SetCameraCount |
( |
int |
cameraCount | ) |
|
|
virtual |
◆ SetCameraParams()
bool SetCameraParams |
( |
CvCamera * |
params | ) |
|
|
virtual |
◆ SetEtalon()
bool SetEtalon |
( |
CvCalibEtalonType |
etalonType, |
|
|
double * |
etalonParams, |
|
|
int |
pointCount = 0 , |
|
|
CvPoint2D32f * |
points = 0 |
|
) |
| |
|
virtual |
◆ SetFrames()
bool SetFrames |
( |
int |
totalFrames | ) |
|
|
virtual |
◆ Stop()
void Stop |
( |
bool |
calibrate = false | ) |
|
|
virtual |
◆ Undistort() [1/2]
bool Undistort |
( |
CvMat ** |
src, |
|
|
CvMat ** |
dst |
|
) |
| |
|
virtual |
◆ Undistort() [2/2]
bool Undistort |
( |
IplImage ** |
src, |
|
|
IplImage ** |
dst |
|
) |
| |
|
virtual |
◆ cameraCount
◆ cameraParams
◆ etalonParamCount
◆ etalonParams
◆ etalonPointCount
◆ etalonPoints
CvPoint2D32f* etalonPoints |
|
protected |
◆ etalonType
◆ framesAccepted
◆ framesTotal
◆ grayImg
◆ imgSize
◆ isCalibrated
◆ latestCounts
◆ latestPoints
◆ maxPoints
◆ points
◆ rectMap
◆ stereo
◆ storage
◆ tempImg
◆ undistImg
◆ undistMap
The documentation for this class was generated from the following files: