cudastereo: document lack of fractional bits in 16-bit signed format for StereoBeliefPropagation
This commit is contained in:
parent
1c804124d1
commit
7452f9a56e
@ -138,7 +138,8 @@ public:
|
||||
@param data User-specified data cost, a matrix of msg_type type and
|
||||
Size(\<image columns\>\*ndisp, \<image rows\>) 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;
|
||||
|
Loading…
Reference in New Issue
Block a user