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

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

[Octave-patch-tracker] [patch #9077] image package: new function imfill.


From: Hartmut
Subject: [Octave-patch-tracker] [patch #9077] image package: new function imfill.m
Date: Thu, 11 Aug 2016 19:41:00 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Follow-up Comment #9, patch #9077 (project octave):

Here is an new version (V3) of my PATCH. I've tried to include all hints and
wishes from comment #8.

Several remarks:
* input check "if (nargin == 1 .... && islogical (I))": For imfill(bw) Matlab
goes into an interactive mode, which is not supported by my new imfill
currently. That's why I throw an error here. Whereas imfill(I) is a shortcut
for imfill(I,'holes') and does hole filling on grayscale images.
* If the Matlab version of imfill gets locations outside of the image, then it
throws a warning, deletes the improper locations, and proceedes with the
remaining correct locations. Even if no correct location remain at all, it
stays in the operation mode for imfill(...,LOCATIONS) and does not switch to
the operation mode for imfill(...).

I am happy to hear that you, Carne, plan to add ND image support to imfill.
That will make our new imfill version equally powerful as the Matlab version.

Let me know if there is anything else to improve on this patch.

(file #38180)
    _______________________________________________________

Additional Item Attachment:

File name: new_imfill_V3.patch            Size:13 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?9077>

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




reply via email to

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