예제 #1
0
inline void write(cv::FileStorage& fs, const String&, const LabelInfo& x)
{
    x.write(fs);
}
예제 #2
0
static void write(cv::FileStorage& fs, const std::string&, const LabelInfo& x)
{
    x.write(fs);
}