51     std::string class_name;
 
   56       class_name = 
"Cpeak_max";
 
   67       this->m_mag=img.get_stats()[1];
 
   69       for (
int i=0; i<this->m_pos.size(); i++)
 
   71         this->m_pos[i]=img.get_stats()[8+i];
 
This class localizes the most important peak within an image, removes it and provide peak statistics...
Definition: Cpeak.h:47
Definition: Cpeak_max.h:41
virtual void peak_detection(CImg< T > &img)
Definition: Cpeak_max.h:60