Image processing using Graph_2
L2
-
体素或立体像素(voxel) 是体积像素(volume pixel) 的简称,是数字数据位于三维空间分区的最小单位,应用于三维成像、科学数据与医疗视频等领域。
-
CPP —— Boost Graph libraries
Matlab —— Graph Analysis toolbox
-
适定问题 well-posted problem
不适定问题 ill-posted problem
-
Image segmentation 是不适定问题,除非我们限定分割对象。
-
image segmentation:
在医学领域中,图像分割是病变区域提取、特定组织测量以及实现三维重建的基础。
-
Recognition (识别)
the task of roughly determining where in the image an object is located, 即确定目标物体的大概位置并区别于图像中的其他物体。
-
Delineation (描绘)
the task of determining the exact extent of the object,即在于精确定义和刻画图像中目标物体的区域或者边缘的空间范围。
Image processing using Graph_2