Hough transform: Difference between revisions

m
Line 150:
|.([: <:@(#/.~) (i.h)&,)"1&.|: rho NB. consolidate into picture
)</lang>
[[Image:JHoughTransform.png|320px200px|thumb|right|Resulting viewmat image from J implementation of Hough Transform on sample pentagon image]]'''Example use:'''
'''Example use:'''
[[Image:JHoughTransform.png|320px200px|thumb|right|Image produced by J implementation of the Hough transform when applied to the sample pentagon image.]]<lang j> require 'viewmat media/platimg'
Img=: readimg jpath '~temp/pentagon.png'
viewmat 320 240 houghTransform _1 > Img</lang>
<br style="clear:both" />
 
=={{header|MATLAB}}==
892

edits