|
gstlearn
0.2.1
Geostatistics & Machine Learning toolbox
|
#include "geoslib_f_private.h"#include "geoslib_old_f.h"#include "Basic/NamingConvention.hpp"#include "Morpho/Morpho.hpp"#include "Estimation/CalcImage.hpp"#include "Estimation/KrigingSystem.hpp"#include "Neigh/NeighImage.hpp"#include "Db/DbGrid.hpp"Functions | |
| int | krimage (DbGrid *dbgrid, Model *model, NeighImage *neighparam, const NamingConvention &namconv) |
| int | dbSmoother (DbGrid *dbgrid, NeighImage *neighparam, 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, |
| NeighImage * | neighparam, | ||
| int | type, | ||
| double | range, | ||
| const NamingConvention & | namconv | ||
| ) |
Smooth a regular grid
| [in] | dbgrid | input and output Db grid structure |
| [in] | neighparam | Neigh structure |
| [in] | type | 1 for Uniform; 2 for Gaussian |
| [in] | range | Range (used for Gaussian only) |
| [in] | namconv | Naming Convention |
| int krimage | ( | DbGrid * | dbgrid, |
| Model * | model, | ||
| NeighImage * | neighparam, | ||
| const NamingConvention & | namconv | ||
| ) |
Kriging (Factorial) a regular grid
| [in] | dbgrid | input and output Db grid structure |
| [in] | model | Model structure |
| [in] | neighparam | ANeighParam structure |
| [in] | namconv | Naming Convention |