[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: bwmorph operations compatibility
From: |
William Aquite |
Subject: |
RE: bwmorph operations compatibility |
Date: |
Mon, 15 Apr 2019 14:12:04 -0500 |
Thank you for the quick response Nicholas.
I'm not experienced in implementing/programming these type of functions. Do you
have any recommendations about how to do so so I can test the code I have?
Thanks,
William
-----Original Message-----
From: Nicholas Jankowski [mailto:address@hidden
Sent: Monday, April 15, 2019 1:18 PM
To: wa_tmg
Cc: Help GNU Octave
Subject: Re: bwmorph operations compatibility
> I'm running into
> an error when Octave tries to use the 'endpoints' operation in the bwmorph
> function.
I assume you're getting the error: "bwmorph: unknown OPERATION
'endpoints' requested"
Looking at the code for Octave's bwmorph, there is a placeholder for
the operation 'endpoints':
# case "endpoints"
# ## not implemented
So it appears we do not have this implemented yet. As such, until that
changes your code will require manually implementing this capability.
I've submitted a bug report regarding this current Matlab
incompatibility:
https://savannah.gnu.org/bugs/?56141