#include "geoslib_f_private.h"#include "Calculators/ACalcInterpolator.hpp"#include "Basic/NamingConvention.hpp"#include "Estimation/CalcImage.hpp"#include "Estimation/KrigingSystem.hpp"#include "Neigh/NeighImage.hpp"#include "Db/DbGrid.hpp"#include "Morpho/Morpho.hpp"Functions | |
| int | krimage (DbGrid *dbgrid, Model *model, ANeigh *neigh, const NamingConvention &namconv) |
| int | dbSmoother (DbGrid *dbgrid, ANeigh *neigh, int type, double range, const NamingConvention &namconv) |
| GSTLEARN_EXPORT int | dbMorpho (DbGrid *dbgrid, const EMorpho &oper, double vmin, double vmax, int option, const VectorInt &radius, bool flagDistErode, bool verbose, const NamingConvention &namconv) |
| GSTLEARN_EXPORT int dbMorpho | ( | DbGrid * | dbgrid, |
| const EMorpho & | oper, | ||
| double | vmin, | ||
| double | vmax, | ||
| int | option, | ||
| const VectorInt & | radius, | ||
| bool | flagDistErode, | ||
| bool | verbose, | ||
| const NamingConvention & | namconv | ||
| ) |
Perform a Morphological operation on an image stored in Db
| dbgrid | Target IN/OUT Db (must be a Grid) |
| oper | Type of morphological operation |
| vmin | Minimum threshold value |
| vmax | Maximum threshold value |
| option | Option |
| radius | Radius |
| verbose | Verbose option |
| flagDistErode | True: Inflate the grain; False: Reduce the grain |
| namconv | Naming convention |
| int dbSmoother | ( | DbGrid * | dbgrid, |
| ANeigh * | neigh, | ||
| int | type, | ||
| double | range, | ||
| const NamingConvention & | namconv | ||
| ) |