Contents
- Home
- Introduction
- Image Acquisition
- Cylindrical Coordinates
- SIFT Feature detection
- Ransac Translation
- Stitching: Translastion
- Image Blending
- Results
- Monona Terrace
- University
- CS Lobby (iPhone)
- Datasets
- Code
- Git Logs
- References
|
SIFT Features
In order to find SIFT features for our images, we used the VLFeat toolbox for Matlab. This toolbox made finding SIFT features extremely simple as all we needed to use was the vl_sift method to find the sift features for each image and then the vl_ubcmatch method to find matching sifts for two images. Below is an image of some SIFT features that we received for one of our images.
|