Hough transform: Difference between revisions

Content added Content deleted
(Scala entry)
m (changed the spelling of the ;Task: (bold) header.)
Line 2: Line 2:
[[Category:Graphics algorithms]]
[[Category:Graphics algorithms]]


;atask:
;Task:
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.