Tag Archives: source

Disparity Maps

For one of my university modules I was required to create Disparity Maps from stereo image pairs. I quite enjoyed doing this image processing as It was more enjoyable than the usual tasks I get given. I also got to use MatLab which I had never used before and actually quite enjoyed it, especially with all the quick features it includes.

Here is a few examples of what the project I was working on can do on a stereo image pair of the pentagon.

 

MatLab makes its fairly easy to plot 3D objects. Unfortunately however there is still some noise being picked up by the algorithm.

I will upload the code to GitHub at some point, It still requires a few tweaks however at the moment.

GitHub

Over the past few years I have been using Git for source control on my projects both personal and for university. I really enjoy using it and find it makes it much easier to manage larger projects and I think it would be useful if others can benefit from the code I have written as well.

My account is https://github.com/Stewart-Taylor

I’m also now hosting my Laser System on it, as people request the code for it frequently (Also feel free to use it in your own project no need to ask for permission).