6 lines
100 B
Text
6 lines
100 B
Text
using ImageFeatures
|
|
|
|
img = fill(false,5,5)
|
|
img[3,:] .= true
|
|
|
|
println(hough_transform_standard(img))
|