[GRASS-dev] i.superpixels.slic ( was: #3142 Implementing SLIC image segmentation)

Markus Neteler neteler at osgeo.org
Thu Dec 22 01:12:59 PST 2016


On Thu, Dec 22, 2016 at 12:01 AM, Markus Metz
<markus.metz.giswork at gmail.com> wrote:
...
> Adding
>
> #undef MIN
> #define MIN(a,b) ((a) < (b) ? (a) : (b))
>
> as in other GRASS modules is a nice solution to keep things simple and
> portable.

... how about a adding this and similar definitions to gis.h?

markusN


More information about the grass-dev mailing list