CannyEdgeDetector icon indicating copy to clipboard operation
CannyEdgeDetector copied to clipboard

Run error!

Open zhoujinhai opened this issue 6 years ago • 2 comments

  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));

zhoujinhai avatar Jul 29 '19 06:07 zhoujinhai

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.

resset avatar Oct 04 '19 22:10 resset

stackoverflow,how to do

zzulidamao avatar Oct 28 '21 06:10 zzulidamao