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