You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: optimize draw_multiple_rectangles with batched operations
- Non-opaque: use cv2.polylines() to draw all rectangles in single call
- Opaque: draw all filled rectangles on one overlay, then single alpha blend
- Achieves 3-40x speedup depending on image size and box count
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments