开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜