octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #38464] image: regionprops misses some pixels?


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #38464] image: regionprops misses some pixels?
Date: Sat, 02 Nov 2013 20:36:26 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130917 Firefox/17.0 Iceweasel/17.0.9

Follow-up Comment #5, bug #38464 (project octave):

@JuanPi

_So Matlab also misses some of the points?_

No. Matlab's bwlabel doesn't miss any of the points, and neither does Octave.
The bwlabel function will label any non-zero pixel in the image with a
positive number. We can confirm that it does not miss any of the points with
the following:


lblNodes = bwlabel (imgNodes);
isequal (lblNodes > 0, imgNodes);


While the bwlabel function has changed since this report, the above still
returns true when using the lblNodes variable present on the bwlabel_miss.mat
file.

It is possible that bwlabel may be labeling two separate objects as being the
same, but it's certainly not missing any pixel.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38464>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]