ITK/Release 4/Refactor Numerical Libraries/Inventory/Matrix Vector Operations

From KitwarePublic
< ITK‎ | Release 4‎ | Refactor Numerical Libraries‎ | Inventory
Revision as of 23:12, 13 September 2011 by Ibanez (talk | contribs) (Created page with "= Index to Point = The ImageBase class provides the methods: TransformIndexToPhysicalPoint TransformPhysicalPointToIndex These methods perform Matrix x Vector multiplica...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Index to Point

The ImageBase class provides the methods:

  TransformIndexToPhysicalPoint
  TransformPhysicalPointToIndex

These methods perform Matrix x Vector multiplications.

The method

  TransformIndexToPhysicalPoint

Is called millions of times during the execution of Image Registration processes.