Save imported image in the same format (WIP)
[master-thesis.git] / Parasitemia / Config.fs
1 module Config
2
3 type Config = {
4 doGSigma1: float
5 doGSigma2: float
6 doGLowFreqPercentageReduction: float
7
8 scale: float
9 }