Jump to content

Hough transform: Difference between revisions

m (→‎{{header|Perl 6}}: added .race for concurrency)
Line 479:
<pre>java HoughTransform pentagon.png JavaHoughTransform.png 640 480 100</pre>
<br style="clear:both" />
 
 
=={{header|Julia}}==
<lang julia>using ImageFeatures
 
img = fill(false,5,5); img[3,:] .= true; img
 
println(hough_transform_standard(img))
<lang> {{output}} <pre>
Tuple{Float64,Float64}[(3.0, 1.5708)]
</pre>
 
=={{header|Kotlin}}==
4,105

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.