This is a A web browser tool for Image Alignment and Image Stitching. Everything is computed in the web browser with javascript. Safari, Chrome and and Firefox are supported.

- Demo (ORB)
Demo of image Alignment and stitching with ORB Descriptors.
- Demo (HOG)
Demo of image Alignment and stitching with HOG like Descriptors.
- CamApp (ORB)
Stitch images with the webcam with help of the ORB Descriptors.
- App (ORB)
Stitch arbitrary images with the ORB Descriptors, and save result.
- App (HOG)
Stitch arbitrary images with the HOG like Descriptors, and save result.
- Stitching steps
See the steps of localizing Keypoints, feature extraction (Descriptors), feature Matching and RANSAC and how to Warp the separate images.
- Timing
This evaluation is used in the report to measure the execution time
- Web Worker test
This test the matching in two separates threads

Why?

Image stitching can be used in order to create photo mosaics like panoramas. Image alignment can also be used in image stabilization softwares.

In this project we present a plug-in free web browser panorama application. In order to achieve a plugin-free web browser application all stages of the pipeline ( mage access, feature detection, descriptors and rendering) are represented in HTML5 and JavaScript.


Source Code on Github