Use two radius in the configuration, one computed with the image resolution and one...
[master-thesis.git] / Parasitemia / Parasitemia / GUI / Analysis.fs
index ccca1b4..6ae1e20 100644 (file)
@@ -121,7 +121,7 @@ let showWindow (parent: Window) (state: State.State) : bool =
                                 butClose.Content <- "Close"
                                 updateSourceImages ())
 
-                            Utils.log "Analysis terminated successfully"
+                            Utils.log "All analyses terminated successfully"
                             atLeastOneAnalysisPerformed <- true
                             analysisPerformed <- true)
             } |> Async.Start)
@@ -134,9 +134,4 @@ let showWindow (parent: Window) (state: State.State) : bool =
         if not analysisPerformed
             then
                 analysisCancelled <- true
-        atLeastOneAnalysisPerformed)
-
-
-    (*let results = ImageAnalysis.doMultipleAnalysis (state.SourceImages |> Seq.map (fun srcImg -> string srcImg.num, srcImg.img) |> Seq.toList) defaultConfig
-    for id, rbcRadius, cells in results do
-        state.SetResult (int id) rbcRadius cells*)
\ No newline at end of file
+        atLeastOneAnalysisPerformed)
\ No newline at end of file