VTK 6.3.0
September 10, 2015
The VTK development team is pleased to introduce VTK 6.3.0. VTK 6.3 marks a transition point for VTK, after which development will begin to move to the new capabilities expected in 7 (notably faster rendering and wider adoption of fine-grained parallel filtering) in earnest. As such, the 6.3 release is somewhat a refinement of version […]
VTK 6.3.0 Release Candidate 2 is Ready
August 12, 2015
The VTK development team is happy to announce that VTK 6.3 is continuing along the release candidate stage! Compared to rc1, this release candidate contains various bug and crash fixes. You can find the source, data, and vtkpython binary packages here: http://www.vtk.org/VTK/resources/software.html#releasecandidate Please try this version of VTK, and report any issues to the mailing […]
Tomviz 0.6.0 Released: Tomography for Materials Science
August 3, 2015
We are very pleased to announce the release of tomviz 0.6.0 (article on Opensource.com with some background), just in time for the Microscopy and Microanalysis conference held in Portland, Oregon this year. This release features some significant enhancements including making use of the new OpenGL 2 rendering backend from VTK, improvements to our state file, […]
Kitware Welcomes New Team Members
July 29, 2015
According to Peter Block in Community: The Structure of Belonging, “Possiblity creates something new.” At Kitware, we collaborate with our customers and technical communities to pursue novel ideas that challenge the status quo. As a result, we are driving innovation through open-source software and state-of-the-art technology. Over the past four months, we have witnessed significant […]
3D Slicer featured in "All Things 3D" podcast
July 29, 2015
Kitware is the lead developer of 3D Slicer, an open-source application for medical image visualization, segmentation, and registration. Built using the Insight Segmentation and Registration Toolkit (ITK), the Visualization Toolkit (VTK) and CMake, in collaboration with the National Alliance for Medical Image Computing and Isomics, 3D Slicer has become a foundation for cutting-edge research and […]
The Insight Toolkit Kitware is one of the lead developers of the Insight Toolkit (ITK) for medical image segmentation and registration. ITK provides state-of-the art methods and is used in cutting-edge research and commercial products. It is a high-quality and accessible software system through its open-source license and test-driven development methods. As a vehicle for […]
Recent Releases
July 27, 2015
ITK 4.8 Released On behalf of the Insight Toolkit community, we are pleased to announce the release of ITK 4.8.0. This release features a Python-wrapping infrastructure based on CastXML, which works with the latest Microsoft Visual C++ (MSVC), Clang, and GNU Compiler Collection (GCC) compilers. The release also brings new remote modules such as BridgeNumPy, […]
Anatomy of a ParaView Catalyst Python Script
July 27, 2015
Introduction ParaView Catalyst has yielded some amazing results. Such results include iso-surfacing and generating images with 256K Message Passing Interface (MPI) ranks on Mira at Argonne National Laboratory, as well as computing particle paths and outputting iso-surfaced extracts at 42K cores using Adaptable Input/Output System (ADIOS). The wide variety of outputs that have been obtained […]
The implementation of numerical simulations has led to several benefits for the scientific community, including cost and time savings, improved product performance, and new product design and manufacturing. With high-performance computing (HPC), the potential benefits are significantly greater [1]. For years, the Visualization Toolkit (VTK) and ParaView development teams have been dedicated to providing state-of-the-art […]
Kitware News
July 27, 2015
Kitware Participates in DARPA Memex Kitware is developing software extensions that aim to address complex search problems common in fields such as security and defense as part of the Defense Advanced Research Projects Agency (DARPA) Memex program. A key use case of the technology is the ability of law enforcement to discover and address human […]
VTK 6.3 Enters Release Candidate Stage
July 25, 2015
The VTK development team is pleased to announce that VTK 6.3 has entered the release candidate stage! The official release notes will be made available when the final release occurs in the next few weeks. In the meantime, here is a preview: VTK 6.3 offers new features such as a multithreaded Gaussian splatter class and vtkPlotArea for rendering area (or range) […]
Insight into Images with the Insight Toolkit
July 16, 2015
ITK witnessed a major milestone with the release of version 4.8.0. Now, ITK is more accessible to non-C++ programmers and more available on mobile, high-performance computing (HPC), and web-browser platforms. This major milestone was made possible through ITK’s large and active development community. As a memento to those who contributed to the success of ITK […]
MAP-Tk 0.6.0 Release
July 14, 2015
MapTK 0.6.0 is a major release that offers advanced functionality, new algorithms, and a preview of features that will be introduced in the 1.0.0 release, including C and Python bindings. The 0.6 release also features a switch to Eigen, which provides a core linear algebra data structure and additional algorithms (e.g., matrix and vector). Another highlight […]
New Python wrapping and cross-compilation features enhance support for ITK’s active community. On behalf of the Insight Segmentation and Registration Toolkit (ITK) community, Kitware is pleased to announce the release of ITK 4.8.0. This is a major release that offers substantial benefits to the medical computing community by making the toolkit more accessible to non-C++ […]
Use viscm to design color maps for ParaView 4.4
July 10, 2015
Update: Viridis and three other color maps with similar design parameters are now included in ParaView 5.0! This week at SciPy2015 I attended the talk by Stéfan van der Walt and Nathaniel Smith on designing a better default color map for Python (you can view a recording of the talk here). matplotlib’s current default color map, shown […]
ITK 4.8.0 has been released!
July 7, 2015
On behalf of the Insight Toolkit community, we are proud to announce that ITK 4.8.0 has been released! Get it Now! The 4.8 release offers substantial benefits to the medical and scientific imaging community by making the toolkit more accessible to non-C++ programmers and by providing greater availability on mobile, high-performance computing (HPC), and […]
ITK 4.8.0 Release Candidate 3 is ready for testing!
June 29, 2015
On behalf of the Insight Toolkit community, we are proud to announce that ITK 4.8.0 release candidate 3 has been tagged and is available for testing! Please take this opportunity to test the new features in the release candidate. To obtain the source code, git clone http://itk.org/ITK.git cd ITK git checkout -q […]
With simple zero-dimensional data, basic statistics of a population can be displayed with a boxplot. A boxplot shows the median, interquartile range, and outliers in a population described using single scalar values. For example, you can plot the distribution of ages for a random sampling of 40 individuals. The boxplot shown below enables you to identify the median age, […]