Hough transform: Difference between revisions

m
added whitespace before the TOC (table of contents), added a ;Task: (bold) header.
(Kotlin entry)
m (added whitespace before the TOC (table of contents), added a ;Task: (bold) header.)
Line 1:
{{task|Image processing}}[[Category:Graphics algorithms]]
[[Category:Graphics algorithms]]
 
;atask:
Implement the [[wp:Hough transform|Hough transform]], which is used as part of feature extraction with digital images. It is a tool that makes it far easier to identify straight lines in the source image, whatever their orientation.
 
Line 8 ⟶ 11:
 
There is also a spherical Hough transform, which is more suited to identifying planes in 3D data.
<br><br>
 
=={{header|BBC BASIC}}==