pub fn dlt_corresponding<R: RealField + Copy>(
points: &[CorrespondingPoint<R>],
epsilon: R,
) -> Result<SMatrix<R, 3, 4>, &'static str>Expand description
Convenience wrapper around the dlt function.
This allows using the CorrespondingPoint
if you find that easier.
Requires the std feature.