1a663c7b0f4290f42f8b3505adafaf767e8e156c
1
module ParasitemiaCore.IO
9 let saveImg (img
: Image<'TColor, 'TDepth>) (filepath
: string) =
12 let saveMat (mat
: Matrix<'TDepth>) (filepath : string) =
13 use img = new Image<Gray, 'TDeph>(mat
.Size)