#include "memory.h"
#include "image.h"
#include "algo/threaded_loop.h"
#include "algo/min_max.h"
#include "adapter/replicate.h"
#include "filter/base.h"
#include "math/golden_section_search.h"
Go to the source code of this file.
Classes | |
class | MR::Filter::ImageCorrelationCostFunction< ImageType, MaskType > |
class | MR::Filter::OptimalThreshold |
a filter to compute the optimal threshold to mask a DataSet. More... | |
Namespaces | |
namespace | MR |
namespace | MR::Filter |
Functions | |
template<class ImageType , class MaskType > | |
ImageType::value_type | MR::Filter::estimate_optimal_threshold (ImageType &input, MaskType &mask) |
template<class ImageType > | |
ImageType::value_type | MR::Filter::estimate_optimal_threshold (ImageType &input) |