|
| void | cv::stereo::censusTransform (const Mat &image1, const Mat &image2, int kernelSize, Mat &dist1, Mat &dist2, const int type) |
| |
| void | cv::stereo::censusTransform (const Mat &image1, int kernelSize, Mat &dist1, const int type) |
| | 單影像 Census 變換
|
| |
| void | cv::stereo::modifiedCensusTransform (const Mat &img1, const Mat &img2, int kernelSize, Mat &dist1, Mat &dist2, const int type, int t=0, const Mat &integralImage1=Mat(), const Mat &integralImage2=Mat()) |
| |
| void | cv::stereo::modifiedCensusTransform (const Mat &img1, int kernelSize, Mat &dist, const int type, int t=0, const Mat &integralImage=Mat()) |
| | 修改的 Census 變換描述符的單個版本
|
| |
| void | cv::stereo::starCensusTransform (const Mat &img1, const Mat &img2, int kernelSize, Mat &dist1, Mat &dist2) |
| | 在 9x9 核心中,僅選擇某些位置
|
| |
| void | cv::stereo::starCensusTransform (const Mat &img1, int kernelSize, Mat &dist) |
| | 星形核心的單影像版本
|
| |
| void | cv::stereo::symetricCensusTransform (const Mat &img1, const Mat &img2, int kernelSize, Mat &dist1, Mat &dist2, const int type) |
| |
| void | cv::stereo::symetricCensusTransform (const Mat &img1, int kernelSize, Mat &dist1, const int type) |
| | Census 變換的單個版本
|
| |