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
when i read a image(18550x26550x3) with error : can't read data: unknown exception
i found it over pixel limit 2^30,i set environment var OPENCV_IO_MAX_IMAGE_PIXELS to 2000000000,but not work