#include "peddetect.h"
Go to the source code of this file.
Functions | |
| void | ComputeChannels (Mat Image, Mat &MergedChannels) |
| void | GetChnFtrsOverImage (Mat IntegralChannels, CvRect ®ion, vector< float > &features, vector< DVector > &WindowFtrs, FtrVecParams2 Params) |
| void | GetChnFtrsOverImage (Mat IntegralChannels, CvRect ®ion, vector< float > &features, FtrVecParams2 Params, PedRoiVec &PedRect, CvBoost &boost_classifier) |
| void | GetChnFtrsOverImagePyramid (Mat Image, CvRect ®ion, vector< float > &features, vector< DVector > &WindowFtrs, int nOctUp, Size minSize, int nPerOct, FtrVecParams2 Params) |
| void | GetChnFtrsOverImagePyramid (Mat Image, CvRect ®ion, vector< float > &features, int nOctUp, Size minSize, int nPerOct, FtrVecParams2 Params, PedRoiVec &PedRect, CvBoost &boost_classifier) |
| void | GetChnFtrsOverWindow (Mat IntegralChannels, vector< float > &features, vector< DVector > &WindowFtrs, FtrVecParams2 Params, CvRect region) |
| void | GetChnFtrsOverWindow (Mat IntegralChannels, vector< float > &features, FtrVecParams2 Params, CvRect region, PedRoiVec &PedRect, CvBoost &boost_classifier) |
| void | GetFileList (string folder_path, PVector &vect) |
| void | GetIntegralSum (Mat IntegralChannels, vector< float > &features, FtrParams2 Params, CvRect region) |
| void | GetRandParams (int seed, int NrFtrs, FtrVecParams2 &randparams, Rect region) |
| Mat | GradientMagnitude (Mat xsobel, Mat ysobel) |
| Mat | GradientMagnitude (Mat src) |
| MatVector | LUVcolourchannels (Mat Img) |
| MatVector | OrientedGradientsDiagram (Mat GradMag, Mat xsobel, Mat ysobel) |
| void | PostProcess (Mat Img, vector< Rect > PedRect, FtrVecParams2 randparams, CvBoost &boost_classifier, PedRoiVec &PedRect_Post) |
| void ComputeChannels | ( | Mat | Image, | |
| Mat & | MergedChannels | |||
| ) |
Definition at line 186 of file pedfuncs.cpp.
| void GetChnFtrsOverImage | ( | Mat | IntegralChannels, | |
| CvRect & | region, | |||
| vector< float > & | features, | |||
| vector< DVector > & | WindowFtrs, | |||
| FtrVecParams2 | Params | |||
| ) |
Definition at line 441 of file pedfuncs.cpp.
| void GetChnFtrsOverImage | ( | Mat | IntegralChannels, | |
| CvRect & | region, | |||
| vector< float > & | features, | |||
| FtrVecParams2 | Params, | |||
| PedRoiVec & | PedRect, | |||
| CvBoost & | boost_classifier | |||
| ) |
Definition at line 388 of file pedfuncs.cpp.
| void GetChnFtrsOverImagePyramid | ( | Mat | Image, | |
| CvRect & | region, | |||
| vector< float > & | features, | |||
| vector< DVector > & | WindowFtrs, | |||
| int | nOctUp, | |||
| Size | minSize, | |||
| int | nPerOct, | |||
| FtrVecParams2 | Params | |||
| ) |
Definition at line 330 of file pedfuncs.cpp.
| void GetChnFtrsOverImagePyramid | ( | Mat | Image, | |
| CvRect & | region, | |||
| vector< float > & | features, | |||
| int | nOctUp, | |||
| Size | minSize, | |||
| int | nPerOct, | |||
| FtrVecParams2 | Params, | |||
| PedRoiVec & | PedRect, | |||
| CvBoost & | boost_classifier | |||
| ) |
Definition at line 273 of file pedfuncs.cpp.
| void GetChnFtrsOverWindow | ( | Mat | IntegralChannels, | |
| vector< float > & | features, | |||
| vector< DVector > & | WindowFtrs, | |||
| FtrVecParams2 | Params, | |||
| CvRect | region | |||
| ) |
Definition at line 583 of file pedfuncs.cpp.
| void GetChnFtrsOverWindow | ( | Mat | IntegralChannels, | |
| vector< float > & | features, | |||
| FtrVecParams2 | Params, | |||
| CvRect | region, | |||
| PedRoiVec & | PedRect, | |||
| CvBoost & | boost_classifier | |||
| ) |
Definition at line 514 of file pedfuncs.cpp.
| void GetFileList | ( | string | folder_path, | |
| PVector & | vect | |||
| ) |
Definition at line 153 of file pedfuncs.cpp.
| void GetIntegralSum | ( | Mat | IntegralChannels, | |
| vector< float > & | features, | |||
| FtrParams2 | Params, | |||
| CvRect | region | |||
| ) |
Definition at line 493 of file pedfuncs.cpp.
| void GetRandParams | ( | int | seed, | |
| int | NrFtrs, | |||
| FtrVecParams2 & | randparams, | |||
| Rect | region | |||
| ) |
Definition at line 216 of file pedfuncs.cpp.
| Mat GradientMagnitude | ( | Mat | xsobel, | |
| Mat | ysobel | |||
| ) |
Definition at line 50 of file pedfuncs.cpp.
| Mat GradientMagnitude | ( | Mat | src | ) |
Definition at line 30 of file pedfuncs.cpp.
| MatVector LUVcolourchannels | ( | Mat | Img | ) |
Definition at line 136 of file pedfuncs.cpp.
| MatVector OrientedGradientsDiagram | ( | Mat | GradMag, | |
| Mat | xsobel, | |||
| Mat | ysobel | |||
| ) |
Definition at line 66 of file pedfuncs.cpp.
| void PostProcess | ( | Mat | Img, | |
| vector< Rect > | PedRect, | |||
| FtrVecParams2 | randparams, | |||
| CvBoost & | boost_classifier, | |||
| PedRoiVec & | PedRect_Post | |||
| ) |
Definition at line 606 of file pedfuncs.cpp.