Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 1.73 KB

Readme.md

File metadata and controls

32 lines (30 loc) · 1.73 KB

CRAN status lifecycle Travis build status Coverage status

Image Alignment Methods included in this package:

  1. Single-Image Alignment
  2. Dual-Image Alignment
    • Keypoint Alignment: Keypoint detection using the following steps:
      1. Harris corner detector
      2. Calculate key image orientations
      3. Feature detection
      4. Point matching using KNN to find similar points
      5. RANSAC to get a consistent homology
      6. Image transformation