mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Binary() can noew zero things so you can remove bright lights. All the line ops (and/or/xor/etc) accept masks. Erode and dilate now accept masks. And finally, you can now pass arguments versus keywords for folks who don't read the documentation. Also, the binary image type is now supported for these methods. I'm putting in all this work because I saw the need for it when I was doing shadow removal. Note: Some effort needs to be put into optimizing the py_image.c code soon. This is on the todo list before the next release. |
||
|---|---|---|
| .. | ||
| color_binary_filter.py | ||
| color_light_removal.py | ||
| edge_detection.py | ||
| erode_and_dilate.py | ||
| grayscale_binary_filter.py | ||
| grayscale_light_removal.py | ||
| lens_correction.py | ||
| line_filter.py | ||
| linear_polar.py | ||
| log_polar.py | ||
| mean_adaptive_threshold_filter.py | ||
| mean_filter.py | ||
| median_adaptive_threshold_filter.py | ||
| median_filter.py | ||
| midpoint_adaptive_threshold_filter.py | ||
| midpoint_filter.py | ||
| mode_adaptive_threshold_filter.py | ||
| mode_filter.py | ||
| rotation_correction.py | ||
| sharpen_filter.py | ||