动脉血管造影图像序列的时间插值

发布于 2024-12-01 03:27:39 字数 179 浏览 0 评论 0原文

我有很多组心脏动脉的医学图像序列。每组排序的医学图像显示心脏泵血时动脉的位置。每组都是从不同的角度拍摄的,并且拍摄的图像数量也不同。

我想根据时间进行时间插值(有人告诉我时间可以用帧号表示。但是我不知道帧号是什么或它指的是什么。您能告诉我吗?)我有两种选择:通过插值整个图像帧或插值动脉交界处位置(坐标)。我该如何做这两种选择?

I have many sets of medical image sequences of the artery on the heart. Each set of sequenced medical images shows the position of the artery as the heart pumps. Each set is taken from different views and has different amount of images taken.

I want to do a temporal interpolation based on time (i was told that the time could be represented by the frame number. however i have no idea what the frame number is or what does it refer to. Could you enlighten me please?) I have two options: by interpolating the whole image frame or interpolating artery junction positions (coordinates). How do i go about doing both options?

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

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

发布评论

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

评论(1

久夏青 2024-12-08 03:27:39

如果您将每张图像想象为静态照片,则帧号将是一个序列号,用于显示图像应按什么顺序显示以从静态图像生成电影。如果图像存储在数组中,则它将是相关单个帧的数组索引。

If you imagine each of the images as a still photo the frame number would be a sequence number that shows what order the images should be displayed in to produce a movie from the stills. If the images are stored in an array it would be the array index of the individul frame in question.

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