#include <stereo.h>
Inheritance diagram for mimas::stereo< T >:


Public Member Functions | |
| void | stereoMap (image< T > &leftImage, image< T > &rightImage) |
| void | writeNormalisedDepthMapToFilePGM (char *fn) |
| stereo () | |
| ~stereo () | |
Public Attributes | |
| bool | fillgaps |
| int | xsearch |
| int | ysearch |
| int | xwinsize |
| int | ywinsize |
Protected Attributes | |
| image< double > | depthMap |
Definition at line 14 of file stereo.h.
| mimas::stereo< T >::stereo | ( | ) | [inline] |
Definition at line 28 of file stereo.h.
References mimas::stereo< T >::fillgaps, mimas::stereo< T >::xsearch, mimas::stereo< T >::xwinsize, mimas::stereo< T >::ysearch, and mimas::stereo< T >::ywinsize.
| mimas::stereo< T >::~stereo | ( | ) | [inline] |
| void mimas::stereo< T >::stereoMap | ( | image< T > & | leftImage, | |
| image< T > & | rightImage | |||
| ) |
Definition at line 42 of file stereo.h.
References mimas::stereo< T >::depthMap, mimas::stereo< T >::fillgaps, mimas::const_image_ref< T, T * >::getHeight(), mimas::const_image_ref< T, T * >::getWidth(), mimas::image< T >::init(), mimas::image_ref< T >::pixel(), mimas::stereo< T >::xsearch, mimas::stereo< T >::xwinsize, mimas::stereo< T >::ysearch, and mimas::stereo< T >::ywinsize.
Here is the call graph for this function:

| void mimas::stereo< T >::writeNormalisedDepthMapToFilePGM | ( | char * | fn | ) |
Definition at line 128 of file stereo.h.
References mimas::stereo< T >::depthMap, mimas::const_image_ref< T, TPtr >::getHeight(), mimas::const_image_ref< T, TPtr >::getWidth(), mimas::image< T >::init(), mimas::image_ref< T >::pixel(), and mimas::image_ref< T >::rawData().
Here is the call graph for this function:

image<double> mimas::stereo< T >::depthMap [protected] |
Definition at line 20 of file stereo.h.
Referenced by mimas::stereo< T >::stereoMap(), and mimas::stereo< T >::writeNormalisedDepthMapToFilePGM().
| bool mimas::stereo< T >::fillgaps |
Definition at line 23 of file stereo.h.
Referenced by mimas::stereo< T >::stereo(), and mimas::stereo< T >::stereoMap().
| int mimas::stereo< T >::xsearch |
Definition at line 24 of file stereo.h.
Referenced by mimas::stereo< T >::stereo(), and mimas::stereo< T >::stereoMap().
| int mimas::stereo< T >::ysearch |
Definition at line 24 of file stereo.h.
Referenced by mimas::stereo< T >::stereo(), and mimas::stereo< T >::stereoMap().
| int mimas::stereo< T >::xwinsize |
Definition at line 25 of file stereo.h.
Referenced by mimas::stereo< T >::stereo(), and mimas::stereo< T >::stereoMap().
| int mimas::stereo< T >::ywinsize |
Definition at line 25 of file stereo.h.
Referenced by mimas::stereo< T >::stereo(), and mimas::stereo< T >::stereoMap().