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...")
 
Line 13: Line 13:


Is called millions of times during the execution of Image Registration processes.
Is called millions of times during the execution of Image Registration processes.
The actual multiplication is done in the file
  ITK/Core/Common/include/itkImageBase.h
in lines:

Revision as of 23:19, 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.

The actual multiplication is done in the file

 ITK/Core/Common/include/itkImageBase.h

in lines: