Ask Your Question

gromtron's profile - activity

2019-01-16 13:31:35 -0600 received badge  Teacher (source)
2018-12-29 18:10:47 -0600 commented answer Building OpenCV with CUDA (Win10, VS 2017)

I've edited my answer

2018-12-29 18:09:01 -0600 received badge  Editor (source)
2018-12-29 18:09:01 -0600 edited answer Building OpenCV with CUDA (Win10, VS 2017)

Replace the "const" statements at lines 96-127 in "color_detail.hpp" with "constexpr". It worked for me.

2018-12-29 15:39:38 -0600 answered a question Building OpenCV with CUDA (Win10, VS 2017)

Replace the "const" statements at lines 96-127 with "constexpr". It worked for me.