允许缩放、平移和 POI 的表单控件
对于我的博士项目,我需要进行显微镜成像。 我使用 C#/winforms/GDI 编写了一个应用程序,它允许我显示图像、缩放/平移它们并显示标尺。
然而,虽然可用,但这个东西还是有很多 bug...
我现在需要的是某种系统来存储基于用户交互的 POI(兴趣点)列表。
这些点可用于将图像置于其中心/将成像硬件引导至它们等...
我不知道如何以最有效的方式解决此问题。 至少有一个商业控件几乎可以满足我的要求,但它非常昂贵,不是开源的,并且旨在用于 Web 表单。:
谁可以帮忙...截止日期迫在眉睫...:s
For my phD project I need to do microscopy imaging. I cooked up an application using C#/winforms/GDI that allows me to display my images, zoom/pan them and display a ruler.
However, the thing is quite buggy, although usable...
What I need now is some kind of system to store a list of POIs (points of interest) based on user interaction.
These points can be used to center the image on them/direct the imaging hardware to them etc...
I have no clue how to go about this in the most efficient way. There is at least one commercial control that pretty much does what I want but it is very expensive, not open source and intended for use on web forms.:
Who can help... deadlines are looming... :s
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 winform 中使用 Web 浏览器并尝试使用 jquery 进行放大。请参阅网站 http://plugins .jquery.com/project/imageZoom
You can use a web browser inside your winform and try using jquery for zooming in. Refer the site http://plugins.jquery.com/project/imageZoom