mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add binary image support to the math operations and updated them to support masks. Replace now also support mirroring operations. Finally, adding missing basic math ops like add/sub/mul/div. The operations are designed to work as image blending operations so they take care of scaling their output accordingly. |
||
|---|---|---|
| .. | ||
| 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 | ||