|
| NLM (const std::vector< coupling::datastructures::CouplingCell< dim > * > inputCellVector_unfiltered, const std::vector< coupling::datastructures::CouplingCell< dim > * > inputCellVector_prefiltered, const std::vector< coupling::datastructures::CouplingCell< dim > * > outputCellVector, const std::array< bool, 7 > filteredValues, int tws, double sigsq, double sigsq_rel, double hsq, double hsq_rel, int M=2, int d=1) |
|
void | operator() () |
|
| JunctorInterface (const std::array< std::vector< coupling::datastructures::CouplingCell< dim > * >, inputc > inputCellVectors, const std::array< std::vector< coupling::datastructures::CouplingCell< dim > * >, outputc > outputCellVectors, const std::array< bool, 7 > filteredValues, const char *type) |
|
void | updateCellData (std::vector< coupling::datastructures::CouplingCell< dim > * > new_inputCellVectors[inputc], std::vector< coupling::datastructures::CouplingCell< dim > * > new_outputCellVectors[outputc], std::vector< tarch::la::Vector< dim, unsigned int > > &new_cellIndices) |
|
| FilterInterface (const std::vector< coupling::datastructures::CouplingCell< dim > * > &inputCellVector, const std::vector< coupling::datastructures::CouplingCell< dim > * > &outputCellVector, const std::array< bool, 7 > filteredValues, const char *type) |
|
| FilterInterface (const char *type) |
|
void | updateCellData (const std::vector< coupling::datastructures::CouplingCell< dim > * > &new_inputCells, const std::vector< coupling::datastructures::CouplingCell< dim > * > &new_outputCells) |
|
const char * | getType () const |
|
std::vector< coupling::datastructures::CouplingCell< dim > * > | getInputCells () const |
|
std::vector< coupling::datastructures::CouplingCell< dim > * > | getOutputCells () const |
|
coupling::datastructures::CouplingCell< dim > * | getInputCellOfIndex (const CellIndex_T &index) |
|
coupling::datastructures::CouplingCell< dim > * | getOutputCellOfIndex (const CellIndex_T &index) |
|
void | setInputCells (const std::vector< coupling::datastructures::CouplingCell< dim > * > &newInputCells) |
|
int | getSize () const |
|
template<unsigned int dim, coupling::indexing::IndexTrait... scope>
class coupling::filtering::NLM< dim, scope >
Noise reduction algorithm using non-local means (NLM) method See 'Fast Non Local Means Denoising for 3D MR Images' by Coupé et al. 2006 and 'Non-Local Means Denoising' by Buades et al. 2011.
- Author
- Piet Jarmatz