sakshikakde/AutoPano
Panoramic Image stitching using traditional and supervised and unsupervised deep learning methods to compute Homography
This project helps photographers and visual content creators stitch together multiple overlapping images into a single panoramic shot. You provide a set of individual photos, and it outputs a seamlessly blended panoramic image. It's designed for anyone needing to combine several images to capture a wider field of view.
No commits in the last 6 months.
Use this if you want to automatically create panoramic images from a series of overlapping photographs.
Not ideal if you need a user-friendly application with a graphical interface for photo editing, as this requires running Python scripts.
Stars
15
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Jan 13, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sakshikakde/AutoPano"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
patrick-llgc/Learning-Deep-Learning
Paper reading notes on Deep Learning and Machine Learning
eric-yyjau/pytorch-superpoint
Superpoint Implemented in PyTorch: https://arxiv.org/abs/1712.07629
magicleap/SuperGluePretrainedNetwork
SuperGlue: Learning Feature Matching with Graph Neural Networks (CVPR 2020, Oral)
changhao-chen/deep-learning-localization-mapping
A collection of deep learning based localization models
lucasb-eyer/pydensecrf
Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.