On behalf of the Insight Segmentation and Registration Toolkit (ITK) Community, we are happy to announce the release of ITK 4.12.1! Download ITK This is a patch release that fixes critical issues, regressions, documentation, and compiler support. Of the numerous issues addressed in this release, most notable are fixes to enable compilation of ITK on […]

ParaView 5.4.1 is now available for download. This bug fix release addresses a number of problems in 5.4.0, including: The black render window observed on some systems when FXAA was enabled or an object’s opacity was less than 1 has been fixed. Field output for cells with non-straight edges has been corrected. Derivatives for quadratic triangles […]

We previously announced that the ITK Python wrapping is now available in the Python Package Index (PyPI) [1]. Starting to develop Python scripts using ITK filters is one command line away: python -m pip install itk Python is a scripting language that allows fast development and is widely used in the scientific community. You can […]

This blog article presents an overview of the work being done in collaboration with Emory University on an ongoing NIH grant funded project for the development of informatics tools for the web-based management, visualization, and analytics of digital histopathology data. This project is being executed by a tight collaboration between the members of the Medical […]

Introduction The post presents texture quantification algorithms that provide a statistical description of the local texture of a 2D, 3D or N-D image.  The N-Dimensional texture maps are generated with a high performance algorithm and multi-threaded implementation in the Insight Toolkit (ITK). The software is packaged for Python and in a 3D Slicer extension. We […]

bone texture maps

scikit-build is an improved build system generator for CPython C extensions. It provides better support for additional compilers, build systems, cross compilation, and locating dependencies and their associated build requirements. The project started during the 2014 SciPy Conference Sprints by Jean-Christophe Fillion-Robin, Michael Sarahan, Matthew McCormick, and Anthony Scopatz out of frustration with how difficult […]

Thanks to EDF funding, new capabilities for data analysis is making its debut in ParaView and VTK based on OpenTURNS. OpenTURNS is an open source initiative for the Treatment of Uncertainties, Risks’N Statistics, and is now an optional dependency of VTK. It takes the form of an optional VTK module that can be requested to […]

VTK 8.0.0

June 27, 2017

The Visualization Toolkit (VTK) development team is happy to announce the eighth major release of VTK. For the source, data, and documentation packages, please visit VTK’s website. Take a look at the VTK wiki for a complete list of API changes in v8.0.0 over the previous version. The big news this time and the reason for the major […]

Kitware disseminates version 8.0 of the Visualization Toolkit, which prioritizes C++11 and data processing for high-performance computing. Kitware passed another turning point for the Visualization Toolkit (VTK) with the release of version 8.0. The release became the first to benefit from C++11 compliant compilers. VTK now officially supports different aspects of C++11 such as default […]

The Python Package Index (PyPI), also known as the Cheese Shop, is the official and most extensive collection of Python packages; there are currently over 110,000 packages on PyPI. The Insight Toolkit (ITK) is a comprehensive open-source toolkit for multidimensional image analysis. ITK’s Python wrapping is now readily installable from any standard CPython installation via […]

ParaView 5.4.0 is now available for download. Please see the full list of issues addressed by and features added to this release. Major highlights in this release include: New Color Legend A new color legend fixes numerous bugs in the previous version and includes additional advances: Nicer automatic labels at nice values that require fewer […]

Kitware distributes toolkit packages in multiple formats. Kitware issued links to the 4.12 release of the Insight Segmentation and Registration Toolkit (ITK) on the ITK website. Python wheel packages served as a pillar of the release. With Python bindings, developers can use all ITK functions in Python. “Accessible computational methods enable researchers to reproduce advanced […]

Ninja Python Wheels

May 24, 2017

  How do you build your C/C++ software with ninja-like speed? Use the Ninja build system! And now, like CMake, you can install Ninja from Python!  python -m pip install --upgrade pip  python -m pip install ninja CMake can generate Ninja build files whether on Windows, macOS, or Linux. The Ninja build system evaluates build […]

Chris Kotfila, Aashish Chaudhary, Petr Votava, Doruk Ozturk, Andrew Michaelis In the first blog post about GeoNotebook, we discussed the needs of GIS data scientists and our approach to solving those needs.  This post will delve deeper into the architecture behind GeoNotebook and how it differs from other online python execution engines for analyzing GIS […]

CMake Python Wheels

May 17, 2017

CMake, the cross-platform build system generator, is now easily installable in Python distributions! This makes creation of cross-platform C/C++ CPython extension modules accessible to many more developers. To install the CMake Python distribution, run:  python -m pip install --upgrade pip  python -m pip install cmake The official package manager for Python, pip, is available with […]

We recently presented at BSides Austin, which is the largest information security conference in Texas with over 450 attendees this year. As part of our new information security program, we are spinning up several open-source projects. Our presentation at BSides Austin focused on the processing of network security data from Bro IDS. Bro is a […]

On behalf of the Insight Toolkit community, we are proud to announce that ITK 4.12 release candidate 1 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, use the links: https://github.com/Kitware/ITK/archive/v4.12rc01.zip https://github.com/Kitware/ITK/archive/v4.12rc01.tar.gz   Morphological watershed segmentation of a […]

When a ParaView state file is saved, it saves the absolute paths to the data files that ParaView has loaded. This has made sharing state files annoying since the person loading the state file has to tell ParaView where to look for each data file. Since sharing state files is something many people want to […]

1 24 25 26 27 28 46