Doc + cleaning.
[master-thesis.git] / Parasitemia / ParasitemiaCore / ImgTools / Edges.fs
index a1b6033..3980120 100644 (file)
@@ -87,9 +87,6 @@ let find (img: Image<Gray, float32>) : Matrix<byte> * Matrix<float32> * Matrix<f
 
     // suppressMConnections nms // It's not helpful for the rest of the process (ellipse detection).
 
-    IO.saveMat magnitudes "magnitudes.png"
-    IO.saveMat nms "nms.png"
-
     let edges = new Matrix<byte>(xGradient.Size)
     let edgesData = edges.Data