RANSAC Stitching
- Language: MATLAB
- URL: https://github.com/byronogarcia/UCM-CSE185/tree/master/Lab09
Above show the images that get stiched together
During my computer vision course we learned many tactics to identify and classify objects in an images. Above is an example of a lab where we implemented a Random Sample Consensus (RANSAC). It is utilized to stitch two images taken from slightly different angles, to create one image.