gurkandemir / Bag-of-Visual-Words
Bag of visual words (BOVW) is commonly used in image classification. Its concept is adapted from information retrieval and NLP’s bag of words (BOW).
☆58Updated 5 years ago
Alternatives and similar repositories for Bag-of-Visual-Words:
Users that are interested in Bag-of-Visual-Words are comparing it to the libraries listed below
- Matches two images, one transformed, using Harris corner detection, MOPS feature selection, and RANSAC pruning☆18Updated 5 years ago
- Official Pytorch implementation of GLAMpoints☆57Updated 2 years ago
- Official Implementation of Deep Aerial Image Matching using PyTorch☆79Updated 4 years ago
- Deep homography network with Pytorch☆144Updated 2 years ago
- ☆24Updated 4 years ago
- A Python 2 based robust homography estimation via RANSAC tool☆73Updated 6 years ago
- Code examples: Feature Extraction and Image Processing in Computer Vision Book☆46Updated 5 years ago
- Feature Detection and Description with SIFT, SURF, KAZE, BRIEF, ORB, BRISK, AKAZE and FREAK using Python and OpenCV☆45Updated 4 years ago
- Image Matching Evaluation☆42Updated 3 years ago
- Python (Pytorch) and Matlab (MatConvNet) implementations of CVPR 2021 Image Matching Workshop paper DFM: A Performance Baseline for Deep …☆201Updated 2 years ago
- A generic pipeline to align multimodal image pairs from different sensors by extending Lucas-Kanade on feature maps. CVPR2021☆131Updated 3 years ago
- The unofficial implementation of the paper Deep Image Homography Estimation.