This repository provides a ParaView plugin for the DGtal Library, enabling the visualization and processing of digital object within the ParaView environment.
-
Build paraview (see relevant instruction in paraview website).
-
Build DGtal (see relevant instructions in DGtal repository).
-
Clone this repository:
git clone https://github.com/DGtal-team/DGtal-paraview.git cd DGtal-paraview
-
Create a build directory and configure the project with CMake:
mkdir build && cd build cmake .. -DParaView_DIR=/path/to/paraview/build
Depending on your configuration, you may also have to set CMAKE_MODULE_PATH and CMAKE_PREFIX_PATH to point to DGtal.
-
Compile and install the plugin:
make -j $(nproc) make install
- Launch ParaView.
- Load the plugin via Tools > Manage Plugins.
- New filters and tools are available under DGtal:: namespace.
This project is licensed under the GNU GPL License. See the LICENSE
file for details.