Add two buttons to select or unselect all image to analyse
[master-thesis.git] / Parasitemia / ParasitemiaUI /
2021-03-22 Greg BurriAdd two buttons to select or unselect all image to... 1.0.14
2021-03-22 Greg BurriUse an absolute value for thickness and font size 1.0.13
2021-03-22 Greg BurriHighlight RBC simultaneous in the preview and in the...
2021-03-22 Greg BurriFix an exception when opening the links from the about...
2021-03-21 Greg BurriSet exe icon and update setup script.
2021-03-21 Greg BurriUpdate unit tests to .NET 5.
2021-03-21 Greg BurriPut the RBC number text below border on the main image.
2021-03-21 Greg BurriAdd launch settings.
2021-03-20 Greg BurriTo .NET 5 (lot of refactoring)
2020-12-21 Greg BurriRemove useless 'yield'
2020-07-01 Greg BurriUpdate dependencies
2020-07-01 Greg BurriUpdate dependencies
2017-11-04 Greg BurriUse of roman number to identify images.
2017-11-04 Greg BurriMerge branch 'master' of gburri.org:master-thesis
2017-11-03 Greg BurriMerge branch 'master' of gburri.org:master-thesis
2017-11-03 Greg BurriRemove an useless opening directive.
2017-10-21 Greg BurriFIX #277
2017-10-20 Greg BurriFIX #279
2017-10-18 Greg BurriFrame width depends now from the RBC sizes #275
2017-10-08 Greg BurriFix an error where the json files can't be created. 1.0.11
2017-07-01 Greg BurriUpdate coding style.
2017-05-18 Greg BurriVersion 1.0.10
2017-05-18 Greg BurriDefine Emgu as a nuget reference for the project WPF
2017-05-06 Greg BurriMicro optimization to improve analysis speed by ~20%
2017-05-04 Greg BurriUse the Emgu library from Nuget.
2017-05-04 Greg BurriUpdate the Logger component.
2017-04-22 Greg BurriBack to .NET 4.5.2
2017-03-29 Greg BurriAdd some key shortcut.
2017-03-28 Greg BurriCleaning syntax.
2016-03-03 Greg BurriPiaz files wasn't associated during setup.
2016-02-19 Greg BurriReplace "for [..] in [..]" by "for [..] to [..]" for...
2016-02-03 Greg BurriSave predefined PPI and sensor sizes in JSON files.
2016-02-02 Greg BurriPeculiar elements overlap RBC now.
2016-02-01 Greg BurriChange the way the dark stain is marked.
2016-01-30 Greg BurriDoc + cleaning.
2016-01-29 Greg BurriCleaning and some little tweaks.
2016-01-28 Greg BurriAdd a DPI calculator to help to find the correct image...
2016-01-26 Greg Burri* Modify a bit the parasite nucleus detection sensibility.
2016-01-26 Greg BurriSplit the module 'ImgTools' in many modules.
2016-01-25 Greg BurriRemove the parasite detection function from Ma.
2016-01-25 Greg BurriProject the colors to have the best contrast for RBCs...
2016-01-25 Greg BurriAdd a way to detect the membrane of a parasite in the...
2016-01-22 Greg BurriAdd some GUI elements :
2016-01-21 Greg BurriCleaning.
2016-01-21 Greg BurriAdd an option to change the brightness of the highlight...
2016-01-20 Greg Burri* Add logos CHUV and HES-SO.
2016-01-20 Greg BurriUse a maybe monad to be able abort an analysis.
2016-01-20 Greg BurriForce the user to input a DPI value for new image.
2016-01-20 Greg BurriFix a bug during area opening/closing when the area...
2016-01-19 Greg BurriFix some approximation issues.
2016-01-18 Greg BurriAdd a status bar.
2016-01-18 Greg BurriAdd a logger assembly and split the main assembly in...