博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
image alignment tools
阅读量:3930 次
发布时间:2019-05-23

本文共 1135 字,大约阅读时间需要 3 分钟。

image alignment tools

 

SIFT keypoints and RANSAC algorithm(OpenCV library)

 

https://github.com/khufkens/align_images

Method

  1. FFT phase correlation 相位相关算法实现

(仅平移)

  1. Enhanced Correlation Coefficient (ECC) maximization 增强相关系数最大化图像匹配

the ECC methodology can compensate for both shifts, shifts + rotations (euclidean), shifts + rotation + shear (affine), or  (3D) transformations of one image to the next.

  1. Feature based registration 基于特征 SIFT

 uses features within the image rather than a correlation based method on the whole image to search for these values

 

Feature based registration SIFT+SURF

 

P.S.

feature detector: SIFTSURFORB

——>https://learnopencv.com/feature-based-image-alignment-using-opencv-c-python/

 

  1. AKAZE local feature detection
  2. RANSAC

(with low efficiency)

 

https://github.com/vjayd/Image-Alignment-using-CNN

(CNN without data)

 

P.S.

Othor projects based python on github are  mostly related with star points, face alignment, OCR, and Imagefusion.

 

This is a demo of detecting and aligning faces in an image. Alignment is a process of rotating a face to a vertically straight orientation, should the original face image is tilted.

 

转载地址:http://lxtgn.baihongyu.com/

你可能感兴趣的文章
hdu 1754 I Hate It(线段树,单点替换,求区间最值)
查看>>
poj 2828 Buy Tickets(线段树中单点更新较难的题目)
查看>>
codeforces 395 B1. iwiwi(待续)
查看>>
hdu 4283 You Are the One(区间DP)题目转换难,状态难,。。。
查看>>
codeforces 397B. On Corruption and Numbers
查看>>
SqlMapConfig.xml中的setting属性设置
查看>>
hdu 3172 Virtual Friends(简单并查集)
查看>>
find the most comfortable road(并查集加贪心)
查看>>
Junk-Mail Filter(并查集,删除结点,虚父节点)
查看>>
A Bug's Life (并查集,同性恋问题,注意处理性别)
查看>>
选美大赛(线段树)
查看>>
超级玛丽(简单模拟超时)
查看>>
obex_io.c
查看>>
Linux程序开发基础概念
查看>>
Linux系统环境变量详谈
查看>>
sprintf函数用法
查看>>
make的常见错误信息
查看>>
gdb命令手册
查看>>
gdb中设置共享库断点问题
查看>>
GBD调试程序(转)作者:Janlex
查看>>