Ask Your Question

MaxD's profile - activity

2020-01-28 19:07:01 -0600 commented question How to see the contents of cv::Mat in debugger?

Visual Studio has Image Watch for this purpose. Looks like this feature has been requested for Clion, but it does have h

2020-01-28 19:06:14 -0600 commented question How to see the contents of cv::Mat in debugger?

Visual Studio has Image Watch for this purpose. Looks like this feature has been requested to be implemented in Clion, b

2020-01-16 21:42:31 -0600 commented question mat.hpp:1137: undefined reference to `vtable for cv::_InputArray'

What version of OpenCV are you using? 3.4?

2020-01-16 21:39:26 -0600 commented question how to load a list of image using cv.imread

You pass image_path_dir, i.e. ''C:\Python', to cv.imread, don`t you?

2020-01-16 21:39:14 -0600 commented question how to load a list of image using cv.imread

You pass image_path_dir, i.e. ''C:\Python', to cv.imread, don`t you?

2020-01-16 21:38:20 -0600 commented question how to load a list of image using cv.imread

You pass image_path_dir, i.e. ''C:\Pythoin', to cv.imread, don`t you?

2019-10-30 18:24:08 -0600 received badge  Enthusiast
2019-10-28 22:14:14 -0600 edited answer StereoBM CPU and StereoBM GPU versions on OpenCV give very different output.

cpu stereoBM takes the result of Sobel operator applied to the input images, while cuda::stereoBM uses the original imag

2019-10-23 00:51:24 -0600 edited answer StereoBM CPU and StereoBM GPU versions on OpenCV give very different output.

cpu stereoBM takes the result of Sobel operator applied to the input images, while cuda::stereoBM uses the original imag

2019-10-23 00:50:44 -0600 edited answer StereoBM CPU and StereoBM GPU versions on OpenCV give very different output.

cpu stereoBM takes rhe result of Sobel operator applied to the input images, while cuda::stereoBM uses the original imag

2019-10-23 00:50:22 -0600 edited answer StereoBM CPU and StereoBM GPU versions on OpenCV give very different output.

cpu stereoBM takes rhe result of Sobel operator applied to the input images, while cuda::stereoBM uses the original imag

2019-10-23 00:49:20 -0600 edited question cuda stereobm uniquness ratio

stereobm uniquness ratio cuda::stereoBM does not have filtering based on uniqunessRatio? Why is it so?

2019-10-23 00:49:12 -0600 received badge  Editor (source)
2019-10-23 00:49:12 -0600 edited question cuda stereobm uniquness ratio

stereobm uniquness ratio cuda::stereoBM does not have filtering based on uniqunessRatio? Why is it so?

2019-10-22 22:50:25 -0600 asked a question cuda stereobm uniquness ratio

stereobm uniquness ratio cuda::stereoBM does have filtering based on uniqunessRatio? Why is it so?

2019-10-22 22:50:24 -0600 answered a question StereoBM CPU and StereoBM GPU versions on OpenCV give very different output.

cpu stereoBM runs on output of Sobel operator applied to the input images, while cuda::stereoBM uses the original images