47 std::string class_name;
52 class_name =
"Cpeak_fitG";
57 virtual void peak_fit(CImg<T> &img)
60 if (img.get_stats()[0]<=0)
63 printf(
"\t\t\t\t\t\t\t\tWarning, image value incompatible with gaussian fit, polynomial one is used");
Definition: Cpeak_fitP.h:42
void ssd(CImg< Timg > &img)
Definition: Cpeak_fit.h:89
Definition: Cpeak_fitG.h:42