Skip to content

RegHieVis: Region-based Hierarchical Visualization of Volume Data Ensembles

Notifications You must be signed in to change notification settings

hennesrave/reghievis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RegHieVis: Region-based Visualization in Hierarchically Clustered Ensemble Volumes

Setup

  1. Clone the repository
git clone https://github.com/hennesrave/reghievis.git
  1. Download Qt5 sources
  2. Download Eigen (version 3.4.0) and copy the Eigen folder to reghievis/external
  3. Build the program using CMake (Change the Qt5_DIR path to your local Qt5 installation)
cd reghievis
mkdir build
cd build
cmake .. -DQt5_DIR:STRING="C:\Qt\5.15.2\msvc2019_64\lib\cmake\Qt5"
cmake --build . --config Release
  1. If everything worked fine, the executable will be located in reghievis/build/Release/RegHieVis.exe
  2. (optional) Run windeployqt.exe to copy the required DLLs (Again, change the path to your Qt5 installation)
C:\Qt\5.15.2\msvc2019_64\bin\windeployqt.exe .\Release\RegHieVis.exe
  1. (optional) Start the program! If you have no suitable dataset, you can try passing "teardrop" or "tangle" as a command line argument
.\Release\RegHieVis.exe teardrop

Scripts

The scripts folder contains the script used for the comparison of hierarchical clustering methods.

About

RegHieVis: Region-based Hierarchical Visualization of Volume Data Ensembles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published