From: Jordi G. H. <jo...@oc...> - 2012-09-07 15:19:16
|
On 7 September 2012 07:06, Kris Thielemans <kri...@gm...> wrote: > My initial impression if your newest bwlabeln implementation seems > good! Great, thanks for testing. > I have only 1 problem. In my matlab code, I normally pass a (double) > array with 0,1 to bwlabeln. This doesn't work for your > implementation: > > bwlabeln(ones([2,2,3])) > error: bwlabeln: first input argument must be a 'logical' ND-array Okay, thanks, I've fixed this: http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/main/image/src/bwlabeln.cc?r1=10978&r2=10977&pathrev=10978 - Jordi G. H. |