Commit 7452f9a5 authored by Rok Mandeljc's avatar Rok Mandeljc Committed by Rok Mandeljc

cudastereo: document lack of fractional bits in 16-bit signed format for StereoBeliefPropagation

parent 1c804124
...@@ -138,7 +138,8 @@ public: ...@@ -138,7 +138,8 @@ public:
@param data User-specified data cost, a matrix of msg_type type and @param data User-specified data cost, a matrix of msg_type type and
Size(\<image columns\>\*ndisp, \<image rows\>) size. Size(\<image columns\>\*ndisp, \<image rows\>) size.
@param disparity Output disparity map. If disparity is empty, the output type is CV_16SC1 . @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. @param stream Stream for the asynchronous version.
*/ */
virtual void compute(InputArray data, OutputArray disparity, Stream& stream = Stream::Null()) = 0; virtual void compute(InputArray data, OutputArray disparity, Stream& stream = Stream::Null()) = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment