Hough transform: Difference between revisions

→‎{{header|C}}: marked terrible code incorrect
(→‎{{header|C}}: marked terrible code incorrect)
Line 10:
 
=={{header|C}}==
{{incorrect|C|1. Code needs to do something to the parabolic shapes at the bottom of the output image, which are the edges of input image. 2. Processing input by rho/theta is wrong approach, should scan x/y of input image instead. 3. C code this slow is a shame.}}
{{trans|Tcl}}
 
Anonymous user