diff options
Diffstat (limited to 'macros/getStructuringElement.sci')
-rw-r--r-- | macros/getStructuringElement.sci | 5 |
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 |