#include "image_frequencies.h"
#include <iostream>
#include <limits>
#include <filesystem>
#include <algorithm>
#include <iterator>
#include "utilities.h"
#include "performance_evaluator.h"
Go to the source code of this file.
◆ AddFrequenciesToRuleset()
bool AddFrequenciesToRuleset |
( |
rule_set & |
rs, |
|
|
bool |
force, |
|
|
bool |
is_thinning |
|
) |
| |
◆ CalculateConfigurationsFrequencyOnImage()
void CalculateConfigurationsFrequencyOnImage |
( |
const cv::Mat1b & |
img, |
|
|
const mask & |
msk, |
|
|
vector< unsigned long long > & |
freqs |
|
) |
| |
◆ CountFrequenciesOnDataset()
bool CountFrequenciesOnDataset |
( |
const string & |
dataset, |
|
|
rule_set & |
rs, |
|
|
bool |
force |
|
) |
| |
◆ GetBinaryImage()
bool GetBinaryImage |
( |
const string & |
FileName, |
|
|
cv::Mat1b & |
binary |
|
) |
| |
◆ LoadFileList()
bool LoadFileList |
( |
vector< pair< string, bool >> & |
filenames, |
|
|
const string & |
files_path |
|
) |
| |