Skip to content

Commit e5f8140

Browse files
authored
Update README.md
1 parent 70c1859 commit e5f8140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
##### GUI written in Visual C++ by Alexandre Matov in 2001 for a fast line detection computer vision software based on combinatorial optimization
1+
##### GUI was written in Visual C++ by Alexandre Matov in 2001 for a fast line detection computer vision software based on combinatorial optimization
22

33
##### algorithms estimating piecewise linear models (A linear system is constructed with the coordinates of all contour points in the image as coefficients
44

55
##### and the line parameters as unknowns. The resulting linear system is then partitioned into a close-to-minimum number of consistent subsystems using
66

77
##### a greedy strategy based on a thermal variant of the perceptron algorithm. While the partition into consistent subsystems yields the classification of
88

9-
##### the corresponding image points into a close-to-minimum number of lines; DOI:10.1007/3-540-45129-3_37).
9+
##### the corresponding image points into a close-to-minimum number of lines DOI:10.1007/3-540-45129-3_37).

0 commit comments

Comments
 (0)