From e1b20dab8e07636f2a498bbfd8abd867723f4441 Mon Sep 17 00:00:00 2001 From: "Kwabena W. Agyeman" Date: Sat, 20 Feb 2016 20:22:05 -0500 Subject: [PATCH] Add frame background subtraction strings --- stmhal/qstrdefsport.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h index e830d28c68573..ab6b967e6424f 100644 --- a/stmhal/qstrdefsport.h +++ b/stmhal/qstrdefsport.h @@ -753,6 +753,8 @@ Q(pixels) Q(centroid) Q(orientation_radians) Q(orientation_degrees) +Q(negate) +Q(difference) Q(kp_desc) Q(lbp_desc) Q(Cascade)