[scilab-Users] SIVP beginner question

Sylvestre Ledru sylvestre.ledru at scilab.org
Thu May 20 15:09:29 CEST 2010


Le jeudi 20 mai 2010 à 13:23 +0200, Mathieu Dubois a écrit :
> Hello,
> 
> I am a new OpenCV user and I have see that the SIVP toolbox use it. So I 
> decided to give it a try.
> 
> When I type:
> t=imread('White_Image.png')
> I get error 999 with the following error message: "imread: Can not open 
> file +."
Are you sure that the file is available in the current path ? 
What is the result of ?
im = imread(SCI + '/contrib/sivp/images/lena.png');

> I have tried with various extension (jpg, png, ras, etc...) with no effect.
> 
> Any idea?
> 
> I use Ubuntu 10.04 (64 bits), OpenCV 2.0 (distribution packaged), scilab 
> 5.2.1 (distribution packaged) and SIVP 0.5.0 (distribution packaged).
> 
> By the way is there any plan to include this toolbox (or a similar one) 
> in scilab official distribution? I think that scilab needs a toolbox 
> that works out-of-the-box.
The main plan regarding SIVP is make it available correctly under ATOMS.
For now, there are some flaws in the current packaging...

Sylvestre





More information about the users mailing list