diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h index f87b16873470f..e830d28c68573 100644 --- a/stmhal/qstrdefsport.h +++ b/stmhal/qstrdefsport.h @@ -741,6 +741,18 @@ Q(draw_circle) Q(draw_string) Q(draw_cross) Q(draw_keypoints) +Q(binary) +Q(invert) +Q(and) +Q(nand) +Q(or) +Q(nor) +Q(xor) +Q(xnor) +Q(pixels) +Q(centroid) +Q(orientation_radians) +Q(orientation_degrees) Q(kp_desc) Q(lbp_desc) Q(Cascade) @@ -756,9 +768,6 @@ Q(histeq) Q(median) Q(erode) Q(dilate) -Q(morph) -Q(invert) -Q(binary) Q(threshold) Q(find_blobs) Q(find_template) @@ -769,6 +778,7 @@ Q(find_eyes) Q(match_keypoints) Q(match_lbp) Q(color) +Q(r) //image module Q(image)