mirror of https://github.com/opencv/opencv.git
Make LineSegmentDetector deterministic by using stable_sort for ordering keypoints prior to region growing
This makes LineSegmentDetector deterministic by using stable_sort for ordering points by norm. Without this change the region growing in LSD is non-determinstic and thus the returned lines are changing between invocations. This is a replacement for https://github.com/opencv/opencv/pull/23370pull/23388/head
parent
a924bbfc30
commit
6033599c88
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue