Update to 2.0.0 tree from current Fremantle build
[opencv] / interfaces / matlab / toolbox / opencv / cvpyrup.m
diff --git a/interfaces/matlab/toolbox/opencv/cvpyrup.m b/interfaces/matlab/toolbox/opencv/cvpyrup.m
deleted file mode 100644 (file)
index 917ed18..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-function varargout = cvpyrup(varargin)\r
-%CVPYRUP         Upscale the image.\r
-%   IMAGE dst = cvpyrup(IMAGE src);\r
-%\r
-if nargin ~= 1\r
-    error 'Invalid number of parameters';\r
-    return;\r
-end\r
-\r
-if nargout > 0\r
-    [varargout{1:nargout}] = feval('cvwrap', 'PyrUp', varargin{1}, 7);\r
-else\r
-    feval('cvwrap', 'PyrUp', varargin{1}, 7);\r
-end\r
-return;\r