what is the maximum readable size of image in opencv

asked 2014-04-21 06:00:47 -0600

ammar_7777 gravatar image

updated 2014-04-21 06:25:26 -0600

berak gravatar image

in my application i need to read image from camera but in HD resolution or in (1280*720). i don't know what the maximum readable size of image in opencv.

edit retag flag offensive close merge delete

Comments

3

no fear, the image size is limited only by the fact, that the rows and cols members are signed ints

berak gravatar imageberak ( 2014-04-21 06:26:42 -0600 )edit