Go to the source code of this file.
Functions | |
image< float > * | DEPTHtoFELZS (cv::Mat &input) |
cv::Mat | FELZSDEPTHtoMAT (image< float > *input) |
IplImage * | FELZSIDXtoIPL (image< rgb > *input) |
cv::Mat | FELZSIDXtoMAT (image< rgb > *input) |
IplImage * | FELZStoIPL (image< rgb > *input) |
image< rgb > * | IPLtoFELZS (IplImage *input) |
image<float>* DEPTHtoFELZS | ( | cv::Mat & | input | ) |
Definition at line 91 of file converter.h.
cv::Mat FELZSDEPTHtoMAT | ( | image< float > * | input | ) |
Definition at line 103 of file converter.h.
IplImage* FELZSIDXtoIPL | ( | image< rgb > * | input | ) |
Definition at line 65 of file converter.h.
cv::Mat FELZSIDXtoMAT | ( | image< rgb > * | input | ) |
Definition at line 80 of file converter.h.
IplImage* FELZStoIPL | ( | image< rgb > * | input | ) |
Definition at line 45 of file converter.h.
image<rgb>* IPLtoFELZS | ( | IplImage * | input | ) |
Definition at line 22 of file converter.h.