Skip to content

JSYdiyishuai/image-registraion-using-L2net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image registration and blend

Firstly, use SIFT or ORB, SURF to extract key points and descriptors for registration.

Secondly, divide the image into 32*32 small patches and use L2-Net to generate descriptors for registration. (gray images)

Reference link: https://github.com/zhaobenx/Image-stitcher https://github.com/virtualgraham/L2-Net-Python-Keras

Y. Tian, B. Fan, F. Wu. "L2-Net: Deep Learning of Discriminative Patch Descriptor in Euclidean Space", CVPR, 2017.

Usages

modify the image directory, run stitch.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages