Hough transform: Difference between revisions

Content added Content deleted
(Kotlin entry)
m (added whitespace before the TOC (table of contents), added a ;Task: (bold) header.)
Line 1: Line 1:
{{task|Image processing}}[[Category:Graphics algorithms]]
{{task|Image processing}}
[[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.
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: Line 11:


There is also a spherical Hough transform, which is more suited to identifying planes in 3D data.
There is also a spherical Hough transform, which is more suited to identifying planes in 3D data.
<br><br>


=={{header|BBC BASIC}}==
=={{header|BBC BASIC}}==