You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In EdgeDetection.cpp, if (--x == 0) break; exits without reading pixel[0]. Edge detection reports wrong boundary at column 0.
Found by AI test review fleet
Bug
In EdgeDetection.cpp,
if (--x == 0) break;exits without reading pixel[0]. Edge detection reports wrong boundary at column 0.Found by AI test review fleet