SIFT keypoints and RANSAC algorithm(OpenCV library)
Method:
(仅平移)
the ECC methodology can compensate for both shifts, shifts + rotations (euclidean), shifts + rotation + shear (affine), or (3D) transformations of one image to the next.
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: SIFT,SURF,ORB
——>https://learnopencv.com/feature-based-image-alignment-using-opencv-c-python/
(with low efficiency)
(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.
因篇幅问题不能全部显示,请点此查看更多更全内容