#include <limits>
#include "Image.h"
#include "BorderCondition.h"
#include "LevelSetFunction.h"
#include "Mask.h"
Go to the source code of this file.
Namespaces | |
namespace | lsseg |
Functions | |
void | lsseg::normal_direction_flow_2D (const LevelSetFunction &phi, LevelSetFunction &advect, BorderCondition bcond, double &H1, double &H2, const Mask *const changes_allowed_mask, const Mask *const defined_region_mask) |
void | lsseg::normal_direction_flow_3D (const LevelSetFunction &phi, LevelSetFunction &advect, BorderCondition bcond, double &H1, double &H2, double &H3, const Mask *const changes_allowed_mask, const Mask *const defined_region_mask) |
int | lsseg::visualize_level_set (const LevelSetFunction &img, Image< double > &target, double threshold, double outside_intensity, double curve_intensity, double interior_intensity, const Mask *const mask, double mask_intensity) |
void | lsseg::visualize_multisets (const LevelSetFunction **const images, int num_images, Image< double > &target, const int **const rgb_color) |
Definition in file level_set.h.