Ask Your Question

csd1994's profile - activity

2018-11-15 03:29:42 -0600 marked best answer cuda stereoBM , some class poperty was not use

here I have use GPU to accelerate stereoBM , but the result was not same as cpu. And I read the original source (opencv-3.4.0/modules/cudastereo/src/stereobm.cpp), I find that some param was not use in cuda stereoBM, such as MinDisparity, UniquenessRatio and so on , there was not function to setting this param value, is this a source code bug?

here is UniquenessRatio property set and get, and it also default zero.

int getUniquenessRatio() const { return 0; } void setUniquenessRatio(int /uniquenessRatio/) {}

2018-11-15 03:29:42 -0600 received badge  Scholar (source)
2018-11-15 02:07:15 -0600 received badge  Enthusiast
2018-11-08 21:30:20 -0600 asked a question cuda stereoBM , some class poperty was not use

cuda stereoBM , some class poperty was not use here I have use GPU to accelerate stereoBM , but the result was not same