summaryrefslogtreecommitdiff
path: root/macros/getkerneltype.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/getkerneltype.sci')
-rw-r--r--macros/getkerneltype.sci4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/getkerneltype.sci b/macros/getkerneltype.sci
new file mode 100644
index 0000000..fafe18d
--- /dev/null
+++ b/macros/getkerneltype.sci
@@ -0,0 +1,4 @@
+function [out]=getkerneltype(InputArray,pointpx,pointpy)
+ out=opencv_getkerneltype(InputArray,pointpx,pointpy);
+
+endfunction;