Release version can be found at: http://cver.hrail.crasar.org
- Microsoft .NET Framework 4.6.1.
- Visual Studio will ask whether you want to download it when you open the project and will point you to the download page at https://dotnet.microsoft.com/download/visual-studio-sdks?utm_source=getdotnetsdk&utm_medium=referral
- Microsoft Visual Studio 2017 Installer Projects Extension
- This can be installed by clicking
Tools -> Extensions and Updates... -> Onlinethen entering the name of the extension in the search box
- This can be installed by clicking
The first time the project is run inside Visual Studio, it will download and install the required Python packages.
- Python 3.6.4
- OpenCV
- pip install opencv-python
- pip install opencv-contrib-python
- https://opencv.org
- Tutorial
- Numpy
- pip install numpy
- http://www.numpy.org
- SciPy
- pip install scipy
- https://www.scipy.org
- Scikit-Learn
- pip install scikit-learn
- http://scikit-learn.org/stable/
- Spectral (SPy)
- pip install spectral
- Argparse
- pip install argparse
- Matplotlib
- pip install matplotlib
- https://matplotlib.org