Hough transform: Difference between revisions

m
changed the spelling of the ;Task: (bold) header.
(Scala entry)
m (changed the spelling of the ;Task: (bold) header.)
Line 2:
[[Category:Graphics algorithms]]
 
;ataskTask:
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.