Robust_image_source_identif.../datasets/raise
Benjamin Loison ee7353cfde
Correct iterativeMean implementation for images
Otherwise get:

```
Traceback (most recent call last):
  File "/home/benjamin/robust_image_source_identification_on_modern_smartphones/datasets/raise/./extract_noise.py", line 148, in <module>
    treatImage(imageFileName, color = color)
  File "/home/benjamin/robust_image_source_identification_on_modern_smartphones/datasets/raise/./extract_noise.py", line 114, in treatImage
    estimatedPrnuIterativeMean.add(imageNoiseNpArray)
  File "/home/benjamin/robust_image_source_identification_on_modern_smartphones/datasets/raise/utils.py", line 34, in add
    self.mean = ((self.mean * self.numberOfElementsInMean) + element) / (self.numberOfElementsInMean + 1)
                  ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'
```
2024-04-27 15:58:29 +02:00
..
website Move webpage articles to datasets/raise/website/ 2024-04-02 18:31:27 +02:00
analyze_bayer_filter_mean_denoiser.py Remove commented code from analyze_bayer_filter_mean_denoiser.py 2024-04-26 04:13:08 +02:00
extract_noise.py Leverage iterativeMean in extract_noise.py 2024-04-26 14:25:08 +02:00
flat-field_pointer.py Improve yticks of boxplot in flat-field_pointer.py 2024-04-26 04:10:41 +02:00
generate_histogram.py Add commented code to crop image 2024-04-25 14:37:08 +02:00
merge_single_color_channel_images_according_to_bayer_filter.py Remove already used previous temporary analysis commit code 2024-04-26 13:49:31 +02:00
show_mean_noise.py Restore other than raw images support 2024-04-25 18:12:36 +02:00
split_and_compare_prnus_of_subgroups.py Remove unused imports in split_and_compare_prnus_of_subgroups.py 2024-04-26 13:58:19 +02:00
utils.py Correct iterativeMean implementation for images 2024-04-27 15:58:29 +02:00