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
Good wrapper!
I noticed that detect_img() and detect_file() gives different results. It seems like adding :
rgbgr_image(im);
after ipl_to_img (line 158 : wrapper_c.c ) can solve the issue.
Good wrapper!
I noticed that detect_img() and detect_file() gives different results. It seems like adding :
rgbgr_image(im);
after ipl_to_img (line 158 : wrapper_c.c ) can solve the issue.