【问题标题】:Why won't Scilab open an image file?为什么 Scilab 不打开图像文件?
【发布时间】:2021-06-16 20:07:20
【问题描述】:

我正在尝试在 Scilab 下处理图像文件,但我一开始就卡住了,无法加载图像文件。

我已经搜索了帮助系统以及网络,尝试了两个版本的 Scilab(因为我发现的一些答案说 6.0 与某些图像功能不兼容)并且仍然是空白。无论我尝试什么,imread 功能根本不存在。

这是我得到的:

在 Scilab 6.0.2 下:

--> clear

--> atomsSystemUpdate()
Scanning repository http://atoms.scilab.org/6.0 ... Done


--> atomsInstall("SIVP")
atomsInstallList: The package "SIVP" is not registered.
Please check on the ATOMS repository that it is available for Scilab 6.0 on Windows.
If it is, run atomsSystemUpdate() before trying atomsInstall(..) again.

at line    52 of function atomsError       ( C:\Program Files\scilab-6.0.2\modules\atoms\macros\atoms_internals\atomsError.sci line 66 )
at line    78 of function atomsInstallList ( C:\Program Files\scilab-6.0.2\modules\atoms\macros\atoms_internals\atomsInstallList.sci line 117 )
at line   233 of function atomsInstall     ( C:\Program Files\scilab-6.0.2\modules\atoms\macros\atomsInstall.sci line 249 )


--> atomsInstall("IPCV")
 ans  =

    []


--> disp( atomsGetInstalled() );

!IPCV  4.1.2  user  SCIHOME\atoms\x64\IPCV\4.1.2  I  !


--> im=imread("Kratka220.tif")

Undefined variable: imread

在 Scilab 5.5.2 下:

-->clear
 
-->atomsSystemUpdate()
Scanning repository http://atoms.scilab.org/5.5 ... Done

 
-->atomsInstall("SIVP")
 ans  =
 
     []
 
-->atomsInstall("IPCV")
atomsInstallList: Pakiet IPCV nie jest dostępny.
<this is Polish for "Package IPCV is not available"; I installed 5.5.2 in Polish>
 !--error 10000 

at line      51 of function atomsError called by :  
at line      76 of function atomsInstallList called by :  
at line     233 of function atomsInstall called by :  
atomsInstall("IPCV")
 
 
-->disp( atomsGetInstalled() );
 
 
         column 1 to 4
 
!SIVP  0.5.3.2  user  SCIHOME\atoms\x64\SIVP\0.5.3.2  !
 
         column 5
 
!I  !
 
-->im=imread("Kratka220.tif")
                           !--error 4 
Niezdefiniowana zmienna: imread
  <this is Polish for "undefined variable">

我做错了什么?

【问题讨论】:

    标签: image libraries scilab image-formats


    【解决方案1】:

    atomsInstall 后必须重启 Scilab 才能加载工具箱。

    【讨论】:

    • 工作就像一个魅力,谢谢 Stéphane!
    • 太棒了。你能验证答案吗?
    • 我投了赞成票,但我没有足够的声望来显示我的投票。如果有另一个验证按钮(不同于upvoting),我看不到它。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2016-03-05
    • 1970-01-01
    • 1970-01-01
    • 2021-09-04
    • 1970-01-01
    • 1970-01-01
    • 2021-09-01
    相关资源
    最近更新 更多