Hello,
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);
The new release has been numbered 4.5.0.1, and until we update the bundled OpenCV library, subsequent versions will be numbered 4.5.0.n.
Enjoy !
S.
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
I followed what provided here
https://scilab.discourse.group/t/unable-to-install-ipcv/739
and removed all configuration files
C:\Users\stefano\AppData\Roaming\Scilab\scilab-2025.0.0
Version 4.5.0.1AuthorTan Chin LuhMaintainers Stéphane MOTTELET Chin Luh Tan Vincent COUVERTCategoryImage ProcessingWebsite https://github.com/tanchinluh/IPCVLicenseGPL (3.0)Creation DateFebruary 25, 2025 Source created onScilab 2025.0.xBinaries available on
Scilab 2025.0.x:
thanks for your help
stefano
Hello,
Please don’t cross post to multiple topics.
The IPCV toolbox is quite heavy because of the bundled OpenCV library. Did you check that your internet connection is working fine ?
S.
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
[IPCV-4.5.0.1.zip ]
Source code archive
stefano
Hi again,
Supposing that you have changed the current directory to the location where the file is actually present:
atomsSetConfig offLine true
atomsInstall IPCV-4.5.0.1.bin.2025.0.x64.Windows.zip
atomsLoad IPCV
S.