diff options
author | siddhu8990 | 2016-08-25 10:29:32 +0530 |
---|---|---|
committer | siddhu8990 | 2016-08-25 10:29:32 +0530 |
commit | ea1e22e36a9559448919d7ae2dd24a25743861ec (patch) | |
tree | 08126b46fe4fbeccdbc323af2c260ab9836a235f /macros/ImageProcessing/buildmacros.sce | |
parent | fbd135ca716c6f5ee8f91425cff6bef3c27dc6b6 (diff) | |
download | scilab2c-ea1e22e36a9559448919d7ae2dd24a25743861ec.tar.gz scilab2c-ea1e22e36a9559448919d7ae2dd24a25743861ec.tar.bz2 scilab2c-ea1e22e36a9559448919d7ae2dd24a25743861ec.zip |
Basic image prcessing working for RPi
Diffstat (limited to 'macros/ImageProcessing/buildmacros.sce')
-rw-r--r-- | macros/ImageProcessing/buildmacros.sce | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/macros/ImageProcessing/buildmacros.sce b/macros/ImageProcessing/buildmacros.sce index 14c7c1b1..6431a7df 100644 --- a/macros/ImageProcessing/buildmacros.sce +++ b/macros/ImageProcessing/buildmacros.sce @@ -9,8 +9,9 @@ // Organization: FOSSEE, IIT Bombay // Email: toolbox@scilab.in -OpencvDirs = [ "core", ... - "highgui"]; +OpencvDirs = [ "core", ... + "highgui", ... + "imgproc"]; current_path = get_absolute_file_path("buildmacros.sce"); @@ -23,8 +24,3 @@ OpencvDirs = [ "core", ... end clear current_path; - -tbx_build_macros(TOOLBOX_NAME, get_absolute_file_path('buildmacros.sce')); - -clear tbx_build_macros; - |