Functions | |
| def | to_byte |
| def | image_to_channels |
| returns every channel as a grid | |
| def | channels_to_image |
| def | multiply |
| def | diffuse_super_saturation_window |
| def | diffuse_super_saturation |
| def | demo |
| def super_saturation.channels_to_image | ( | channels | ) |
Definition at line 39 of file super_saturation.py.
| def super_saturation.demo | ( | ) |
Definition at line 93 of file super_saturation.py.
| def super_saturation.diffuse_super_saturation | ( | channels | ) |
Definition at line 72 of file super_saturation.py.
| def super_saturation.diffuse_super_saturation_window | ( | src_grid, | ||
| dest_grid, | ||||
| point, | ||||
| windowSize | ||||
| ) |
Definition at line 56 of file super_saturation.py.
| def super_saturation.image_to_channels | ( | image | ) |
| def super_saturation.multiply | ( | grid, | ||
| factor | ||||
| ) |
Definition at line 52 of file super_saturation.py.
| def super_saturation.to_byte | ( | f | ) |
Definition at line 10 of file super_saturation.py.
1.5.8