starting LinesFactoryTest

This commit is contained in:
frankknoll
2023-11-17 10:10:18 +01:00
parent 2b81552d7a
commit 1941337066
3 changed files with 60 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
import numpy as np
from skspatial.objects import Line
# implementation of "Robust Multiple Structures Estimation with J-linkage" adapted from https://github.com/fkluger/vp-linkage
class MultiLineFitter: