22 Forks
47 Stars
47 Watchers

Tutorials

Here, we will be showcasing our seminar series “CPP for Image Processing and Machine Learning” including presentations and code examples. There are image processing and machine learning libraries out there which use C++ as a base and have become industry standards (ITK for medical imaging, OpenCV for computer vision and machine learning, Eigen for linear algebra, Shogun for machine learning). The documentation provided with these packages, though extensive, assume a certain level of experience with C++. Our tutorials are intended for those people who have basic understanding of medical image processing and machine learning but who are just starting to get their toes wet with C++ (and possibly have prior experience with Python or MATLAB). Here we will be focusing on how someone with a good theoretical background in image processing and machine learning can quickly prototype algorithms using CPP and extend them to create meaningful software packages.

How to download and setup Tutorials

Open terminal and run command
git clone https://github.com/CBICA/Tutorials.git
git clone is used to create a copy or clone of Tutorials repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Tutorials https://github.com/CBICA/Tutorials/archive/master.zip

Or simply clone Tutorials with SSH
[email protected]:CBICA/Tutorials.git

If you have some problems with Tutorials

You may open issue on Tutorials support forum (system) here: https://github.com/CBICA/Tutorials/issues