Skip to content.
CCB > CCBSIGS > ShapeToolLibraryProgram > RegularDiscreteDataTools

Regular Discrete Data Tools

This package contains a Java library and several command-line tools that can be used to store and manipulate floating point data that is defined at regularly spaced points. In general the library models regularly-spaced discrete representations of real vector-valued functions of arbitrary input and output dimension. In practice, this can be used to represent images, warps, surfaces, etc. of arbitrary dimension. There are routines that perform file input and output, conversion between other data structures, and vector math operations using the regular discrete data objects. This is designed for researchers developing algorithms that require a similar data structure.


Library


Applications

  • CreateDeformationGrid2D
    • This application creates an OFF that encodes the deformation grid for two-dimensional warp data.
    • User Guide

  • ResampleData2D
    • This application resamples data according to a two-dimensional warp encoded a regular discrete data object.
    • User Guide

  • TranslateImage2D
    • This application translates between RGB planar image formats, including two dimensional regular discrete data, LONI RGB UIF, and JAI-compatible images.
    • User Guide

  • DiscreteDataReporter
    • This application prints information about a regular discrete data object encoded to disk.
    • User Guide