scholarly journals Rotational Registration of Spherical Surfaces Represented as QuadEdge Meshes

2010 ◽  
Author(s):  
Luis Ibanez ◽  
Michel Audette ◽  
B.t. thomas Yeo ◽  
Polina Golland

This document describes a contribution to the Insight Toolkit intended to support the process of registering two Meshes. The methods included here are restricted to Meshes with a Spherical geometry and topology, and with scalar values associated to their nodes. This paper is accompanied with the source code, input data, parameters and output data that we used for validating the algorithm described in this paper. This adheres to the fundamental principle that scientific publications must facilitate reproducibility of the reported results.

2010 ◽  
Author(s):  
Luis Ibanez ◽  
Michel Audette ◽  
B.t. thomas Yeo ◽  
Polina Goland

As demonstrated by the example videos accompanying this submission of the multiresolution implementation of Spherical Demons, the registration appears reasonable. However, we are still unable to replicate the warps from the stable and well verified implementation of this algorithm url{http://sites.google.com/site/yeoyeo02/software/sphericaldemonsrelease}.We find the average warp discrepancies between the original implementation and ITK implementation to be about 5.3 mm on a sphere of radius 100.0 mm (note that we do not expect a 100% agreement because of implementation differences, but 5.3 mm is relatively large). The submission also includes cortical surface meshes of 39 subjects and the corresponding segmentation labels of the cortical surfaces. Ultimately, the best validation would be to compare the overlap of these segmentation labels after registration. We welcome fellow ITK developers to work on this.Please note that this ITK implementation of the algorithm is currently being reviewed and tested in the NAMIC Sandbox at: url{http://svn.na-mic.org/NAMICSandBox/trunk/QuadEdgeMeshSphericalDiffeomorphicDemonsRegistration/}.If you want access to the stable and well verified implementation of this algorithm, please use the MATLAB code available at: url{http://sites.google.com/site/yeoyeo02/software/sphericaldemonsrelease}.This document describes a contribution to the Insight Toolkit intended to support the process of performing deformable registration on two Meshes. The method implemented here is restricted to Meshes with a Spherical geometry and topology, and with scalar values associated to their nodes. The code described here is an implementation of the paper “Spherical Demons: Fast Diffeomorphic Landmark-Free Surface Registration” by Yeo, Sabuncu, Vercauteren, Ayache, Fischl and Golland [3, 4].This paper is accompanied with the source code, input data, parameters and output data that we used for validating the algorithm described in this paper. This adheres to the fundamental principle that scientific publications must facilitate reproducibility of the reported results.


2012 ◽  
Author(s):  
Wen Li ◽  
Vincent Magnotta

This document describes a contribution to the Insight Toolkit intended to perform landmark-based registration on two meshes. The method implemented here is restricted to meshes with a spherical geometry and topology. Please refer Wahba’s paper for the mathematical details and Zou’s paper for the applications. This paper is accompanied with the source code, input data, parameters and output data that we used for validating the algorithm described in this paper. This adheres to the fundamental principle that scientific publications must facilitate reproducibility of the reported results.


2017 ◽  
Author(s):  
Matthew Mccormick

Strain quantifies local deformation of a solid body. In medical imaging, strain reflects how tissue deforms under load. Or, it can quantify growth or atrophy of tissue, such as the growth of a tumor. Additionally, strain from the transformation that results from image-to-image registration can be applied as an input to a biomechanical constitutive model.This document describes N-dimensional computation of strain tensor images in the Insight Toolkit (ITK), www.itk.org. Two filters are described. The first filter computes a strain tensor image from a displacement field image. The second filter computes a strain tensor image from a general spatial transform. In both cases, infinitesimal, Green-Lagrangian, or Eulerian-Almansi strain can be generated.This paper is accompanied with the source code, input data, parameters and output data that the authors used for validating the algorithm described in this paper. This adheres to the fundamental principle that scientific publications must facilitate reproducibility of the reported results.


2010 ◽  
Author(s):  
Luis Ibanez ◽  
B.t. thomas Yeo ◽  
Polina Golland

This document describes a contribution to the Insight Toolkit intended to smooth the values of Field data associated with the nodes of a Spherical Mesh. The Mesh Smoothing filters contributed here do not modify the geometry or the topology of the Mesh. They act only upon the pixel data values associated with the nodes. Two filters are presented, one that smooths scalar field data, and a second one that smooths vector field data. This paper is accompanied with the source code, input data, parameters and output data that we used for validating the algorithm described in this paper. This adheres to the fundamental principle that scientific publications must facilitate reproducibility of the reported results.


2014 ◽  
Author(s):  
Luis Ibanez

This document describes the implementation of an ITK class to support the reading and writing of Meshes in STL file format. The Meshes are assumed to contain 2D manifolds embedded in a 3D space. In practice, it would be desirable to use this class mostly to read and write QuadEdgeMeshes.This paper is accompanied with the source code, input data, parameters and output data that the authors used for validating the algorithm described in this paper. This adheres to the fundamental principle that scientific publications must facilitate reproducibility of the reported results.


2019 ◽  
Author(s):  
Bhavya Ajani ◽  
Sikander Sharda

In this paper, we describe a set of filters, implemented in the Insight Toolkit www.itk.org, for converting an image from Cartesian co-ordinate space to Polar co-ordinate space and vice-versa. Cartesian to Polar conversion of an image is a useful operation in preprocessing stage of certain image-processing algorithm where feature of interest has simplified representation in the polar space. This paper is accompanied with the source code, input data, parameters and output data that the authors used for validating the algorithm described in this paper. This adheres to the fundamental principle that scientific publications must facilitate reproducibility of the reported results.


2010 ◽  
Author(s):  
Wen Li ◽  
Vincent Magnotta

This documents describes the filter itk::HistogramMatchingQuadEdgeMeshFilter. It takes an input (source) mesh and a reference mesh, normalizes the scalar values between two meshes by histogram matching, and generates an output mesh which has a similar histogram as the input mesh. This paper is accompanied with the source code, input data, parameters and output data that we used for validating the algorithm described in this paper. This adheres to the fundamental principle that scientific publications must facilitate reproducibility of the reported results.


2009 ◽  
Author(s):  
Luis Ibanez ◽  
Matt Turek ◽  
Stephen Aylward ◽  
Michel Audette

This document describes a simple helper class intended for making easy to initialize the grid parameters of a BSplineDeformableTranform. This paper is accompanied with the source code, input data, parameters and output data that we used for validating the algorithm described in this paper. This adheres to the fundamental principle that scientific publications must facilitate reproducibility of the reported results.


2010 ◽  
Author(s):  
Wei Lu ◽  
Hans Johnson

In this document we present an ITK image filter that outputs a new image with identical voxel contents but with modified physical space representation. The physical space representation of an image is modified to reflect the physical space transform on the input image. The advantage of this filter is that it is free from interpolation error. This paper is accompanied with the source code, input data, parameters and output data that the au- thors used for validating the algorithm described in this paper. This adheres to the fundamental principle that scientific publications must facilitate reproducibility of the reported results.


2010 ◽  
Author(s):  
Wen Li ◽  
Vincent Magnotta

This documents is about the filter itkQuadEdgeMeshSimilarityCalculator. It takes inputs of two meshes and gives the similarity of the labels on them in two types of similarity measurements – Dice Similarity and Jaccard Similarity. This paper is accompanied with the source code, input data, parameters and output data that we used for validating the algorithm described in this paper. This adheres to the fundamental principle that scientific publications must facilitate reproducibility of the reported results.


Sign in / Sign up

Export Citation Format

Share Document