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
Images with white (0xff,0xff,0xff) color results segfault because condition in loop while (MCQuantization.c:81) is less OR EQUAL 0xff.
Solution : Change to <= to <