mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add in support for shadow removal from the current image using a shadow free background image. Test results show the algorithm works similar to max() while still keeping dark objects around. The preformance impact of the algorithm is not too high. An in memory example can achieve 30 FPS. |
||
|---|---|---|
| .. | ||
| in_memory_advanced_frame_differencing.py | ||
| in_memory_basic_frame_differencing.py | ||
| in_memory_shadow_removal.py | ||
| in_memory_structural_similarity.py | ||
| on_disk_advanced_frame_differencing.py | ||
| on_disk_basic_frame_differencing.py | ||
| on_disk_shadow_removal.py | ||
| on_disk_structural_similarity.py | ||