Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

The development of a parallelised exhaustive search stereo matching algorithm in Vector Pascal.

Notifications You must be signed in to change notification settings

AdamMurray/StereoMatchingVectorPascal

Repository files navigation

Parallelised Exhaustive Search Stereo Matching Algorithm - Vector Pascal

The code contained in this repository is for the development of a parallelised exhaustive search stereo matching algorithm writtin in Vector Pascal ([the compiler is described here] (http://www.dcs.gla.ac.uk/~wpc/reports/compilers/compilerindex/x25.html)).

Algorithm Development

The development of the algorithm, and other research which will be conducted, will proceed in a number of steps.

Steps marked with an [ X ] are those that have been shown to work through testing.

The first step (begun in the file mastersfirststep.pas, uploaded on 26/06/13) is as follows:

  • Read in two image files (in .bmp format) - the left and right images of the stereo pair [ X - with colour problem];
  • Multiply the images together to produce a product image [ X ];
  • Apply a correlation function (Sum of Squared Differences (SSD)) to the product image [ ];
  • Convolve the image after correlation [ ];
  • Output the result [ ].

Testing

Testing of the key features of the algorithm will consist of a number of explicitly programmed standalone tests.

All tests are contained within the tests folder.

The format of all test files is: testThingBeingTested.pas.

About

The development of a parallelised exhaustive search stereo matching algorithm in Vector Pascal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published