Superpixel Benchmark
Superpixel benchmark, tools and algorithms.
|
This is the complete list of members for IOUtil, including all inherited members.
getCSVExtensions(std::vector< std::string > &extensions) | IOUtil | static |
getImageExtensions(std::vector< std::string > &extensions) | IOUtil | static |
getTxtExtensions(std::vector< std::string > &extensions) | IOUtil | static |
listSubdirectories(boost::filesystem::path directory, std::multimap< std::string, boost::filesystem::path > subdirectories) | IOUtil | static |
readCSVHeaderString(boost::filesystem::path file, std::vector< std::string > &header) | IOUtil | static |
readCSVSummary(boost::filesystem::path file, std::vector< std::string > &row_headers, std::vector< std::string > &col_headers, cv::Mat &data) | IOUtil | static |
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 >{}) | IOUtil | static |
readDirectory(boost::filesystem::path directory, std::multimap< std::string, boost::filesystem::path > &files, std::string prefix="", std::string suffix="") | IOUtil | static |
readMat(boost::filesystem::path file, cv::Mat &mat, std::string field="mat") | IOUtil | static |
readMatCSVFloat(boost::filesystem::path file, cv::Mat &result) | IOUtil | static |
readMatCSVInt(boost::filesystem::path file, cv::Mat &result) | IOUtil | static |
readMatCSVInt(boost::filesystem::path file, int rows, int cols, cv::Mat &result) | IOUtil | static |
writeArrayCSV(boost::filesystem::path file, T **array, int rows, int cols, std::string separator=",", int precision=6) | IOUtil | static |
writeMat(boost::filesystem::path file, const cv::Mat &mat, std::string field="mat") | IOUtil | static |
writeMatCSV(boost::filesystem::path file, const cv::Mat &mat, std::string separator=",", int precision=6) | IOUtil | static |