[][src]Function dlt::dlt_corresponding

pub fn dlt_corresponding(
    points: &[CorrespondingPoint],
    epsilon: f64
) -> Result<MatrixMN<f64, U3, U4>, &'static str>

Convenience wrapper around the dlt function.

This allows using the CorrespondingPoint if you find that easier.