|
| 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) |
| | 単一画像のセンサス変換。
|
| |
| 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()) |
| | 修正版センサス変換記述子のシングルバージョン。
|
| |
| 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) |
| | センサス変換のシングルバージョン。
|
| |