diff --git a/modules/cudastereo/include/opencv2/cudastereo.hpp b/modules/cudastereo/include/opencv2/cudastereo.hpp index 0f16e176fd..c734f5cca3 100644 --- a/modules/cudastereo/include/opencv2/cudastereo.hpp +++ b/modules/cudastereo/include/opencv2/cudastereo.hpp @@ -138,7 +138,8 @@ public: @param data User-specified data cost, a matrix of msg_type type and Size(\\*ndisp, \) size. @param disparity Output disparity map. If disparity is empty, the output type is CV_16SC1 . - Otherwise, the type is retained. + Otherwise, the type is retained. In 16-bit signed format, the disparity values do not have + fractional bits. @param stream Stream for the asynchronous version. */ virtual void compute(InputArray data, OutputArray disparity, Stream& stream = Stream::Null()) = 0;