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: Wed, 10 Aug 2016 12:05:48 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

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

I've also done some quick timing testing on Matlab (not the same pc though)
with the test script of comment #5. 
Results:
* On Matlab imfill and bwfill have mostly the same speed compared to each
other. 
** For small images bwfill is faster by a factor of 2
** For large images bwfill is faster by a factor of 2.

* The Octave implementation is not much slower than the Matlab
implementation.
** For SMALL images Octave's bwfill is much faster than both Matlab commands,
** and Octave's imfill is slower than Matlab by factor of ~1.5.
** For LARGE images both Octave commands are faster than the Matlab version of
bwfill, 
** but (still for large images) both Octave's commands are slower than the
Matlab version of imfill by a factor of ~1.5).

    _______________________________________________________

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]