summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/ovision/see/segmTable.hh
diff options
context:
space:
mode:
authorgaillaro2005-04-23 18:58:44 +0000
committergaillaro2005-04-23 18:58:44 +0000
commitfb075a07e3347a357e18b7df3795909b0d6f4918 (patch)
treecfb7093961ecece093cc9644b5f031a1d904a395 /2005/i/robert/src/ovision/see/segmTable.hh
parentf10b66edc5bd8af45d1013e56679cbf3efb930a3 (diff)
* ajout détection des groupes de quilles
* essai de detection des vis * detection verticalité
Diffstat (limited to '2005/i/robert/src/ovision/see/segmTable.hh')
-rw-r--r--2005/i/robert/src/ovision/see/segmTable.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/2005/i/robert/src/ovision/see/segmTable.hh b/2005/i/robert/src/ovision/see/segmTable.hh
index 4051a43..770e4ee 100644
--- a/2005/i/robert/src/ovision/see/segmTable.hh
+++ b/2005/i/robert/src/ovision/see/segmTable.hh
@@ -35,7 +35,7 @@ class SegmTable : public Segm
/// Constructeur
SegmTable (ColorTable &tab);
/// Donne la couleur à partir du tableau
- virtual unsigned char giveColor (const unsigned char *x, const bool testOutputMax = false, const bool indexProcess = false);
+ virtual unsigned char giveColor (const unsigned char *x, const bool testOutputMax = false, const bool indexProcess = false, const bool lumFlag = false);
};
#endif // segmTable_h