为什么距离图像必须被屏蔽?

时间:2016-06-15 20:11:25

标签: image matlab image-processing mask

基于:

http://de.mathworks.com/help/vision/examples/automatically-detect-and-recognize-text-in-natural-images.html

% Compute the stroke width variation metric
strokeWidthValues = distanceImage(skeletonImage);

为什么distanceImage必须被骨架图像掩盖?

1 个答案:

答案 0 :(得分:0)

获得笔划宽度作为在骨架像素(也称为中轴)处评估的到背景的距离。其他像素的距离没有意义。