Home
last modified time | relevance | path

Searched refs:GetWorldToImageOrientation (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/PointSet/src/
H A DImageSurfaceStatistics.cc287 A = _Image->Attributes().GetWorldToImageOrientation() * A; in Execute()
305 const Matrix R = _Image->Attributes().GetWorldToImageOrientation(); in Execute()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/src/
H A DImageGradientFunction.cc165 _Orientation = _Input->Attributes().GetWorldToImageOrientation(); in Initialize()
H A DGradientImageFilter.cc289 if (_UseOrientation) R = attr.GetWorldToImageOrientation(); in Run()
H A DHessianImageFilter.cc77 Matrix R = attr.GetWorldToImageOrientation(); in Run()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/include/mirtk/
H A DImageAttributes.h243 inline Matrix GetWorldToImageOrientation() const { return GetWorldToLatticeOrientation(); } in GetWorldToImageOrientation() function
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Transformation/src/
H A DJacobianConstraint.cc895 orient.reset(new Matrix(svffd->Attributes().GetWorldToImageOrientation())); in EvaluateJacobian()
923 orient.reset(new Matrix(bffd->Attributes().GetWorldToImageOrientation())); in EvaluateJacobian()
953 …rient = ffd->Attributes().GetImageToWorldMatrix() * ffd->Attributes().GetWorldToImageOrientation(); in EvaluateJacobian()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Applications/src/
H A Dproject-onto-surface.cc485 Matrix R = labels.Attributes().GetWorldToImageOrientation(); in LabelCortex()
555 Matrix R = labels.Attributes().GetWorldToImageOrientation(); in LabelCortex()