【发布时间】:2017-04-10 03:27:32
【问题描述】:
【问题讨论】:
标签: image-processing computer-vision discrete-mathematics vision
【问题讨论】:
标签: image-processing computer-vision discrete-mathematics vision
从图(a);链码出来如下:
根据 [2] - 第 186 页;曲率是通过toe计算的,下面的伪代码:
c = d - di
for all di such that d remains within a limit of ±2 (critical point of a chain code)
if c < 2 then c+7
if c > 2 then c-7
所以这给出了所需的结果 (b)。
参考:Google Books
【讨论】: