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

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

python - Received unregistered task using Celery with Django -