#ifndef POLYTOQIMAGE_H #define POLYTOQIMAGE_H #include #include #include int dumpPolySet(const char * imageName, std::vector< std::vector< std::vector > > &polyVecVec, std::vector &trVec, int width, int height); int dumpPolySet(const char * imageName, std::vector< std::vector > &polyVec, std::vector &trVec, int width=1024,int height=1024); int dumpPolySet(const char * imageName, std::vector< std::vector > &polyVec, int width=1024,int height=1024); #endif // POLYTOQIMAGE_H