简体   繁体   English

Random walker algorithm 如何将一张灰度图像设为 3D?

[英]Random walker algorithm how a gray-level image can be 3D?

Parameters参数


data: array_like Image to be segmented in phases. Gray-level `data` can be two- or three-dimensional

My question is: what do they mean by 3D gray-level image?我的问题是: 3D 灰度图像是什么意思?

A 2D image is an image that is indexed by (x,y).二维图像是由 (x,y) 索引的图像。 A 3D image is an image that is indexed by (x,y,z). 3D 图像是由 (x,y,z) 索引的图像。

A digital image samples the real world in some way.数字图像以某种方式对现实世界进行采样。 Photography produces a 2D projection of the 3D world, the digital photograph is a sampling of that projection.摄影产生 3D 世界的二维投影,数码照片是该投影的采样。 But other imaging modalities do not project, and can sample all three dimensions of the 3D world.但其他成像方式不投射,并且可以对 3D 世界的所有三个维度进行采样。 For example:例如:

Besides these, a 2D time-series (a movie) is sometimes also treated as a 3D image, applying algorithms that work on 3D images.除此之外,二维时间序列(电影)有时也被视为 3D 图像,应用适用于 3D 图像的算法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM