Proposals:Integration with R Language

From KitwarePublic
Revision as of 22:21, 9 August 2009 by Ibanez (talk | contribs) (New page: __TOC__ = Background = This page hosts discussions on how to integrate functionalities of ITK with '''R''' language (http://www.r-project.org/) = Suggested Implementation = == Data Bri...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Background

This page hosts discussions on how to integrate functionalities of ITK with R language (http://www.r-project.org/)

Suggested Implementation

Data Bridge

Making some ITK data structures visible from R by converting or adapting them to R vectors. And conversely, adapting R vectors into ITK data structures.

The candidate ITK classes are

  • FixedArray (and derived classes)
    • Point
    • Vector
    • Index
    • Offset
    • CovariantVector
  • VariableLenghtVector
  • Containers
    • VectorContainer
    • MapContainer
  • Image
    • PixelContainer
  • STL Containers
    • std::list
    • std::queue
    • std::map
    • std::set