|
-
Jun 25th, 2008, 05:55 PM
#1
Thread Starter
Member
Image Stitching algorithm for panorama application
I need to create an VB.NET panorama app that stiches some small images into one big panoramic image.
I googled for an algorithm on image rendering, image merging ( the two parts of image stitching ) and all I got is math documentation and not a single line of code.
I usually dont ask for code but for documentation or maybe some links , but in this case the documentation is too math focused and it's at expert level.
Can anyone redirect me to an similar project ( with code ) or an documentation also with code please
Thank you
-
Jun 26th, 2008, 05:40 AM
#2
Re: Image Stitching algorithm for panorama application
Have a look how tile-based maps work.
Basically, you could create something like this by just moving around a tilemap.. once you hit the edge, repeat it.
If you can attach some images you want to use I can give you an example.
chem
Visual Studio 6, Visual Studio.NET 2005, MASM
-
Jun 26th, 2008, 06:21 AM
#3
Thread Starter
Member
-
Nov 2nd, 2008, 03:24 AM
#4
New Member
Re: Image Stitching algorithm for panorama application
Did you get a code or algorithm for your app? I'm doing a project on stitching two photos, and have used the sobel operator on my images to outline the edges. But I'm unsure of how to extract an edge, and match it with an edge on the other photo.
@chemicalNova: if ur still following this thread, can you explain how the tile based maps method works?
-
Nov 2nd, 2008, 01:04 PM
#5
Thread Starter
Member
Re: Image Stitching algorithm for panorama application
there are several steps involved in stitching 2 images ... although it seems easy at first glance in the end it's very compicated because each of that step includes some advanced algorithms
i tryed to use open source algorithms but I havent succeded so my opinion is to contact the people who sell those libriaries.
A good example of free stitching app is Hugin ... begin your reseaarch from there.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|