[GRASS-dev] [GRASS GIS] #3142: Implementing SLIC image segmentation
GRASS GIS
trac at osgeo.org
Tue Dec 6 08:20:16 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 rashadkm):
Replying to [comment:3 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
mortiz,
the second option seems better than others. right?
first is okay, if we need to drag in c++. but still there needs to be some
additional work.
why not write new grass module. we can port/copy/translate those c++
methods into using grass api wherever possible.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3142#comment:4>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list