Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : OpenCV Function Implementation through Python details
Login with GitLab

OpenCV Function Implementation through Python

This Module provides facility to users to use opencv functions in scilab.
(12125 downloads for this version - 13188 downloads for all versions)
Details
Version
0.1
A more recent valid version with binaries for Scilab 5.4 exists: 1.0
Authors
Rishubh Jain
Anjali Changlani
Owner Organization
ToolBox
Maintainers
Anjali Changlani
Rishubh Jain
Category
License
Creation Date
March 14, 2015
Source created on
Scilab 5.4.x
Binaries available on
Scilab 5.4.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Scilab 5.5.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Install command
--> atomsInstall("OFIP")
Description
            Helps User to Use OpenCv functions in scilab
 
-install scilab
-copy paste the toolbox in contrib folder((OFIP))
-install PIMS in SCILAB
-run the builder file builder.sce
-run the loader file loader.sce
-call the cv_imread functions
            
Files (3)
[33.38 kB]
Source code archive
 zip file for OFIP. TO unzip run command "unzip OFIP.zip"
[27.77 kB]
OS-independent binary for Scilab 5.4.x
Binary version
Automatically generated by the ATOMS compilation chain

[30.74 kB]
OS-independent binary for Scilab 5.5.x
Binary version (all platforms)
Automatically generated by the ATOMS compilation chain

News (0)
Comments (1)     Leave a comment 
Comment from Samuel Gougeon -- March 20, 2015, 02:46:26 PM    
Hello,

Despite the module is claimed to be already packaged, it is not the case (at least under
Windows)
* the help pages are the toolbox_skeleton ones
* there are toolbox_skeleton scripts in /etc/
* there is no ~/builder.sce file to run
* there is a cv_imageopen() instead of cv_imread(), but it yields an error: the macro file
has heading lines out of the function definition and other things that cannot work...
 
By the way, if no supported scilab version is indicated, i am not sure that it could
appear within the ATOMS GUI. Presently, it does not.
 
Regards
Samuel
Answer from Samuel Gougeon -- March 20, 2015, 02:54:20 PM    
> * there is no ~/builder.sce file to run
Sorry about that: There is such a file in the sources. I used directly the .bin
automatically generated by ATOMS
Other issues are unchanged.
Answer from Rishubh Jain -- March 20, 2015, 03:53:11 PM    
> Hello,
> 
> Despite the module is claimed to be already packaged, it is not the case (at least
> under
> Windows)
> * the help pages are the toolbox_skeleton ones
> * there are toolbox_skeleton scripts in /etc/
> * there is no ~/builder.sce file to run
> * there is a cv_imageopen() instead of cv_imread(), but it yields an error: the 
macro
> file
> has heading lines out of the function definition and other things that cannot 
work...
>  
> By the way, if no supported scilab version is indicated, i am not sure that it 
could
> appear within the ATOMS GUI. Presently, it does not.
>  
> Regards
> Samuel

Hi Samuel,

Thankyou for pointing out the issues, This module is under developement and was 
uploaded just to provide an insight on how the opencv functionalities will be called 
using OpenCV python API.

I will work on the issues and solve each of them including documenting the helper 
page.

I tested the macro under windows and it worked for me, could you please provide a 
screenshot of error or traceback so that I could work on it as well?

Thanking You
Rishubh 
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.