This project aims to automatically count cells in given pictures. Its main use is the counting of cell cultures utilizing improved Neubauer counting chambers.
Usefull links:
- Short overview of the project : https://joott.github.io/CellCounter/
- Explanation of Functions : https://joott.github.io/CellCounter/FunctionExplanation.html
- Usage example : https://joott.github.io/CellCounter/DilutionExperiment.html
- Click here to download VisualStudioCode
- Click here to download Git
- Click here to download .NET Core SDK AND .NET Framework Dev Pack
- Click here to download Build Tools for Visual Studio 2019
While installing check the boxes for:
Under "Workload":
- .NET Core build tools Under "Individual components":
- NuGet targets and build tasks
- NuGet package manager
- .NET Framework 4.7 SDK
- .NET Framework 4.7 targeting pack
- F# compiler ...then install
- Restart your computer
- Install fake cli. Open command prompt(console) by searching in the windows search bar for "cmd" and type in the new window "dotnet tool install fake-cli -g" (without the quotation marks)
- Click here or scroll up to download either master or developer branch of this repository. Master branch should be a fully functionable variant, while the developer branch often has more features which are not fully tested yet. At this point i recommend downloading the developer branch, as it will be updated the most. Unzip the file in any folder, except the Desktop!
- Open command prompt(console) and navigate to the Folder (Copy path to this folder) with the build.cmd inside. (console command: cd PathToYourFolder)
- Console command: fake build
- Install Ionide in visual studio code: (open visual studio code -> Extensions -> type in Ionide-fsharp -> install)
- Thats finally it, you can now go and reference the CellCounter.dll for your use.
If you need any other information you can take a look at the F# Software Foundation