Ask Your Question

cohadruid's profile - activity

2020-06-09 04:10:03 -0600 received badge  Enthusiast
2020-06-06 06:25:12 -0600 commented question Replicating OpenCV's Canny Edge Detection

Hi, the code is here

2020-06-01 08:22:24 -0600 received badge  Student (source)
2020-06-01 05:32:03 -0600 asked a question Replicating OpenCV's Canny Edge Detection

Replicating OpenCV's Canny Edge Detection Hi, I'm currently working on replicating the Canny edge detector in OpenCV. I

2020-06-01 03:30:41 -0600 commented answer How does the Sobel operator handle gradients over 255?

Sorry for not replying before. I tried this but the problem actually wasn't in handling the magnitude, but handling Gx a

2020-05-09 06:35:21 -0600 asked a question How does the Sobel operator handle gradients over 255?

How does the Sobel operator handle gradients over 255? Hi, I'm currently trying to implement my own Sobel operator and