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

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

[Octave-bug-tracker] [bug #48794] image package: imreconstruct should cl


From: Hartmut
Subject: [Octave-bug-tracker] [bug #48794] image package: imreconstruct should clip marker > mask
Date: Wed, 17 Aug 2016 11:34:59 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

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

4d images also work fine in Matlab (V2014b):


marker = ones(3,3,3,3)
mask = marker;
mask(2,2,2,2) = 0
im = imreconstruct(marker, mask)
% result: no error message, im == mask, class(im) == double


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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