From a72263af098fbecfebc18168579d11fd92f9be3d Mon Sep 17 00:00:00 2001 From: "Kwabena W. Agyeman" Date: Sun, 28 Feb 2016 18:13:01 -0500 Subject: [PATCH] Added strings for morph --- stmhal/qstrdefsport.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h index dec5a11c1424a..ed20fc3b66306 100644 --- a/stmhal/qstrdefsport.h +++ b/stmhal/qstrdefsport.h @@ -729,8 +729,6 @@ Q(WWDG_SR) //openmv entries // Image -Q(FORMAT_BMP) -Q(FORMAT_PNM) Q(load) Q(save) Q(width) @@ -757,8 +755,11 @@ Q(pixels) Q(centroid) Q(orientation_radians) Q(orientation_degrees) +Q(erode) +Q(dilate) Q(negate) Q(difference) +Q(morph) Q(kp_desc) Q(lbp_desc) Q(Cascade) @@ -771,8 +772,6 @@ Q(compress) Q(rainbow) Q(histeq) Q(median) -Q(erode) -Q(dilate) Q(threshold) Q(find_blobs) Q(find_template) @@ -783,8 +782,8 @@ Q(find_eyes) Q(cmp_lbp) Q(color) Q(roi) -Q(morph) Q(mul) +Q(add) // Image module Q(image)