DEV Community

Cover image for How to write C# code to Stitching Images ?
Hai Bang Hoang
Hai Bang Hoang

Posted on

How to write C# code to Stitching Images ?

Hello every one, I am student and I am new to C# and WPF API. My assignment requirements is create an Images Stitching Application.

  • Detail:
  • Browse images from folder and display its.
  • Stitching all of images were browsed
  • Display the panorama after stitching
  • Can adjust the quality and size of the newly created image I made some of them

Image description

I'm having trouble in two parts:

  • I was able to browse all the images from the folder and display them, but it's not as neatly organized as the sample. Currently it is displaying one image per line.
  • Regarding the stitching algorithm, using the C# programming language, the results are not very good. Can anyone who has experience with this problem help me?

Top comments (0)