Kitware / VolView

Kitware VolView: an all-in-one radiological viewer!
https://volview.kitware.com
Apache License 2.0
183 stars 60 forks source link

Open 2 files at the same time #559

Open qq798863415 opened 7 months ago

qq798863415 commented 7 months ago

1710400913585 如图所示,我想同时在右边展示左边的两个文件,并且能够分别做标记,互相不影响,请问我该怎么做?

PaulHax commented 7 months ago

Good idea!

qq798863415 commented 7 months ago

我想要制作对比功能,对比一个患者不同时间的MRI图像,目前我不知道该如何实现这个功能。我看了好多其他用户提交的issue,没有找到类似的问题或解决方案。

tonygonzalez811 commented 7 months ago

For example Weasis allows you to do this.

In the thumbnails ribbon you have patient, study and series nested by study, if the studies belong to the same patient (by patient id) you can divide the viewport in two and drag the desired series to each of the sides regardless of whether they are from different studies

qq798863415 commented 7 months ago

volview好像没有拖动功能。我现在能打开两个视图,但是这两个视图指向同一个对象,在左边做标记的同时右边也会出现同样的标记 1710746617157

PaulHax commented 6 months ago

@qq798863415 For your customized VolView app, this PR lets you specify different images for each view in Javascript: https://github.com/Kitware/VolView/pull/548