summaryrefslogtreecommitdiff
path: root/macros/getStructuringElement.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/getStructuringElement.sci')
-rw-r--r--macros/getStructuringElement.sci5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/getStructuringElement.sci b/macros/getStructuringElement.sci
new file mode 100644
index 0000000..23b384c
--- /dev/null
+++ b/macros/getStructuringElement.sci
@@ -0,0 +1,5 @@
+function structuring_element = getStructuringElement(gettype, cols, rows, anchorX, anchorY)
+
+ structuring_element = opencv_getStructuringElement(gettype, cols, rows, anchorX, anchorY)
+
+endfunction