https://github.com/alexst07/volimg
Volumetric Image Processing class taks
https://github.com/alexst07/volimg
Last synced: about 2 months ago
JSON representation
Volumetric Image Processing class taks
- Host: GitHub
- URL: https://github.com/alexst07/volimg
- Owner: alexst07
- License: apache-2.0
- Created: 2016-08-28T17:38:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T01:16:39.000Z (over 8 years ago)
- Last Synced: 2025-02-01T23:28:19.170Z (4 months ago)
- Language: C++
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# volimg
Volumetric Image Processing class taks# BUILD
cd PROJECT_ROOT
mkdir build
cmake -DBASE_IMG_LIB=LIB_DIR ..
make