--> atomsInstall("SIVP")
Scilab needs a powerful image processing toolbox. SIVP intends to do image processing and video processing tasks. SIVP is meant to be a useful, efficient, and free image and video processing toolbox for Scilab.
SIVP sources
Upload date : 2010-03-09 15:38:17 MD5 : 31516789f84e770f5d24c85ff6f3e261 SHA1 : e4c6720bcb80b9b17ded1ba132acf0539390025d Downloads : 1207 File list
Linux 32-bit Automatically generated by the atoms compilation chain
Upload date : 2010-03-09 15:43:40 MD5 : 1878f239e741f53f352cb3686bc1e99e SHA1 : 2ceaa9790107571062952ad889472bce8935d3db Downloads : 3570 File list
Linux 64-bit Automatically generated by the atoms compilation chain
Upload date : 2010-03-09 15:50:03 MD5 : 71eb3d406a4586a1bc60392d48c14a7c SHA1 : 048bdc473c69fd75f5cc01d75745200112021cef Downloads : 3083 File list
hola acabo de instalar SCILAB-5.2.2 y quise instalar el paquete SIVP, a traves de scilab pero al reiniciar scilab me aparece: "Start SIVP - Scilab Image and Video Processing Toolbox Package opencv was not found in the pkg-config search path. ADVERTENCIA: OpenCV (version >= 1.0.0) is needed for loading SIVP" que puedo hacer? Estoy usando fedora 12 86_64 Desde ya muchas gracias
It does not work on Ubuntu 10.04 "Lucid". Opencv is installed. The package libcv4 installs libcxcore.so.4, but not libcxcore.so.1. I tried to symlink libcxcore.so.1 to so.4, but it did not solve the problem: Startup execution: loading initial environment Start SIVP - Scilab Image and Video Processing Toolbox Load macros Load gateways atomsLoad: An error occurred while loading 'SIVP-0.5.1': addinter: The shared archive was not loaded: libcxcore.so.1: cannot open shared object file: No such file or directory
> It does not work on Ubuntu 10.04 "Lucid". Opencv is installed. The package libcv4 > installs > libcxcore.so.4, but not libcxcore.so.1. I tried to symlink libcxcore.so.1 to so.4, but > it > did not solve the problem: > > Startup execution: > loading initial environment > > Start SIVP - Scilab Image and Video Processing Toolbox > Load macros > Load gateways > atomsLoad: An error occurred while loading 'SIVP-0.5.1': > addinter: The shared archive was not loaded: libcxcore.so.1: cannot open shared object > file: No such file or directory > I've tried and success to install SIVP on Ubuntu 10.04 "Lucid". Maybe this link is useful http://agungsetiadi.blogspot.com/2010/09/how-to-install-scilab-image-video.html
I believe you should ship the dependencies into your ATOMS package. Otherwise, the user will need to have the same version as the compilation chain...
> I believe you should ship the dependencies into your ATOMS package. > Otherwise, the user will need to have the same version as the compilation chain... How to ship dependencies into your ATOMS package
I have the same problem Rober, which for those who do not speak spanish is having trouble using this toolbox. After spending two days trying to run python with opencv in my UBUNTU computer, i tried to give it a go to scilab + sivp. I have the same problem. What is even more funny is that when I go to the menu bar "toolboxes" (I think, i use the french version), and click on SVIP, I get: SIVP - Scilab Image and Video Processing Toolbox 0.5.0 Bibliothèque partagée chargée. Edition de liens effectuée. Which in English means, everything is ok, expect that it reads 0.5.0 and not 0.5.1 as when I look at Applications menu. However, the main issue is that none of the commands of the toolbox work. Any ideas? Thanks in advance. Also, if anybody knows how to check if opencv was compiled with the ffmpeg flag on, as I installed from synaptic.
For everyone who encountered: "addinter: The shared archive was not loaded: libcxcore.so.1: cannot open shared object" I was able to run SIVP successfully after creating symbolic links between the opencv libraries in my machine and the versions needed by SIVP. Here are the steps: 1. Installed SIVP using ATOMS (from Scilab) 2. Installed opencv (yum install on fedora should be fine). (Please note: To enable video support, you might need to compile and install opencv from source) 2. Updated the PKG_CONFIG_PATH in my bash profile to point to opencv libraries (in my machine /usr/lib64 3. Symlinked the libraries: libcxcore.so.1 with libcxcore.so.2 (on my machine) There are a few other opencv libraries that need to be symlinked. You should know which ones after performing this step and launching Scilab. Hope this will be of help...
hi, i'm new in using linux and scilab, i use linux 10.04, i want to install this toolbox but always failed can anyone help me? -->cd SCI/contrib/sivp-0.5.2 ans = /usr/share/scilab/contrib/sivp-0.5.2 -->exec('builder.sce') -->mode(-1); Building macros... -- Creation of [SIVPlib] (Macros) -- genlib: Processing file: ycbcr2rgb.sci !--error 10000 genlib: Impossible to open file ...b/contrib/sivp-0.5.2/macros/ycbcr2rgb.bin for writing at line 38 of function getsave called by : at line 119 of function genlib called by : at line 2 of function tbx_build_macros called by : ath("buildmacros.sce")) at line 2 of exec file called by : at line 8 of function devtools_run_builder called by : at line 3 of function tbx_builder_macros called by : tbx_builder_macros(toolbox_dir); at line 33 of exec file called by : exec('builder.sce') regards, agung setiadi
OpenCV detection does not work properly on Fedora because rpm does not provide .pc configuration file. So to make it work on Fedora 13/14 (64bit) you need to remove lines 32-38 from 'scilab-5.2.2/share/scilab/contrib/SIVP/0.5.1/etc/SIVP.start', then in 'scilab-5.2.2/lib/thirdparty/' you need to create these symbolic links: ln -s /usr/lib64/libcv.so.2.1.0 libcv.so.1 ln -s /usr/lib64/libcvaux.so.2.1.0 libcvaux.so.1 ln -s /usr/lib64/libcxcore.so.2.1.0 libcxcore.so.1 ln -s /usr/lib64/libhighgui.so.2.1.0 libhighgui.so.1 ln -s /usr/lib64/libml.so.2.1.0 libml.so.1
Good evening I have installed scilab 5.3.0, and OpenCV-2.2.0-win32-vs2010.exe...i added SIVP_0.5.3 in the contrib folder of scilab 5.3.0, but i am gettind this error while executing loader.sce....please help.... -->cd SCI\contrib\SIVP_0.5.3 ans = C:\Program Files\scilab-5.3.0\contrib\SIVP_0.5.3 -->exec('loader.sce') -->// This file is released into the public domain -->// Generated by builder.sce: Please, do not edit this file -->// -->try --> v = getversion('scilab'); -->catch --> warning('Scilab 5.0 or more is required.'); --> return; -->end; -->// ==================================================================== -->root_tlbx = get_absolute_file_path('loader.sce'); -->exec(root_tlbx+'etc\'+'SIVP.start'); Start SIVP - Scilab Image and Video Processing Toolbox Load macros Load gateways link(opencvDllPath + 'cxcore210' + getdynlibext()); !--error 236 link: The shared archive was not loaded: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. at line 54 of exec file called by : exec(root_tlbx+'etc\'+'SIVP.start'); at line 12 of exec file called by : exec('loader.sce') REGARDS KUNAL
> Good evening > > I have installed scilab 5.3.0, and OpenCV-2.2.0-win32-vs2010.exe...i added SIVP_0.5.3 in > > the contrib folder of scilab 5.3.0, but i am gettind this error while executing > loader.sce....please help.... > > -->cd SCI\contrib\SIVP_0.5.3 > ans = > > C:\Program Files\scilab-5.3.0\contrib\SIVP_0.5.3 > > -->exec('loader.sce') > > -->// This file is released into the public domain > > -->// Generated by builder.sce: Please, do not edit this file > > -->// > > -->try > --> v = getversion('scilab'); > -->catch > --> warning('Scilab 5.0 or more is required.'); > --> return; > -->end; > > -->// ==================================================================== > > -->root_tlbx = get_absolute_file_path('loader.sce'); > > -->exec(root_tlbx+'etc\'+'SIVP.start'); > Start SIVP - Scilab Image and Video Processing Toolbox > Load macros > Load gateways > link(opencvDllPath + 'cxcore210' + getdynlibext()); > !--error 236 > link: The shared archive was not loaded: This application has failed to start because > the > application configuration is incorrect. Reinstalling the application may fix this > problem. > > at line 54 of exec file called by : > exec(root_tlbx+'etc\'+'SIVP.start'); > at line 12 of exec file called by : > exec('loader.sce') > > REGARDS > KUNAL > > SIVP embedded opencv 2 (VS 2008 build) I suppose that there is a runtime trouble between VS 2008 and VS 2010 Please check that you have VS 2010 runtime or uninstall OpenCV-2.2.0-win32-vs2010.exe Have you do some others modifications ? Why do not use ATOMS package ? Allan