
#17: Add basic mathematical morphology filters -----------------------+---------------------------------------------------- Reporter: levill_r | Owner: levill_r Type: task | Status: closed Priority: major | Milestone: Olena 2.0 Component: Olena | Version: 2.0 Resolution: fixed | Keywords: morpho erosion dilation opening closing -----------------------+---------------------------------------------------- Changes (by levill_r): * status: new => closed * resolution: => fixed Old description:
Start with * erosion / dilation, * opening / closing.
Write * simple versions using neighborhoods, * variants (binary, etc.) using using neighborhoods, * simple versions using dpoint sets (windows), * variants (binary, etc.) using using dpoint sets (windows).
New description: Start with * erosion / dilation, * opening / closing. Write * ~~simple versions using neighborhoods~~ (postponed to a later version), * ~~variants (binary, etc.) using using neighborhoods~~ (postponed to a later version), * simple versions using dpoint sets (windows), * variants (binary, etc.) using using dpoint sets (windows). Comment: Those filters have been implemented for a while. They need some refactoring though (see #74). -- Ticket URL: <https://trac.lrde.org/olena/ticket/17#comment:4> Olena <http://olena.lrde.epita.fr> Olena, a generic and efficient C++ image processing library.