8#ifndef FILESYSTEM_PGM_LIBRARY
9#define FILESYSTEM_PGM_LIBRARY
37 static bool is_pgm(
const std::string &extension);
Utility class for handling .pgm image files.
Definition filesystemPGM.hpp:27
static bool is_pgm(const std::string &extension)
Check if the file extension is .pgm.
Definition filesystemPGM.cpp:11
static void getFilePathsOfPGMFilesFromFolder(std::vector< std::string > &imagePaths, std::string folderPath)
Get the file paths of all .pgm images in a folder.
Definition filesystemPGM.cpp:16