Integrating ITK and VTK: Give Us Your Feedback!
September 1, 2020
Please complete our online survey!

ITK 5.1.1 available for download
August 31, 2020
We are happy to announce the Insight Toolkit (ITK) 5.1.1! ITK is an open-source, cross-platform toolkit for N-dimensional scientific image processing, segmentation, and registration. Python Packages Install ITK Python packages with: or: Library Sources InsightToolkit-5.1.1.tar.gz InsightToolkit-5.1.1.zip Testing Data Unpack optional testing data in the same directory where the Library Source is unpacked. InsightData-5.1.1.tar.gz InsightData-5.1.1.zip Checksums […]

CMake 3.18.2 available for download
August 20, 2020
We are pleased to announce that CMake 3.18.2 is now available for download. Please use the latest release from our download page:https://cmake.org/download/ Thanks for your support! ---------------------------------------------------------------------------- Changes made since CMake 3.18.1: Alexandru Croitor (2): AutoGen: Fix over-specified direct dependencies of custom command AutoGen: Add test to check for correct AutoMoc dependencies Axel Huebl (1): […]

ParaView 5.8.1 Release Notes
August 5, 2020
ParaView 5.8.1 is a bug fix release that addresses 60 issues identified since the ParaView 5.8.0 release. The full list of resolved bugs with links to the bug reports is provided below. Readers and filters AMR Dual Clip and Contour Accept invalid input datasets Parallel Resample to Image pipeline doesn’t propagate all data Clip filter: […]

Pulse Python Support
July 22, 2020
On behalf of the Pulse Physiology Community, we are pleased to announce that Pulse now supports the Python programming language. Python developers can now create and control Pulse engines from any Python application. Binder Notebooks We have created a Binder based Jupyter notebook that creates a remote development environment in your browser to experiment with […]

Previous versions of ParaView supported volume rendering with independent mapping of colors and opacities to different components of a single input data array. However, it was available only for very specific dataset array formats, and it was not straightforward to create those arrays if they did not already exist. Coming in ParaView 5.9, ParaView’s user […]

CMake 3.18.0 available for download
July 15, 2020
I am happy to announce that CMake 3.18.0 is now available for download at: https://cmake.org/download/ Documentation is available at:https://cmake.org/cmake/help/v3.18 Release notes appear below and are also published athttps://cmake.org/cmake/help/v3.18/release/3.18.html Some of the more significant changes in CMake 3.18 are: The “CUDA” language can now be compiled using Clang on non-Windows platforms. Separable compilation is not yet […]

CMake 3.18.0-rc4 is ready for testing
July 10, 2020
I am proud to announce the fourth CMake 3.18 release candidate.https://cmake.org/download/ Documentation is available at:https://cmake.org/cmake/help/v3.18 Release notes appear below and are also published athttps://cmake.org/cmake/help/v3.18/release/3.18.html Some of the more significant changes in CMake 3.18 are: The “CUDA” language can now be compiled using Clang on non-Windows platforms. Separable compilation is not yet supported on any platform.This […]

Introduction We have added a new module to the Insight Toolkit (ITK) to perform Structure Preserving Color Normalization on an H & E image using a reference image. The software is available in C++ and is also packaged for Python. H & E (hematoxylin and eosin) are stains used to color parts of cells in […]

CMake 3.18.0-rc3 is ready for testing
July 1, 2020
I am proud to announce the third CMake 3.18 release candidate.https://cmake.org/download/ Documentation is available at:https://cmake.org/cmake/help/v3.18 Release notes appear below and are also published athttps://cmake.org/cmake/help/v3.18/release/3.18.html Some of the more significant changes in CMake 3.18 are: The “CUDA” language can now be compiled using Clang on non-Windows platforms. Separable compilation is not yet supported on any platform.This […]

Controlling ParaView from Jupyter Notebook
June 30, 2020
We are happy to announce the release of a ParaView kernel for Jupyter notebooks [1] [2]! Basically, creating a ParaView Notebook launches the ParaView GUI in background. Then, the whole API of ParaView is available from the Notebook. At this point, it is very similar to the standard Python shell. Below is a demonstration video. […]

Pulse 3.0 Released
June 29, 2020
On behalf of the Pulse Physiology Community, we are pleased to announce that version 3.0 is now available. We have continued to assist companies and universities to integrate Pulse into their projects and product goals. We have worked with these users to improve models and functionality to advance the physiology engine for their needs. The […]

Tomviz 1.9 Released
June 24, 2020
We are pleased to announce the release of Tomviz 1.9 (GitHub release page). This release features improvements for the materials tomography community with support for using TomoPy in an external (to Tomviz) pipeline, such as your system Python or Conda that enables you to install additional modules. A Python addressable pipeline offers editing, running, and […]

CMake 3.18.0-rc2 is ready for testing
June 17, 2020
I am proud to announce the second CMake 3.18 release candidate.https://cmake.org/download/ Documentation is available at:https://cmake.org/cmake/help/v3.18 Release notes appear below and are also published athttps://cmake.org/cmake/help/v3.18/release/3.18.html Some of the more significant changes in CMake 3.18 are: The “CUDA” language can now be compiled using Clang on non-Windows platforms. Separable compilation is not yet supported on any platform.This […]

ITK 5.1.0 available for download
June 10, 2020
We are happy to announce the Insight Toolkit (ITK) 5.1.0 release! ITK is an open-source, cross-platform toolkit for N-dimensional scientific image processing, segmentation, and registration. ITK 5.1.0 is a feature release that improves and extends the major ITK 5.0 release. ITK 5.1.0 includes a NumPy and Xarray filter interface, clang-format enforced coding style, enhanced modern […]

CMake 3.18.0-rc1 is ready for testing
June 9, 2020
I am proud to announce the first CMake 3.18 release candidate.https://cmake.org/download/ Documentation is available at:https://cmake.org/cmake/help/v3.18 Release notes appear below and are also published athttps://cmake.org/cmake/help/v3.18/release/3.18.html Some of the more significant changes in CMake 3.18 are: The “CUDA” language can now be compiled using Clang.This is experimental and still under development. “cmake(1)” gained support for profiling of […]

LidarView temporal camera animations
June 4, 2020
In this post, we will see how to use tools included in LidarView to programmatically generate visualizations of a temporal dataset (a dataset evolving with time, such as a Lidar recording) with a moving camera using ParaView animations and screenshots. Animations in LidarView We can distinguish 2 types of animations in LidarView: In this tutorial, […]

CMake 3.17.3 available for download
May 28, 2020
We are pleased to announce that CMake 3.17.3 is now available for download. Please use the latest release from our download page: https://cmake.org/download/ Thanks for your support! ---------------------------------------------------------------------------- Changes made since CMake 3.17.2: Andreas Schönle (1): PCH: Fix REUSE_FROM in multi-config generators Ben Boeckel (1): ExternalProject: expose _ep_cache_args_script to the caller Boris Basic (1): FindBoost: […]
