- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-05-13 02:02:55 +02:00
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…
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:45:34 +02:00
Use same color map for different images to more accurately compare them
Related to Benjamin_Loison/gimp/issues/29.
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.
Benjamin_Loison
opened issue Benjamin_Loison/Robust_image_source_identifica…#71
2024-05-10 01:34:55 +02:00
Use non-local means denoiser
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-05-10 01:34:04 +02:00
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-05-10 01:25:47 +02:00
Benjamin_Loison
opened issue Benjamin_Loison/Robust_image_source_identifica…#70
2024-05-10 01:15:09 +02:00
Remove manually in the Fourier domain periodic patterns
Benjamin_Loison
opened issue Benjamin_Loison/Robust_image_source_identifica…#69
2024-05-10 01:07:24 +02:00
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?
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#68
2024-05-10 00:27:53 +02:00
Use same color map for different images to more accurately compare them
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-05-10 00:14:36 +02:00
Benjamin_Loison
closed issue Benjamin_Loison/Robust_image_source_identifica…#68
2024-05-10 00:03:13 +02:00
Use same color map for different images to more accurately compare them
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-05-10 00:03:13 +02:00
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#68
2024-05-09 23:51:45 +02:00
Use same color map for different images to more accurately compare them
denoiser = bilateral np.min(multipleColorsImage) = -0.04890543970650529 np.max(multipleColorsImage) = 0.047219058067642594
denoiser = wavelet np.min(multipleColorsImage) = -0.0536033284528025…
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#68
2024-05-09 23:28:47 +02:00
Use same color map for different images to more accurately compare them
plt.imsave(PREFIX + 'multiple_colors.png', multipleColorsImage, vmin = multipleColorsImage.min(), vmax = multipleColorsImage.max())
is identical to:
plt.imsave(PREF…