Scroll to navigation

volume_reconstruction(1) The Computational Morphometry Toolkit volume_reconstruction(1)

NAME

volume_reconstruction - Volume reconstruction

SYNOPSIS

volume_reconstruction [options] refImage xform0 inImage0 [xform1 inImage1 ...]

DESCRIPTION

Iterative volume reconstruction from co-registered images using inverse interpolation or joint deblurring

OPTIONS

Global Toolkit Options (these are shared by all CMTK tools)

Write list of basic command line options to standard output.
Write complete list of basic and advanced command line options to standard output.
Write list of command line options to standard output in MediaWiki markup.
Write man page source in 'nroff' markup to standard output.
Write toolkit version to standard output.
Write the current command line to standard output.
Set verbosity level.
Increment verbosity level by 1 (deprecated; supported for backward compatibility).
Set maximum number of parallel threads (for POSIX threads and OpenMP).

Input Options

Exclude first image from reconstruction as a separate registration target image)
Crop reference to pixel region x0,y0,z1:x1,y1,z1
Set contribution weight for a pass in the form 'pass:weight'

Reconstruction Grid

Define reconstruction grid as Nx,Ny,Nz:dX,dY,dZ[:Ox,Oy,Oz] (dims:pixel:offset)
Give path to grid that defines reconstructed image grid [including offset] [Default: NONE]

Initial Volume Injection Parameters

Use isotropic volume injection [otherwise: scaled with pass image pixel size per dimension]
Standard deviation of Gaussian kernel for volume injection in multiples of pixel size in each direction. [Default: 1]
Truncation radius factor of injection kernel. The kernel is truncated at sigma*radius, where sigma is the kernel standard deviation. [Default: 2]

Volume Reconstruction Options

Kernel for the inverse interpolation reconstruction Supported values: "cubic", "linear", "hamming-sinc", "cosine-sinc", where the default is "cubic", or use one of the following:
Tricubic interpolation [This is the default]
Trilinear interpolation (faster but less accurate)
Hamming-windowed sinc interpolation
Cosine-windowed sinc interpolation (most accurate but slowest)
Kernel shape to approximate the point spread function for joint deblurring reconstruction (selecting one of these disables inverse interpolation reconstruction) Supported values: "box", "gaussian", or use one of the following:
Box-shaped kernel
Gaussian kernel
Explicitly set point spread function size as x,y,z. Use with 'deblurring' kernel reconstrunction.
Scale point spread function size by this value. Use with 'deblurring' kernel reconstrunction. [Default: 1]

Optimization Parameters

Maximum number of inverse interpolation iterations [Default: 20]
Use fourth-order (rather than second-order) error for optimization.

Regularization Parameters

Set constraint weight for Tikhonov-type L-Norm regularization (0 disables constraint) [Default: 0]
Turn off non-linear regional intensity truncation

Output Options

Output path for final reconstructed image [Default: reconstructed.nii ]
Write initial volume-injected image to this path [Default: NONE]
Optional path to write reconstructed image with lowest MAXIMUM error. [Default: NONE]
Write output images as floating point

AUTHORS

Torsten Rohlfing, with contributions from Michael P. Hasak, Greg Jefferis, Calvin R. Maurer, Daniel B. Russakoff, and Yaroslav Halchenko

LICENSE

http://www.fsf.org/licensing/licenses/gpl.html

BUGS

Report bugs at http://nitrc.org/projects/cmtk/

ACKNOWLEDGMENTS

CMTK is developed with support from the NIAAA under Grant AA021697, National Consortium on Alcohol and Neurodevelopment in Adolescence (N-CANDA): Data Integration Component. From April 2009 through September 2011, CMTK development and maintenance was supported by the NIBIB under Grant EB008381.

Mar 20 2024 CMTK 3.3.1p2