what is the maximum readable size of image in opencv
while using opencv for image processing ,what is the maximum allowable size of image?
Asked: 2013-09-20 03:26:48 -0600
Seen: 1,446 times
Last updated: Sep 20 '13
Im not exactly sure, but the limit should be your available RAM or at least the maximum the program can allocate (limits in the programming language). c++ usually has no limits (regarding the heap)