GRASS 8 Programmer's Manual
8.5.0dev(2025)-886644d164
|
#include <stdlib.h>
#include <stdbool.h>
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/calc.h>
Go to the source code of this file.
Macros | |
#define | SIZE_THRESHOLD 32 |
Functions | |
int | f_nmedian (int argc, const int *argt, void **args) |
#define SIZE_THRESHOLD 32 |
Definition at line 14 of file xnmedian.c.
int f_nmedian | ( | int | argc, |
const int * | argt, | ||
void ** | args | ||
) |
Definition at line 48 of file xnmedian.c.
References CELL_TYPE, E_ARG_LO, E_ARG_TYPE, Rast_cell_size(), and SIZE_THRESHOLD.