Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
/ ransac Public archive

Generic RANSAC Implementation in C++ and Image Stitching

License

Notifications You must be signed in to change notification settings

math-castro/ransac

Repository files navigation

Generic RANSAC in C++ and Image Stitching

Implementation of a generic RANSAC (Random sample consensus) in C++ and of Image Stitching (Panorama) of multiple images (mosaic stitching).

Dependencies

  • CMake
  • OpenCV

Running

mkdir build
cd build
cmake ..
make
./ransac
./test

ransac shows the stitching of 3 images test shows the performance comparison between OpenCV and our method.

About

Generic RANSAC Implementation in C++ and Image Stitching

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published