Skip to content
Snippets Groups Projects

Ongoing #133 improvements

Merged Nicolas Pope requested to merge feature/133/ilw into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -21,7 +21,7 @@ ILW::ILW(nlohmann::json &config) : ftl::Configurable(config) {
use_lab_ = value("use_Lab", false);
params_.colour_smooth = value("colour_smooth", 50.0f);
params_.spatial_smooth = value("spatial_smooth", 0.04f);
params_.cost_ratio = value("cost_ratio", 75.0f);
params_.cost_ratio = value("cost_ratio", 0.75f);
on("ilw_align", [this](const ftl::config::Event &e) {
enabled_ = value("ilw_align", true);
Loading