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/findDeps/getAllSources.sci | |
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/findDeps/getAllSources.sci')
-rw-r--r-- | macros/findDeps/getAllSources.sci | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/macros/findDeps/getAllSources.sci b/macros/findDeps/getAllSources.sci index dafa5032..14326b6b 100644 --- a/macros/findDeps/getAllSources.sci +++ b/macros/findDeps/getAllSources.sci @@ -1040,8 +1040,10 @@ function allSources = getAllSources(SharedInfo) OpenCV_files = [ "src/c/imageProcessing/cvcore/imcvCreateImages.c" + "src/c/imageProcessing/cvcore/imcvGetImgSizes.c" "src/c/imageProcessing/cvhighgui/imcvLoadImages.c" - "src/c/imageProcessing/cvhighgui/imcvShowImages.c"]; + "src/c/imageProcessing/cvhighgui/imcvShowImages.c" + "src/c/imageProcessing/cvimgproc/imcvCvtColors.c"]; if Target == "StandAlone" allSources = Standalone_files; |