- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
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
c1d0ec5155
Add
articles/Summed-area table - Wikipedia/
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica...
2024-05-10 01:25:47 +02:00
cfddb71f00
Add
articles/Non-local means - Wikipedia/
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
934add5d91
Add boxplot for the specified denoisers
73fb61b16d
Correct missing
denoiser
usage
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
8523c02517
Fix #68: Use same color map for different images to more accurately compare them
3e332c19d8
Remove unnecessary
from PIL import Image
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…
Benjamin_Loison
opened issue Benjamin_Loison/Robust_image_source_identifica...#68
2024-05-09 23:18:36 +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-09 22:08:55 +02:00
0bd9e57942
Correct warning
Token not allowed in a PDF string (Unicode): (hyperref) removing
\\'`
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica...
2024-05-09 22:05:16 +02:00
e1ff265e6b
Add
documentation/slides/slides.tex
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica...
2024-05-09 22:00:23 +02:00
d8a4e66ff8
Add
documentation/report/report.tex
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica...
2024-05-09 21:51:59 +02:00
557b10b645
Update annotations
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica...
2024-05-09 21:51:24 +02:00
8bbf60cd1a
Add
articles/Pearson correlation coefficient - Wikipedia/