From: Mustafa on
Hello all,
I have a binary image which consists of edges. I need to generate a list of distinct edges. When generating edges I need to define a minimum length which is in pixels (e.g. minlength = 3 pixel) and my edgelist will not contain these edges. There are programs at http://www.csse.uwa.edu.au/~pk/Research/MatlabFns/index.html written by Kovesi for this purpose but there is a problem with edgelink.m and cleanedgelist.m . For example, when you type 30 for minlength the generated edgelist contains some edges which are shorter than 30. My question is has anyone had same problem? If so how did you solve this problem ? My second question is, is there any alternative solution for this edge linking and listing problem ?
Thanks for helps,
 | 
Pages: 1
Prev: Loading Labview Binary Data
Next: Newton-Raphson