SkillAgentSearch skills...

ImageStitching

A solution for images stitchinging based on Sift, kd-tree, RANSAC and Multi-band Blending.

Install / Use

/learn @AmazingZhen/ImageStitching
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ImageStitching

A solution for images stitchinging based on Sift, kd-tree, RANSAC and Multi-band Blending.
Based on CImg Library and Vlfeat library.

Input

  • A set of images, supporting disordered images.
  • Two sample input sets, "dataset1" and "dataset2".

Output

  • A stitched image.
  • result1
  • result2

Algorithmic process

  • Image registration
    • Cylinder projection
    • Feature extraction
    • Feature matching
    • RANSAC and least squares for homography
  • Image blending
    • Image wrapping
    • Multi-band blending

Areas for improvement

  • Compensate explosion error.
View on GitHub
GitHub Stars168
CategoryDevelopment
Updated16d ago
Forks64

Languages

C++

Security Score

80/100

Audited on Mar 17, 2026

No findings