matlab imread() read jpg error under linux -


matlab7.10.0(r2010a)

i=imread('input-small.jpg');

???error using ==> jpeg_depth jpeg parameter struct mismatch: library thinks size 632, caller expects 616

error in ==> readjpg @ 13 [depth,msg]=jpeg_depth(filename);

error in ==> imread @ 441 [x,map]=feval(fmt_s.read,filename,extraargs{:});

i got error r2010b. there's no relation picture itself.

it using system's jre. when switched jre shipped matlab worked.


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -