Skip to content

Commit 15e3c19

Browse files
author
Andrew Tridgell
committed
re-filter by score after boundary
1 parent d1fb949 commit 15e3c19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/CUAV/camera.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ def transmit_thread():
429429
# filter out any regions outside the boundary
430430
if state.boundary_polygon:
431431
regions = cuav_region.filter_boundary(regions, state.boundary_polygon, pos)
432+
regions = cuav_region.filter_regions(im_full, regions, min_score=state.settings.minscore)
432433

433434
state.xmit_queue = bsend.sendq_size()
434435
state.xmit_queue2 = state.bsend2.sendq_size()

0 commit comments

Comments
 (0)