3f7b6bf21a Replace _ with for end-user color channel name
b2ffc20473 Add comments to attribute_source_camera.py
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#66 2024-05-13 02:34:42 +02:00
Implement correlation

Unclear if correlation should in absolute be close to 1 or just close to 1.

Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#63 2024-05-13 02:32:56 +02:00
Attribute source camera

Is it the most appropriate, while staying in the use-case context, to compute {min,max}Color only on training images. Do not forget all denoisers.

226936020e Remove comments of {min,max}Color
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#68 2024-05-13 01:43:33 +02:00
Use same color map for different images to more accurately compare them

Could compute proportion of pixels for mean outside largest other denoisers band.

But it may be a significant proportion exceeding not much, so should maybe just plot distribution of pixel…

Benjamin_Loison opened issue Benjamin_Loison/linux#23 2024-05-13 00:45:47 +02:00
How to write ISO to USB key like Disk Image Writer?
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#68 2024-05-12 03:15:38 +02:00
Use same color map for different images to more accurately compare them

Could locate such maximums to potentially see visually other outliers.

Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#68 2024-05-12 03:10:39 +02:00
Use same color map for different images to more accurately compare them
>>> index = -100; np.partition(npArray.flatten(), index)[index]
27.28
>>> index = 100; np.partition(npArray.flatten(), index)[index]
-26.35
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#68 2024-05-12 02:54:58 +02:00
Use same color map for different images to more accurately compare them

Could be interesting to just add a line with raw images.

Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#68 2024-05-10 02:25:41 +02:00
Use same color map for different images to more accurately compare them

Should make similar plot for RAISE flat-field to maybe understand why Rafael images are absorbing in #63.

Use non-local means denoiser
c1d0ec5155 Add articles/Summed-area table - Wikipedia/
cfddb71f00 Add articles/Non-local means - Wikipedia/
Remove manually in the Fourier domain periodic patterns
Use a low-pass filter denoiser
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#52 2024-05-10 00:49:31 +02:00
Automate GIMP best brightness and contrast to ease visualization?

If the images are normalized, despite inner bounds different distributions have same contrast modification, right?

934add5d91 Add boxplot for the specified denoisers
73fb61b16d Correct missing denoiser usage
Compare 2 commits »