Hough transform: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
Added Wren
Thundergnat (talk | contribs)
m →‎{{header|Raku}}: Work around concurrency problems in recent Raku
Line 883:
my $y = floor $pixel / $xsize;
 
(0..^$width).race.map: -> $k {
my $th = $dth*$k;
my $r = ($x*cos($th) + $y*sin($th));