OpenHeartDevelopers / CemrgApp

An Interactive Medical Imaging Platform with Image Processing and Computer Vision Toolkits for Cardiovascular Research.
http://www.cemrgapp.com
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Code Review To Identify Dead Code and Document Used Code #48

Open ericspod opened 3 years ago

ericspod commented 3 years ago

Job is to go through module and other components, identify what code is not being used and mark for deletion, and add Doxygen comments for those components that are used.

Also cleanup code such as the command line code as much as feasible.