From 52132c99e6abf0644e92603e66c4c8b24335cbfe Mon Sep 17 00:00:00 2001 From: Tim Winters Date: Thu, 28 Dec 2017 15:47:18 -0500 Subject: [PATCH] Update CV_morphologyEx.vm --- .../grip/ui/codegeneration/cpp/operations/CV_morphologyEx.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/main/resources/edu/wpi/grip/ui/codegeneration/cpp/operations/CV_morphologyEx.vm b/ui/src/main/resources/edu/wpi/grip/ui/codegeneration/cpp/operations/CV_morphologyEx.vm index 68dc4cf4f8..f191816839 100644 --- a/ui/src/main/resources/edu/wpi/grip/ui/codegeneration/cpp/operations/CV_morphologyEx.vm +++ b/ui/src/main/resources/edu/wpi/grip/ui/codegeneration/cpp/operations/CV_morphologyEx.vm @@ -1,7 +1,7 @@ /** * Performs advanced morphology functions. * @param src the Image to morph. - * @param op the morph operation + * @param op the morph operation * @param kernel the kernel for morphing. * @param anchor the center of the kernel. * @param iterations the number of times to perform the morph.