Comment on Real Time Edge Detection in HaskellComments−liuliu15yIt should be noted that the OpenCV implementation the article mentioned (I believe it refers to cvCanny) is highly optimized to integer operation - word8 (there are several approximation used to avoid computing arctan).
Comments
It should be noted that the OpenCV implementation the article mentioned (I believe it refers to cvCanny) is highly optimized to integer operation - word8 (there are several approximation used to avoid computing arctan).