8000 Merge pull request #16 from kwagyeman/openmv · WeActStudio/micropython@82a4593 · GitHub
[go: up one dir, main page]

Skip to content

Commit 82a4593

Browse files
committed
Merge pull request micropython#16 from kwagyeman/openmv
Add midpoint strings
2 parents 9cffbae + b8c7650 commit 82a4593

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stmhal/qstrdefsport.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,8 @@ Q(negate)
761761
Q(difference)
762762
Q(morph)
763763
Q(statistics)
764+
Q(midpoint)
765+
Q(median)
764766
Q(kp_desc)
765767
Q(lbp_desc)
766768
Q(Cascade)
@@ -771,7 +773,6 @@ Q(subimg)
771773
Q(compress)
772774
Q(rainbow)
773775
Q(histeq)
774-
Q(median)
775776
Q(threshold)
776777
Q(find_blobs)
777778
Q(find_template)
@@ -784,6 +785,8 @@ Q(color)
784785
Q(roi)
785786
Q(mul)
786787
Q(add)
788+
Q(bias)
789+
Q(percentile)
787790

788791
// Image module
789792
Q(image)

0 commit comments

Comments
 (0)
0