开发者

Windows Forms(C#): Image processing app UI design

开发者 https://www.devze.com 2023-03-18 06:39 出处:网络
Currently I\'m developing image processing application with Windows Forms. My app has some stages like:

Currently I'm developing image processing application with Windows Forms. My app has some stages like:

  1. Find line between 2 pages on image;
  2. 开发者_运维问答
  3. Deskew image;
  4. Find content area;
  5. ...

For now I have TabControl. Each tab has it's own PictureBox for one stage. When I'm going through stages, appropriate tab is selected. On the last stage I have about 5 PictureBoxes with large images. This approach is not very good because at the end there is large memory consumption.

But I can't find out another approach. Maybe you can propose something?

0

精彩评论

暂无评论...
验证码 换一张
取 消