Ask Your Question

BuenaVentura's profile - activity

2019-07-05 08:09:59 -0600 commented question Disparity for both left and right image, is it possible?

The Left-Right Consistency Check is performed by openCV function validateDisparity(), and is used as a filter in both BM

2019-07-05 07:22:19 -0600 asked a question Disparity for both left and right image, is it possible?

Disparity for both left and right image, is it possible? Hello, I have a stereo pair and I would like to find the dispa

2019-06-27 04:01:03 -0600 commented question No segmentation fault while it should

Tried with image_test.at<uchar>(900, 900) and still not segmentation fault. Can I enable debug mode with gcc? Bec

2019-06-27 03:45:15 -0600 asked a question No segmentation fault while it should

No segmentation fault while it should Sometimes I do not get a segmentation fault (while I should) when I access the ima

2019-06-03 07:07:38 -0600 asked a question Βlock Matching, setTextureThreshold()

Βlock Matching, setTextureThreshold() Hello, I am having trouble understanding the texture filter of block matching imp

2019-05-05 07:07:45 -0600 received badge  Enthusiast
2019-04-23 05:44:29 -0600 commented answer cv::setUseOptimized(), optimizations

Thank you, is there any way to access SGBM code and see if it has runtime switches? Also could you tell me what other co

2019-04-22 07:49:27 -0600 asked a question cv::setUseOptimized(), optimizations

cv::setUseOptimized(), optimizations I am using SGBM algorithm for calculating the disparity map. However, I would like