Reputation: 5546
Does anyone know any photo stitching library that I can incorporate in a .net project to stitch some photos? Basically the user takes 3 photos and than the library crates a panoramic image by stitching his photos.
Upvotes: 0
Views: 643
Reputation: 3303
You may try SharpStitch:
http://www.imagingshop.com/sharpstitch
It is a complete solution for image stitching, including panoramic image mosaics. This is an actual output of the library:
Upvotes: 1
Reputation: 67492
The open source libpano project should work from .NET, as it is coded in C. This is the library that is used by Hugin.
Upvotes: 0