#include <Schemes.h>
Public Types | |
typedef BaseImage< DIM, Pixel > | ImageType |
typedef ImageType::Index | Index |
Static Public Member Functions | |
static functions | |
static void | find_neighbours (const ImageType &phi, const Index &ind, int inf_coords[], int sup_coords[]) |
Fill the array 'sup_coords' and 'inf_coords' with the neighborings coords of 'ind'. | |
static Pixel | laplacian (const ImageType &phi, const Index &ind) |
Compute the laplacian ![]() | |
static Pixel | mean_curvature (const ImageType &phi, const Index &ind) |
Compute the mean curvature ![]() | |
static void | normal (const ImageType &phi, const Index &ind, Pixel norm[]) |
Compute the normal ![]() | |
static void | gradient (const ImageType &phi, const Index &ind, Pixel grad[]) |
Compute the gradient ![]() | |
static float | sq_norm_gradient (const ImageType &phi, const Index &ind) |
Compute the squared norm of the gradient ![]() | |
static float | norm_gradient (const ImageType &phi, const Index &ind) |
Compute the norm of the gradient ![]() | |
static Pixel | other_mean_curvature (const ImageType &phi, const Index &ind) |
Compute the same mean curvature as the previous one, using another kind of discretization. |
Definition at line 24 of file Schemes.h.