Ask Your Question

__Alex__'s profile - activity

2018-02-02 09:41:42 -0600 commented answer Matching: Split x and y disparity

I see. If people go that far, I can see why they're able to eradicate vertical disparity. Thanks for explaining!

2018-02-02 09:38:05 -0600 commented answer SBM_Sample.cpp: Is this disparity map correct?

Got it, I shall divide by 16 then, and re-test stereobm for a bit. And thanks for the compliment! :-)

2018-02-02 09:35:58 -0600 commented answer SBM_Sample.cpp: Is this disparity map correct?

Got it, I shall divide by 16 then. And thanks for the compliment! :-)

2018-02-02 09:33:19 -0600 received badge  Enthusiast
2018-01-31 02:58:53 -0600 marked best answer Matching: Split x and y disparity

Hello everyone,

I have a 3D image and I want to mark some pixels on the left image (to outline an object) and then find it programmatically on the right image. So I thought about creating a disparity map and just adding the corresponding values to my pixels' coordinates.

So far, I ran the SBM_Sample.cpp and it works fine, but I need the disparity to be separated in x and y directions. Is there an algorithm that does this for me?

Cheers

Alex

2018-01-31 02:58:50 -0600 commented answer Matching: Split x and y disparity

Thanks for shedding some light. During debugging and testing though I prefer to have the option available to check verti

2018-01-31 02:43:11 -0600 commented answer SBM_Sample.cpp: Is this disparity map correct?

PS: When I set ndisparities to 16x10 I get some disparities that exceed the image width of 1282, e.g. 2023. What does th

2018-01-31 02:42:48 -0600 commented answer SBM_Sample.cpp: Is this disparity map correct?

PS: When I set ndisparities to 16x10 I get some disparities that exceed the image size, e.g. 2023. What does that mean?

2018-01-31 02:41:19 -0600 commented answer SBM_Sample.cpp: Is this disparity map correct?

PS: When I set ndisparities to 16x25 I get some disparities that exceed the image size, e.g. 2023. What does that mean?

2018-01-31 02:23:38 -0600 commented answer SBM_Sample.cpp: Is this disparity map correct?

Okay, I opened an issue here. Thanks for explaining the disparities to me. My mind was so fixated on relative numbers th

2018-01-30 14:03:52 -0600 received badge  Student (source)
2018-01-30 07:27:52 -0600 commented answer SBM_Sample.cpp: Is this disparity map correct?

Thanks for the hint! This map looks a lot better, see here. In that case I believe that the sample-code needs to be upda

2018-01-30 07:23:28 -0600 received badge  Supporter (source)
2018-01-30 02:12:05 -0600 commented answer SBM_Sample.cpp: Is this disparity map correct?

Thanks for the hint! This map looks a lot better, see here. In that case I believe that the sample-code needs to be upda

2018-01-30 02:11:25 -0600 marked best answer SBM_Sample.cpp: Is this disparity map correct?

Hello, I ran the SBM_Sample.cpp with the rubberwhales, but the disparity map I got looked kind of erratic, see here

Is this really to correct map? I kind of expected something a lot smoother, judging from the two example input images rubberwhale1 and rubberwhale2. I use OpenCV 3.4.0 and I posted the code here, just for the sake of completeness.

Cheers Alex

2018-01-30 02:11:25 -0600 received badge  Scholar (source)
2018-01-30 02:11:21 -0600 commented answer SBM_Sample.cpp: Is this disparity map correct?

Thanks for the hint! This map looks a lot better, see here. In that case I believe that the sample-code needs to be upda

2018-01-29 02:47:52 -0600 asked a question SBM_Sample.cpp: Is this disparity map correct?

SBM_Sample.cpp: Is this disparity map correct? Hello, I ran the SBM_Sample.cpp with the rubberwhales, but the disparity

2018-01-25 06:54:21 -0600 commented question Matching: Split x and y disparity

Disparity should be calculated in x and y direction, because cameras aren't guaranteed to be aligned with pixel precisio

2018-01-25 03:57:42 -0600 asked a question Matching: Split x and y disparity

Matching: Split x and y disparity Hello everyone, I have a 3D image and I want to mark some pixels on the left image (t