summaryrefslogtreecommitdiff
path: root/macros/getgaussiankernel.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/getgaussiankernel.sci')
-rw-r--r--macros/getgaussiankernel.sci5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/getgaussiankernel.sci b/macros/getgaussiankernel.sci
new file mode 100644
index 0000000..4fcf144
--- /dev/null
+++ b/macros/getgaussiankernel.sci
@@ -0,0 +1,5 @@
+function output = getGaussianKernel(ksize, sigma, ktype)
+
+ output = opencv_getGaussianKernel(ksize, sigma, ktype)
+
+endfunction