Ask Your Question

jasonzhang's profile - activity

2018-12-03 00:51:24 -0600 answered a question How do I provide custom disparity search range in StereoSGBM for each pixel?

sgbm cuda This program is based on the opencv sgbm algorithm, the effect is exactly the same. May help you

2018-12-03 00:48:05 -0600 commented answer Implementing SGBM block matcher in CUDA

Replace sgm with sgbm

2018-12-03 00:47:40 -0600 commented answer Implementing SGBM block matcher in CUDA

Replace sgbm with sgbm

2018-12-03 00:46:36 -0600 received badge  Supporter (source)
2018-12-02 19:29:43 -0600 received badge  Necromancer (source)
2018-12-02 19:21:49 -0600 answered a question Implementing SGBM block matcher in CUDA

sgm cuda Opencv does not implement the gpu version of the sgm algorithm, this project is based on the opencv sgm algori