#include <MillieStd.hpp>
Fonctions membres publiques statiques | |
static float | sign (float a) |
donne le signe d'un réel | |
template<typename T> | |
static T | square (T a) |
renvoie le nombre au carré | |
static float | norm (float a) |
retourne la valeur absolue d'un flottant | |
static float | minmod (float a, float b) |
retourne le minmod entre deux flottants | |
static float | maxmod (float a, float b) |
retourne le maxmod entre deux flottants |
Définition à la ligne 117 du fichier MillieStd.hpp.
static float Millie::Math::sign | ( | float | a | ) | [inline, static] |
donne le signe d'un réel
a | le réel |
Définition à la ligne 128 du fichier MillieStd.hpp.
Références norm().
Référencé par Millie::SimpleShockFilter::compute(), Millie::AlvarezShockFilter::computeWithGauss(), Millie::AlvarezShockFilter::computeWithoutGauss(), maxmod(), et minmod().
static T Millie::Math::square | ( | T | a | ) | [inline, static] |
renvoie le nombre au carré
a | le nombre à élever au carré |
Définition à la ligne 143 du fichier MillieStd.hpp.
Référencé par Millie::SimplePeronaMalikFlow::computeDiffusion(), Millie::MedianLocalFilter::computeLocalArea(), Millie::CMaskFactoryInverseMotionBlur::computeWithoutChecking(), Millie::CMaskFactoryMotionBlur::computeWithoutChecking(), Millie::CMaskFactoryLowPass::computeWithoutChecking(), Millie::CMaskFactoryHighPass::computeWithoutChecking(), Millie::CMaskFactoryGaussianBlur::computeWithoutChecking(), Millie::diffDnn(), Millie::diffDntnt(), Millie::diffGradN(), Millie::diffGradNminmod(), Millie::diffSquareGradN(), Millie::getVariance(), et Millie::SimplePeronaMalikFlow::SimplePeronaMalikFlow().
static float Millie::Math::norm | ( | float | a | ) | [inline, static] |
retourne la valeur absolue d'un flottant
a | le nombre |
Définition à la ligne 154 du fichier MillieStd.hpp.
Référencé par Millie::SimpleShockFilter::compute(), Millie::AlvarezShockFilter::computeWithGauss(), Millie::AlvarezShockFilter::computeWithoutGauss(), maxmod(), minmod(), et sign().
static float Millie::Math::minmod | ( | float | a, | |
float | b | |||
) | [inline, static] |
retourne le minmod entre deux flottants
a | le premier nombre | |
b | le deuxième nombre |
Définition à la ligne 176 du fichier MillieStd.hpp.
Référencé par Millie::diffDxminmod(), et Millie::diffDyminmod().
static float Millie::Math::maxmod | ( | float | a, | |
float | b | |||
) | [inline, static] |