NaN means in image resize in matlab? -


what code mean?? code written in matlab.

 citra=imresize(citra,[400 nan]); 

i know image (citra) resize 400. but, nan? that's mean?

read docs: http://www.mathworks.com/help/images/ref/imresize.html

either numrows or numcols may nan, in case imresize computes number of rows or columns automatically preserve image aspect ratio.


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

php - Retrieving data submitted with Yii's CActiveForm -