Skip to content
John Bogovic edited this page Jan 16, 2020 · 6 revisions

This page describes how landmark points are rendered as "spots" in the BigWarp windows.

Transform

The BigWarp currentTransform is an InvertibleRealTransform whose forward direction maps points from target to moving space*, and whose inverse direction maps points from moving to target space.

*This is because transforming moving images to target space requires transforming points from target to moving space

Landmarks

Moving and target landmarks are stored in the LandmarkTableModel.

Landmarks are in the physical (not pixel) space of the moving and physical images, and there are three distinct spaces in which points can live:

  1. Moving image space
  2. Transformed moving image space
  3. Target (fixed) image space

Landmarks in moving image space are stored in movingPts, landmarks in transformed moving image space in warpedPoints, and landmarks in target image space in targetPoints.

Clone this wiki locally