#include "Image.h"
Go to the source code of this file.
Namespaces | |
| namespace | lsseg |
Functions | |
| void | lsseg::compute_squared_gradient_sum_2D (const Image< double > &image, Image< double > &result) |
| Compute an estimate of the squared gradient norm, for each pixel in a two-dimensional image. | |
| void | lsseg::compute_squared_gradient_sum_3D (const Image< double > &image, Image< double > &result) |
| Compute an estimate of the squared gradient norm, for each pixel in a three-dimensional image. | |
Definition in file DiscreteApproximations.h.
1.4.7