在 MFC 对话框应用程序中绘制 IplImage

发布于 2024-10-20 06:18:17 字数 220 浏览 5 评论 0原文

我有一个 MFC 对话框应用程序,用作使用 OpenCV 2.1 进行某些图像处理的前端。我想不再使用 cvShowImage 并将图像直接放置在对话框或合适的容器上。我找到了使用 MFC SDI 应用程序和 View/Doc 模型的技术的示例,但我不知道如何转换它。

我很好奇是否有人这样做过和/或知道哪里有这样做的例子?

另外,这是我的第一个 MFC 应用程序。

谢谢大家。

I have an MFC dialog application that I am using as the front end for some image processing with OpenCV 2.1. I would like to move away from using the cvShowImage and place my image directly on the dialog box or a suitable container. I've found examples that with a technique using an MFC SDI application with a View/Doc model, but I can't figure out how to convert that.

I'm curious if anyone has done this and/or knows where an example may live that does this?

Also, this is my first MFC application.

Thanks all.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倚栏听风 2024-10-27 06:18:17

highgui中有一个CvvImage类型,带有drawtoHDC(或simialr)函数,可以绘制位图

There is a CvvImage type in highgui with a drawtoHDC(or simialr) function that will draw into a bitmap

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文