Photo stitching/panorama API/DLL/Library anyone? -


for special project, need find api/dll/library me create big image using parts of image. example, if take 4 pictures representing 360 degrees around him, able create 1 big image (panorama) stitching 4 images using special algorithm recognize patterns.

i know how in photoshop , know there lot of programs on internet. want 1 controlled programming. can in c, c++, or .net. if have in language, can tell answer too, may consider write wrapper.

i looking same thing , i've found this.
.net framework can manipulate images. can stitch 2 images using 4 steps :

  1. interest point detection
  2. correlation matching
  3. robust homography estimation
  4. gradient blending

the demo covers stitching of 2 pictures @ time, code can modified stitch more pictures one.
easy use , open source.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -