ITK/Release 4/Refactor Numerical Libraries/Inventory/Matrix Vector Operations: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with "= Index to Point = The ImageBase class provides the methods: TransformIndexToPhysicalPoint TransformPhysicalPointToIndex These methods perform Matrix x Vector multiplica...")
(No difference)

Revision as of 23:12, 13 September 2011

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.