NAME
ConvolutionClustering -
SYNOPSIS
#include <ConvolutionClustering.h>
Public Member Functions
ConvolutionClustering (tlp::AlgorithmContext)
~ConvolutionClustering ()
bool run ()
bool check (std::string &)
void reset ()
std::vector< double > * getHistogram ()
void setParameters (int histosize, int threshold, int width)
void getParameters (int &histosize, int &threshold, int &width)
void autoSetParameter ()
std::list< int > getLocalMinimum ()
Detailed Description
Authors: David Auber, Patrick Mary, Morgan Mathiaut from the LaBRI
Visualization Team Email : auber@tulip-software.org Last modification :
13/03/2009 This program is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
Constructor & Destructor Documentation
ConvolutionClustering::ConvolutionClustering (tlp::AlgorithmContext)
ConvolutionClustering::~ConvolutionClustering ()
Member Function Documentation
void ConvolutionClustering::autoSetParameter ()
bool ConvolutionClustering::check (std::string &)
vector< double > * ConvolutionClustering::getHistogram ()
list< int > ConvolutionClustering::getLocalMinimum ()
void ConvolutionClustering::getParameters (int & histosize, int &
threshold, int & width)
void ConvolutionClustering::reset ()
bool ConvolutionClustering::run ()
void ConvolutionClustering::setParameters (int histosize, int threshold,
int width)
Author
Generated automatically by Doxygen for Tulip Plugins Library from the
source code.