- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Benjamin_Loison
opened issue Benjamin_Loison/Robust_image_source_identifica…#67
2024-05-05 22:31:02 +02:00
What other cameras do I have?
Program to show a text to someone at a few meters looking for an answer when the person is not able to hear and speak
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#66
2024-05-03 17:06:10 +02:00
Implement correlation
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#63
2024-05-03 15:01:01 +02:00
Attribute source camera
Can implement a dedicated issue for the mean denoiser support for attributing source camera.
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-05-03 14:37:59 +02:00
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-05-03 14:37:30 +02:00
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-05-03 14:18:32 +02:00
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-05-03 13:55:40 +02:00
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#63
2024-05-03 13:36:49 +02:00
Attribute source camera
Example for a given pixel:
RAISE: -1
Rafael: 1
Noise: 0.1
RMS: Rafael
Correlation: -0.1 according to signal.correlate2d
>>> signal.correlate2d([[1]], [[0.1]])
array([[0.1]])
…
Benjamin_Loison
opened issue Benjamin_Loison/Robust_image_source_identifica…#66
2024-05-03 13:19:04 +02:00
Implement correlation
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#63
2024-05-03 04:29:13 +02:00
Attribute source camera
Allowing using correct camera training set mean seems fine as it is quite easy to check what scene, hence dataset it is in the case of flat-field images.
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#63
2024-05-03 04:12:07 +02:00
Attribute source camera
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#63
2024-05-03 04:01:24 +02:00
Attribute source camera
Note that if Denoiser.MEAN
works fine, later on or even right now we will be interested in not using it as it requires identical scene images.
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-05-03 03:54:54 +02:00
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#55
2024-05-03 03:52:23 +02:00
Use an enumeration for denoiser
in extract_noise.py
Benjamin_Loison
closed issue Benjamin_Loison/Robust_image_source_identifica…#55
2024-05-03 03:52:23 +02:00
Use an enumeration for denoiser
in extract_noise.py
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-05-03 03:49:25 +02:00
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#63
2024-05-03 03:24:38 +02:00
Attribute source camera
Complexity analysis between tests of all training iterations and only the last one.
Complexity of tests of all training iterations: TESTS * TRAINING_ITERATIONS Complexity of the last…
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#63
2024-05-03 03:21:59 +02:00
Attribute source camera
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-05-03 03:13:50 +02:00