219eab66d58437057c7f6d38b7c7a30d2b9664a9
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)