pub fn auto_detect_wave_correct_kind(
    rmats: &Vector<Mat>
) -> Result<Detail_WaveCorrectKind>
Expand description

Tries to detect the wave correction kind depending on whether a panorama spans horizontally or vertically

Parameters

  • rmats: Camera rotation matrices.

Returns

The correction kind to use for this panorama