what is the maximum readable size of image in opencv

asked 2013-09-20 03:26:48 -0600

PUPPY gravatar image

while using opencv for image processing ,what is the maximum allowable size of image?

edit retag flag offensive close merge delete

Comments

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)

Moster gravatar imageMoster ( 2013-09-20 05:51:53 -0600 )edit