Proposals:Integration with R Language: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(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...)
 
Line 11: Line 11:
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.
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
=== The candidate ITK classes are ===


* FixedArray (and derived classes)
* FixedArray (and derived classes)

Revision as of 22:22, 9 August 2009

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