#ifndef ALGORITHMTPI_H #define ALGORITHMTPI_H #include "iAlgorithm.h" #include class CAlgorithmTpi : public IAlgorithm { public: CAlgorithmTpi(); virtual ~CAlgorithmTpi(); private: //struct tagTreeNode{ // QMap childs; //}; virtual int IImageAnalysis(class IImageObject* pImgObj, TP_ALGORITHM_OPTION* pOpt); //bool addContour(int self, int parent, tagTreeNode& node); //tagTreeNode* m_root; }; #endif // ALGORITHMTPI_H