testTransformIrisToAbsolute function

  1. @visibleForTesting
List<List<double>> testTransformIrisToAbsolute(
  1. List<List<double>> lmNorm,
  2. AlignedRoi roi,
  3. bool isRight
)

Test-only: exposes the private iris-to-absolute transform for unit tests.

Implementation

@visibleForTesting
List<List<double>> testTransformIrisToAbsolute(
  List<List<double>> lmNorm,
  AlignedRoi roi,
  bool isRight,
) => _transformIrisToAbsolute(lmNorm, roi, isRight);