各位高手:
救命阿~~ 小的我现在正在做一个有关于影像处理的东西
需要用到分水岭分割法里的分割 自己也有跟教授讨论过 不过就是
怎么翻他这Algorith翻成C++ or VC 的BCB都一直失败
所以希望各位HIGH HAND能帮小的我 翻一下 大大感谢阿~"~
以下为他的Algorith 自己也有修改过一些
P.S : 我将分水岭分割主要做法说一次 假如可以不用Algorith写出自己的一套更好 >.<
1.先将原图图档 的像素皆读取致阵列中
2.将其每点的亮度差重新放入另一阵列中
3.此时用其亮度差判断 将图档分割( 此时为分水岭分割 )
而分割的那些点为 分水岭点连结成 watersheds
分割出来的 就是 water level 区域
4.平滑化 ( 3次 因为经验法则= = )
5.找至门槛直 作2值化 ==> OK
要是有不懂得可以寄信跟我说 = =
因为我还满急的 搞了好几个月 还是失败 高手 救命阿 感恩阿~~
================function 解释============================
fifo_add(p) : puts the (piont to) pixel p into the queue.
fifo_first(): returns the (point to) pixel which is at the beginning of the queue and removes it
fifo_empty() : returns true if the queue is empty and false otherwise
=================程式 Algorith===========================
#define mask -2 // initial value of a threshold level.
..
访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容