You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent VXL (as vendored by ITK 6) removed the implicit conversions from
vnl_matrix_fixed / vnl_vector_fixed to vnl_matrix / vnl_vector, and changed the
type returned by member accessors. Add explicit .as_matrix()/.as_vector()
conversions in the probe-calibration algorithms, and construct vnl_svd from an
.as_matrix() view. These accessors also exist in the ITK release-5.4 VNL, so the
change is backward compatible.
0 commit comments