|
|
Functions | |
| void | CalculateSmoothedDisparityImage (float *pInputDisparity, float *pSmoothedDisparity, const int imageWidth, const int imageHeight, const int nRadius) |
| void | FillHolesGray (const CByteImage *pInputImage, CByteImage *pOutputImage, const int imageWidth, const int imageHeight, const int nRadius) |
| void | GetPointsFromDisparity (const CByteImage *pImageLeftColor, const CByteImage *pImageRightColor, const CByteImage *pImageLeftGrey, const CByteImage *pImageRightGrey, const int nDisparityPointDistance, pcl::PointCloud< pcl::PointXYZRGBA > &aPointsFromDisparity, CByteImage *pDisparityImage, const int imageWidth, const int imageHeight, CStereoCalibration *pStereoCalibration, bool imagesAreUndistorted, const bool smoothDisparities) |
| void FillHolesGray | ( | const CByteImage * | pInputImage, |
| CByteImage * | pOutputImage, | ||
| const int | imageWidth, | ||
| const int | imageHeight, | ||
| const int | nRadius | ||
| ) |
| void GetPointsFromDisparity | ( | const CByteImage * | pImageLeftColor, |
| const CByteImage * | pImageRightColor, | ||
| const CByteImage * | pImageLeftGrey, | ||
| const CByteImage * | pImageRightGrey, | ||
| const int | nDisparityPointDistance, | ||
| pcl::PointCloud< pcl::PointXYZRGBA > & | aPointsFromDisparity, | ||
| CByteImage * | pDisparityImage, | ||
| const int | imageWidth, | ||
| const int | imageHeight, | ||
| CStereoCalibration * | pStereoCalibration, | ||
| bool | imagesAreUndistorted, | ||
| const bool | smoothDisparities | ||
| ) |
Definition at line 95 of file DepthFromStereo.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: