#include <filesystem>
#include <opencv2/core.hpp>
#include <opencv2/imgcodecs.hpp>
#include <opencv2/imgproc.hpp>
#include "rule_set.h"
#include "config_data.h"
Go to the source code of this file.
◆ AddFrequenciesToRuleset()
bool AddFrequenciesToRuleset |
( |
rule_set & |
rs, |
|
|
bool |
force = false , |
|
|
bool |
is_thinning = false |
|
) |
| |
◆ GetBinaryImage()
bool GetBinaryImage |
( |
const std::string & |
FileName, |
|
|
cv::Mat1b & |
binary |
|
) |
| |
◆ LoadFileList()
bool LoadFileList |
( |
std::vector< std::pair< std::string, bool >> & |
filenames, |
|
|
const std::string & |
files_path |
|
) |
| |