pub fn track_points_forward_backward<T: PixelComponent>(
previous: ImageView<'_, T, 1>,
next: ImageView<'_, T, 1>,
points: &[Vec2<f64>],
options: RobustTrackOptions,
) -> VisionResult<RobustTracks>Expand description
Tracks points in both directions and rejects inconsistent round trips.