Version: 1.0
Classes | Functions
image_frequencies.h File Reference
#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.

Classes

struct  mask
 

Functions

bool GetBinaryImage (const std::string &FileName, cv::Mat1b &binary)
 
bool LoadFileList (std::vector< std::pair< std::string, bool >> &filenames, const std::string &files_path)
 
bool AddFrequenciesToRuleset (rule_set &rs, bool force=false, bool is_thinning=false)
 

Function Documentation

◆ AddFrequenciesToRuleset()

bool AddFrequenciesToRuleset ( rule_set rs,
bool  force = false,
bool  is_thinning = false 
)

Definition at line 347 of file image_frequencies.cpp.

◆ 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 
)