Added common mask threshold level

This commit is contained in:
Desmis
2020-06-23 06:55:48 +02:00
parent e3bed2c920
commit f495be9935
9 changed files with 64 additions and 9 deletions

View File

@@ -1445,6 +1445,7 @@ struct LocallabParams {
std::vector<double> HHhmask_curve;
std::vector<double> Lmask_curve;
std::vector<double> LLmask_curvewav;
Threshold<int> csthresholdmask;
LocallabSpot();