CannyEdgeDetector
CannyEdgeDetector copied to clipboard
Run error!
Hello, Firstly, thanks your public code. But, When I run your code, the program is stop when it run to function
EdgeDetection.
value_gx += Gx[l * 3 + k] * GetPixelValue((x + 1) + (1 - k), (y + 1) + (1 - l));
I cannot reproduce that. Please share compiler error or backtrace that accompanies this error. Can you tell me your compiler version, and maybe share specific input file that gives you this problem? Thanks.
Right now, on GCC 9.2.0 I ran only into constexpr error which is C++11 compatibility issue. I will post fix for that soon, hopefully.
stackoverflow,how to do