[QUICK FIX] - Python expert to disparity map from two images (google colab & opencv)
Budget: $10 – $30 USD
Hello.
I have a debugging question that I’m hoping you can help with.
The following code attempts to create a disparity map from two images, but for some reason, the final viz output is only returning a black box.
Algorithm 1 in the block matching function is modeled off of pseudocode provided as part of the assignment and seems to be working properly (but I could be wrong)
I’m wondering if the bug is in the normalize grayscale or final viz functions – any chance you could take a look and try to spot the bug?
Here is google colab file link.
https://drive.google.com/file/d/19Z9HJVV2sdSPF-exIGfKhZ93U-Z01M7n/view?usp=sharing
And I attached images we are trying to produce the disparity map from.
I have a debugging question that I’m hoping you can help with.
The following code attempts to create a disparity map from two images, but for some reason, the final viz output is only returning a black box.
Algorithm 1 in the block matching function is modeled off of pseudocode provided as part of the assignment and seems to be working properly (but I could be wrong)
I’m wondering if the bug is in the normalize grayscale or final viz functions – any chance you could take a look and try to spot the bug?
Here is google colab file link.
https://drive.google.com/file/d/19Z9HJVV2sdSPF-exIGfKhZ93U-Z01M7n/view?usp=sharing
And I attached images we are trying to produce the disparity map from.