Some recent bug fixes which were fixed in the master branch have been ported to the 4.5 branch of IPCV (based on OpenCV). Apart from the build of bundled OpenCV which has been improved, the new feature is the possibility of reading png/tiff images while keeping the alpha channel, e.g.
im = imread(fullpath(getIPCVpath()+"/images/baboon.png"));
imshow(im);
im = imread(fullpath(getIPCVpath()+"/images/puffin.png"),IMREAD_UNCHANGED=1);
imshow(im);
Hi all
I am running with scilab 2025 0 0
I am trying to instal IPCV but after more than 30 min nothing happen, the installation is still ongoing after more than 30min
hi
thanks and apologize
internet is working fine for what i can undestand
i am quite new with scilab
can I installl manually and how from the .zip file?
[IPCV-4.5.0.1.bin.2025.0.x64.Windows.zip ]
Windows 64-bit binary for Scilab 2025.0.x
Hi ! I tried to install ICPV module on my laptop but I still get error message:
atomsInstall: Error while building the toolbox āC:\Users\Blabla\AppData\Roaming\Scilab\scilab-2025.1.0\atoms\x64\IPCV\4.5.0.2ā.
Ć la ligne 52 de la fonction atomsError ( C:\Program Files\scilab-2025.1.0\modules\atoms\macros\atoms_internals\atomsError.sci ligne 66 )
Ć la ligne 418 de la fonction atomsInstall ( C:\Program Files\scilab-2025.1.0\modules\atoms\macros\atomsInstall.sci ligne 434 )
You are using Scilab 2025.1, so the latest available version of IPCV for this version of Scilab is IPCV 4.5.0.1. So, if you want to stick to Scilab 2025.1 you have to specify the version,
atomsInstall(["IPCV","4.5.0.1"])
otherwise atoms will try to install IPCV 4.5.0.2, the latest version of IPCV, which is available only for Scilab 2026. The actual mecanism of atoms is not clever at all, as it allows to try to install under Scilab 2025 a module built for Scilab 2026ā¦
However I advise you to install Scilab 2026 and install the latest IPCV version, it will be as simple as
I tried to install Scilab 2026 and IPCV ==> seemed to work but 1) lot of other modules (distfun, GUIbuilderā¦) failed to install and 2) after launch, atoms seemed unable to locate and launch the modules⦠(and if I remember well itās a pita to find/change atoms pathā¦)
I came back to Scilab 2025 and saw an error about loader.sce missing in āC:\Users\Blabla\AppData\Roaming\Scilab\scilab-2025.1.0\atoms\x64\guibuilder\4.2.3\ā
I found loader.sce in a neighbour file (C:\Users\Blabla\AppData\Roaming\Scilab\scilab-2025.1.0\atoms\x64\guibuilder\guibuilder-4.2.3\) and copy/pasted itā¦
IPCV is working (on Scilab 2025) !
I donāt get how repairing a missing file in GUIbuilder influenced IPCV but Iām just here to shareā¦
Thanks for your response @mottelet at least I found a workaroundā¦