[GRASS-dev] [GRASS GIS] #3142: Implementing SLIC image segmentation
GRASS GIS
trac at osgeo.org
Fri Dec 2 01:58:38 PST 2016
#3142: Implementing SLIC image segmentation
---------------------------+-------------------------------------
Reporter: SCrommelinck | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.2.0
Component: Imagery | Version: unspecified
Resolution: | Keywords: SLIC image segmentation
CPU: Unspecified | Platform: Unspecified
---------------------------+-------------------------------------
Comment (by mlennert):
After some discussion with MarkusM, I see three options, all based on the
source code published at [http://ivrl.epfl.ch/research/superpixels], which
is GPL3:
* Integrate the code as is into GRASS. Disadvantage: it's C++ and we
would have to maintain it. Advantage: code exists, so less work, we would
"only" have to write the GRASS io wrapper
* Translate the original code to C and integrate into GRASS.
Disadvantage: more work, we have to maintain; Advantage: no C++, no
installation by user, native implementation in GRASS
* Write a GRASS module that calls the compiled command line tool.
Disadvantage: the user would have to install and compile the code.
Advantage: less work for us, others maintain
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3142#comment:3>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list