From da565ee61a4830e6d69ff21f77d6e01a530e858e Mon Sep 17 00:00:00 2001 From: "Kwabena W. Agyeman" Date: Tue, 16 Feb 2016 22:54:32 -0500 Subject: [PATCH] Added new image functions --- stmhal/qstrdefsport.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h index 4a5a563b962d8..5bec464f27f23 100644 --- a/stmhal/qstrdefsport.h +++ b/stmhal/qstrdefsport.h @@ -729,11 +729,16 @@ Q(WWDG_SR) //openmv entries // Image +Q(width) +Q(height) +Q(format) +Q(size) +Q(get_pixel) +Q(set_pixel) Q(kp_desc) Q(lbp_desc) Q(Cascade) Q(save) -Q(size) Q(blit) Q(blend) Q(scale) @@ -763,8 +768,6 @@ Q(find_lbp) Q(find_eyes) Q(match_keypoints) Q(match_lbp) -Q(get_pixel) -Q(set_pixel) //image module Q(image)