help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Image 2.2.1 package


From: ijourneaux
Subject: Image 2.2.1 package
Date: Wed, 16 Apr 2014 12:11:35 -0700 (PDT)

Is it possible that the routine isimage is missing from the image 2.2.1
package?

Imresize tests that the incoming array is an image using the logic

 elseif (! isimage (im) || (! isrgb (im) && ! isgray (im)))
 
isrgb and is gray are defined but I can not find isimage.

test imresize also produces an error
...
 out = [ 47  249   75   24   44
        221  230  153  115  118
        158   77  168  229  225
        47   135  207   43   73];
 assert (imresize (uint8 (in), 0.5, "nearest"), uint8 (out))
!!!!! test failed
'isimage' undefined near line 65 column 13





--
View this message in context: 
http://octave.1599824.n4.nabble.com/Image-2-2-1-package-tp4663633.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]