My name is Osama Khalid , student of CSIT dept , NED University of Engineering and technology,
i am not expert in C# programming , but alot knowledge to understand the codes ,
i have to make a application ( window/web) for creating a virtual tour , through panorama images ,
the problem the application have to make a panorama image by user input images ,obviously the images must have some matching region to mixup for an panorama image ..
but had no concept of image processing in C# , heard a word of AForge.net platform but how it works no idea , can anyone explain me how can i do dis .. please in easy wordings as i am not at all professional ... i will be very thankfull to u ..
Frank NOELPosted Jul 18, 2012, 2:03 AM
The main idea here I think is Image stitching. This means that the user will provide the images in order and you will have to stitch them together. You can do this as follows:
1) Take the images from the user.
2) Make sure that all images have the same width and height. If not, resize the images to a standard resolution you choose.
3) Stitch the images together.
To help you determine the order of the images (if you don't already know it), you can compare the pixels between each two images at their edges to see if they are similar. If they are very similar, they probably are next to each other.
I found the following link that I think might help you:
http://support.leadtools.com/CS/forums/41188/ShowPost.aspx