From fb075a07e3347a357e18b7df3795909b0d6f4918 Mon Sep 17 00:00:00 2001 From: gaillaro Date: Sat, 23 Apr 2005 18:58:44 +0000 Subject: * ajout détection des groupes de quilles * essai de detection des vis * detection verticalité --- 2005/i/robert/src/ovision/see/segm.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2005/i/robert/src/ovision/see/segm.hh') diff --git a/2005/i/robert/src/ovision/see/segm.hh b/2005/i/robert/src/ovision/see/segm.hh index 290ecf1..44221b0 100644 --- a/2005/i/robert/src/ovision/see/segm.hh +++ b/2005/i/robert/src/ovision/see/segm.hh @@ -40,7 +40,7 @@ class Segm /// Affiche la valeur des poids du NN void showNodes () const; /// Donne la couleur à partir du tableau - virtual unsigned char giveColor (const unsigned char *x, const bool testOutputMax = false, const bool indexProcess = false) = 0; + virtual unsigned char giveColor (const unsigned char *x, const bool testOutputMax = false, const bool indexProcess = false, const bool lumFlag = false) = 0; /// Segmentation de l'image void segmImg (Img *img); /// Segmentation de l'image permettant d'isoler une couleur -- cgit v1.2.3