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: bwlabel misses some pixels?


From: Andreas Weber
Subject: [Octave-bug-tracker] [bug #38464] IMAGE: bwlabel misses some pixels?
Date: Fri, 01 Nov 2013 13:41:55 +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 #1, bug #38464 (project octave):

I tired your test with an image development build from 3.10.2013

pkg load image
load "bwlabel_miss.mat"
clear lblNodes codes

lblNodes = bwlabel (imgNodes, 4);
data     = regionprops (lblNodes, "Centroid");
nodes    = cat(1, data.Centroid);

imshow (imgNodes);
hold on
plot(nodes(:,1),nodes(:,2),"om")


and I see all regions. Perhaps this
http://sourceforge.net/p/octave/image/ci/ab0ac77d350bb005869498833fbb4427dc4fc933/tree/inst/regionprops.m?diff=b2e168a18d4b443870198eabf6dcfc3de239ba54
changeset fixed it. Can you check your test with the hg sources of image?

Regards, Andy

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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