#include <MeanShift.hpp>
Fonctions membres publiques | |
MeanShift (int, float, PNG, float=0.1, int=30) | |
Algorithme du filtre Meanshift. | |
string | toString () const |
Affiche une chaîne de caractères détaillé. | |
void | findMode (const int, const int) |
Trouve un mode. | |
void | doFilter () |
Calcul le filtre Meanshift. | |
Node | makeNode () |
Construit un graphe d'adjacence des modes calculés. | |
Attributs privés | |
Lattice | lattice |
Données à explorer. | |
MeanShiftWindow | window |
Fenêtre d'exploration. | |
int | size |
Dimension spatial. | |
float | radius |
Dimension dans l'espace des couleurs. | |
int | maxIter |
Limite pour le calcul d'un mode. | |
float | tol |
Limite pour le speedup. |
Définition à la ligne 96 du fichier MeanShift.hpp.
|
Algorithme du filtre Meanshift.
Définition à la ligne 132 du fichier MeanShift.cpp. Références MeanShift(). Référencé par MeanShift(). |
|
Trouve un mode.
Définition à la ligne 147 du fichier MeanShift.cpp. Références MeanShiftWindow::computeMean(), ELATTICE_STATE, findMode(), MeanShiftWindow::findPixel(), MeanShiftWindow::getCenter(), Lattice::getFVector(), Lattice::getState(), FVector::getX(), FVector::getY(), lattice, norm(), normColor(), MeanShiftWindow::setCenter(), Lattice::setOutputFVector(), Lattice::setState(), tol, et window. Référencé par doFilter(), et findMode(). |