Superpixel Benchmark
Superpixel benchmark, tools and algorithms.
IOUtil Member List

This is the complete list of members for IOUtil, including all inherited members.

getCSVExtensions(std::vector< std::string > &extensions)IOUtilstatic
getImageExtensions(std::vector< std::string > &extensions)IOUtilstatic
getTxtExtensions(std::vector< std::string > &extensions)IOUtilstatic
listSubdirectories(boost::filesystem::path directory, std::multimap< std::string, boost::filesystem::path > subdirectories)IOUtilstatic
readCSVHeaderString(boost::filesystem::path file, std::vector< std::string > &header)IOUtilstatic
readCSVSummary(boost::filesystem::path file, std::vector< std::string > &row_headers, std::vector< std::string > &col_headers, cv::Mat &data)IOUtilstatic
readDirectory(boost::filesystem::path directory, std::vector< std::string > extensions, std::multimap< std::string, boost::filesystem::path > &files, std::string prefix="", std::string suffix="", std::vector< std::string > exclude=std::vector< std::string >{})IOUtilstatic
readDirectory(boost::filesystem::path directory, std::multimap< std::string, boost::filesystem::path > &files, std::string prefix="", std::string suffix="")IOUtilstatic
readMat(boost::filesystem::path file, cv::Mat &mat, std::string field="mat")IOUtilstatic
readMatCSVFloat(boost::filesystem::path file, cv::Mat &result)IOUtilstatic
readMatCSVInt(boost::filesystem::path file, cv::Mat &result)IOUtilstatic
readMatCSVInt(boost::filesystem::path file, int rows, int cols, cv::Mat &result)IOUtilstatic
writeArrayCSV(boost::filesystem::path file, T **array, int rows, int cols, std::string separator=",", int precision=6)IOUtilstatic
writeMat(boost::filesystem::path file, const cv::Mat &mat, std::string field="mat")IOUtilstatic
writeMatCSV(boost::filesystem::path file, const cv::Mat &mat, std::string separator=",", int precision=6)IOUtilstatic