X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Parasitemia%2FParasitemiaCore%2FGranulometry.fs;h=ea5ef67e352720cf4b21434015c4cc434b667787;hb=a498bc4223a22cd38b91b3348912301e15c077ae;hp=287cd3ef466d97502473f56b793c787fc3ce6c5f;hpb=2d712781def419c9acc98368f7102b19b064f16d;p=master-thesis.git diff --git a/Parasitemia/ParasitemiaCore/Granulometry.fs b/Parasitemia/ParasitemiaCore/Granulometry.fs index 287cd3e..ea5ef67 100644 --- a/Parasitemia/ParasitemiaCore/Granulometry.fs +++ b/Parasitemia/ParasitemiaCore/Granulometry.fs @@ -1,7 +1,6 @@ module ParasitemiaCore.Granulometry open System -open System.IO open System.Drawing open Emgu.CV @@ -15,6 +14,7 @@ open Utils /// /// Minimum radius * maximum radius /// le 1.0, to speed up the process. +/// let findRadiusByClosing (img : Image) (range : int * int) (scale : float) (useOctagon : bool) : int = use scaledImg = if scale = 1. then img else img.Resize (scale, CvEnum.Inter.Area)