clearcanvas dicom 图像查看器
如何在我的项目中使用透明画布图像查看器组件。假设我要创建一个 Windows 应用程序。我刚刚创建了一个 Form1。如何将 ClearCanvas 查看器拖放到我的项目中
How can I use the clear canvas Image Viewer component with my project. Say, I am going to create a windows application. I just created a Form1. How can I drag and drop the ClearCanvas viewer to my project
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不能以这种方式使用它。我之前已经尝试过了。 Clearcanvas 论坛的大多数高级成员表示“ImageViewer 不是为在其他应用程序中使用而设计的”。
如果你想使用它,你需要更改很多代码。简单的方法是在您的应用程序中添加它们的 Dll 并创建您自己的图像查看器。这些 dll 将从 Dicom 图像生成位图文件,您可以在应用程序中显示它。我有一些示例代码。我就是这样用的。
You cannot use it in this way. I already tried it before. Most senior members from the clearcanvas forum said "that imageviewer is not designed for using in other application".
You need to change a lot of code if you want to use it. The simple way is to add their Dlls in your application and create your own imageviewer. Those dlls will produce a bitmap file from Dicom image and you can show it in your application. I have some sample code. I used it in that way.