Quasi-Dense Matching
Hits
1746
Authors
Unit
License
BSD
Programming Language
References
D. Lowe. Distinctive image features from scale-invariant keypoints. International Journal of Computer Vision, 2(60):91-110, 2004.
This program is used to find point matches between two images. The procedure can be divided into two parts:
1) use SIFT matching algorithm to find sparse point matches between two images.
2) use "quasi-dense propagation" algorithm to get "quasi-dense" point matches.
1) use SIFT matching algorithm to find sparse point matches between two images.
2) use "quasi-dense propagation" algorithm to get "quasi-dense" point matches.
Reviews (0)
Be the first to review this listing!

