-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# Large-Volume-Data-Visualization | ||
Interactive Visualisation of Large-scale Medical Datasets on Low-level GPUs using Octrees, Cuda C & OpenGL | ||
|
||
### Setting up | ||
- Download cuda-toolkit from `https://developer.nvidia.com/cuda-75-downloads-archive` as Cuda-7.5 is supported. | ||
- Actual dataset file with name `VH_1760_1024_1878.raw` which was used in pre-processing is a 3.4 GB sized dataset protected under confidentiality clause. | ||
- _"pre-processing"_: This module converts this base dataset file into octree-based files structures. | ||
- _"visualisation"_: This module uses openGL and cuda rendering to perform visualisation of the entire dataset on run-time. |