openmv/usr/examples/20-Frame-Differencing
Kwabena W. Agyeman fc9c416a21 Frame Differencing with Shadow Removal
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.
2018-01-21 16:41:04 -05:00
..
in_memory_advanced_frame_differencing.py Add frame differencing example scripts. 2017-12-27 14:43:36 -05:00
in_memory_basic_frame_differencing.py Add frame differencing example scripts. 2017-12-27 14:43:36 -05:00
in_memory_shadow_removal.py Frame Differencing with Shadow Removal 2018-01-21 16:41:04 -05:00
in_memory_structural_similarity.py Add frame differencing example scripts. 2017-12-27 14:43:36 -05:00
on_disk_advanced_frame_differencing.py Add frame differencing example scripts. 2017-12-27 14:43:36 -05:00
on_disk_basic_frame_differencing.py Add frame differencing example scripts. 2017-12-27 14:43:36 -05:00
on_disk_shadow_removal.py Frame Differencing with Shadow Removal 2018-01-21 16:41:04 -05:00
on_disk_structural_similarity.py Add frame differencing example scripts. 2017-12-27 14:43:36 -05:00