This is the complete list of members for CStereoMatcher, including all inherited members.
CStereoMatcher() | CStereoMatcher | |
GetDisparityEstimate(const float z) | CStereoMatcher | |
InitCameraParameters(CStereoCalibration *pStereoCalibration, bool bCloneCalibration) | CStereoMatcher | |
LoadCameraParameters(const char *pCameraParameterFileName) | CStereoMatcher | |
m_bOwnStereoCalibrationObject | CStereoMatcher | private |
m_pStereoCalibration | CStereoMatcher | private |
Match(const CByteImage *pLeftImage, const CByteImage *pRightImage, int x, int y, int nWindowSize, int d1, int d2, Vec2d &result, Vec3d &result_3d, float fThreshold, bool bInputImagesAreUndistorted=false) | CStereoMatcher | |
MatchZSAD(const CByteImage *pLeftImage, const CByteImage *pRightImage, int x, int y, int nWindowSize, int d1, int d2, Vec2d &result, Vec3d &result_3d, float fThreshold, bool bInputImagesAreUndistorted=false) | CStereoMatcher | |
SingleZNCC(const CByteImage *pInputImage1, const CByteImage *pInputImage2, int x, int y, int nWindowSize, int d1, int d2, float *values) | CStereoMatcher | private |
SingleZSAD(const CByteImage *pInputImage1, const CByteImage *pInputImage2, int x, int y, int nWindowSize, int d1, int d2, float *values) | CStereoMatcher | private |
~CStereoMatcher() | CStereoMatcher |