Dependencies for Different Linux Distro:
Ubuntu
sudo apt-get install build-essential cmake unzip pkg-config libjpeg-dev
libpng-dev libtiff-dev libavcodec-dev libavformat-dev libswscale-dev libv4l-dev
libxvidcore-dev libx264-dev libgtk-3-dev libatlas-base-dev gfortran
Centos
sudo yum groupinstall 'Development Tools'
sudo yum install cmake gcc gtk2-devel pkconfig
Current IPCV 2.0 support Win64 and Linux64.
Version 2.0 (28-Nov-18):
Uploaded Linux 64 (Ubuntu 18.04) binary
Version 2.0 (11-July-18):
Current IPCV 2.0 only support Win64.
New Features
1. Deep Learning Network Inference system support
Major Changes
1. Upgrading OpenCV Library to 3.4.1
2. Changes in Features detection and extraction, some functions removed due to
changes in lib. More algo will be supported in coming release
3. Video and camera handling has been seperated.
Bugs fixed:
1739 Error function "edge" with method "canny"
1740 Some problem with the function: imaddtext - Won't fix
1736 Error function "imwrite"
1737 Error function "imlogpolar"
1686 imshow() example yields an error about mat2utfimg
1715 On your watch list. -error1000 while installing IPCV - Won't fix
1691 ind2rgb function is missing
Scilab IPCV 1.2 Released
Windows:
1. Using Binary : install and run
2. Build from source : require VC11 (msvc120express)
Linux:
1. Using Binary :
- Require some prerequisites from repositories that matched the pre-compiled
libraries version
2. Build from source :
- Require some prerequisites from repositories
For more details, please visit:
http://scilabipcv.tritytech.com/2017/12/18/installation-of-scilab-ipcv-1-2/
Installation Instructions
Windows:
1. Using Binary : install and run
2. Build from source : require VC11 (msvc120express)
Linux:
1. Using Binary :
- Require libopencv-dev
- Remove or disable libgomp* under SCI/lib/thirdparty/redist
- Run the builder.sce under the IPCV root error loading IPCV-1.0.
2. Build from source :
- Require build-essential
- Require libopencv-dev
For more details, please visit:
http://scilabipcv.tritytech.com/2017/03/17/installation-of-scilab-ipcv/