#include "mcv.hh"#include <iostream>#include <math.h>#include <assert.h>#include <cv.h>#include <highgui.h>
Go to the source code of this file.
Namespaces | |
| namespace | LaneDetector |
Functions | |
| void | LaneDetector::mcvLoadImage (const char *filename, CvMat **clrImage, CvMat **channelImage) |
| void | LaneDetector::mcvScaleMat (const CvMat *inMat, CvMat *outMat) |
| template<class T > | |
| CvMat * | LaneDetector::mcvVector2Mat (const vector< T > &vec) |
| void | LaneDetector::SHOT_MAT_TYPE (const CvMat *pmat) |
| void | LaneDetector::SHOW_IMAGE (Mat pmat, char str[]) |
| void | LaneDetector::SHOW_IMAGE (const IplImage *pmat, char str[]) |
| void | LaneDetector::SHOW_IMAGE (const CvMat *pmat, const char str[], int wait) |
| void | LaneDetector::SHOW_MAT (const CvMat *pmat, char str[]) |
| void | LaneDetector::SHOW_POINT (const FLOAT_POINT2D pt, char str[]) |
| void | LaneDetector::SHOW_RECT (const CvRect rect, char str[]) |