| IVT
    | 
Calculation of depth maps. More...
#include <StereoVisionSVS.h>
| Public Member Functions | |
| CStereoVisionSVS () | |
| ~CStereoVisionSVS () | |
| bool | Process (CByteImage *pLeftImage, CByteImage *pRightImage, CFloatMatrix *pDepthMap, int nWindowSize, int nDisparites, int nStep, int nThreshold) | 
Calculation of depth maps.
Definition at line 64 of file StereoVisionSVS.h.
| CStereoVisionSVS::CStereoVisionSVS | ( | ) | 
Definition at line 59 of file StereoVisionSVS.cpp.
| CStereoVisionSVS::~CStereoVisionSVS | ( | ) | 
Definition at line 66 of file StereoVisionSVS.cpp.
| bool CStereoVisionSVS::Process | ( | CByteImage * | pLeftImage, | 
| CByteImage * | pRightImage, | ||
| CFloatMatrix * | pDepthMap, | ||
| int | nWindowSize, | ||
| int | nDisparites, | ||
| int | nStep, | ||
| int | nThreshold | ||
| ) | 
Definition at line 77 of file StereoVisionSVS.cpp.