From b8c7650c659a414d31f8203dbab2829243280951 Mon Sep 17 00:00:00 2001 From: "Kwabena W. Agyeman" Date: Fri, 25 Mar 2016 21:25:38 -0400 Subject: [PATCH] Added midpoint string --- stmhal/qstrdefsport.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h index 60d3c461ed54a..bfd97c068453d 100644 --- a/stmhal/qstrdefsport.h +++ b/stmhal/qstrdefsport.h @@ -761,6 +761,8 @@ Q(negate) Q(difference) Q(morph) Q(statistics) +Q(midpoint) +Q(median) Q(kp_desc) Q(lbp_desc) Q(Cascade) @@ -771,7 +773,6 @@ Q(subimg) Q(compress) Q(rainbow) Q(histeq) -Q(median) Q(threshold) Q(find_blobs) Q(find_template) @@ -784,6 +785,8 @@ Q(color) Q(roi) Q(mul) Q(add) +Q(bias) +Q(percentile) // Image module Q(image)