summaryrefslogtreecommitdiff
path: root/macros/ImageProcessing/buildmacros.sce
diff options
context:
space:
mode:
Diffstat (limited to 'macros/ImageProcessing/buildmacros.sce')
-rw-r--r--macros/ImageProcessing/buildmacros.sce10
1 files changed, 3 insertions, 7 deletions
diff --git a/macros/ImageProcessing/buildmacros.sce b/macros/ImageProcessing/buildmacros.sce
index 14c7c1b..6431a7d 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;
-