00001 00009 class CCSegmentation: public CCLabeling 00010 { 00011 protected: 00012 CCSegmentation::ComponentSegmentation(int); 00013 public: 00014 int tabSize; 00015 Image** imgTab; 00016 CCSegmentation(Image*); 00017 ~CCSegmentation(); 00018 ImageSegmentation(); 00019 }; 00020 00021 00022
1.3