- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
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
612f4119fd
Determine the mean of camera images only on the training set
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
d7f7728211
Add
Denoiser
Enum
9fd44debf5
Remove implicit
getColorMeans
denoiser
argument
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
0c429aa4d6
Add and use
getImageCrop
fd6a9868fe
Add
mean
DENOISER
support
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica...
2024-05-03 02:46:02 +02:00
9d33abcea3
Add necessary
denoiser
argument
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica...
2024-05-03 02:44:09 +02:00
82b14a8724
Uppercase constants
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica...
2024-05-03 02:32:20 +02:00
4bea5e3a97
Move
getImageNpArray
to utils.py
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica...
2024-05-03 02:27:19 +02:00
790c0d6da4
Add and use
getImageFilePath
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica...
2024-05-03 02:21:09 +02:00
514413e1dd
Add and use
getColorMeans
01d18a4943
Rename
means
to colorMeans
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica...
2024-05-03 02:04:08 +02:00
d8c7b8b0ef
Add and use
getImagePrnuEstimatedNpArray
878cff9aa2
Add and use
getSingleColorChannelImages
77b0b6dc6e
Make
getMultipleColorsImage
also return singleColorChannelImages
591d7dc74a
Make
getImageFilePath
call implicit
d696edeb3f
Add and use
getMultipleColorsImage
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica...
2024-05-03 01:50:04 +02:00
fcbccb3b5c
Add and use
getImageFilePath
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica...#63
2024-05-03 01:33:43 +02:00
Attribute source camera
cameraTestingImageIndex=43 camera='RAISE' actualCamera='RAISE' distance=0.008670542635320987
cameraTestingImageIndex=43 camera='Rafael 23/04/24' actualCamera='RAISE' distance=0.00863394830078…
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica...#65
2024-05-03 00:36:33 +02:00
Make an Android app able to capture images, preferably RAW
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica...#63
2024-05-03 00:15:07 +02:00
Attribute source camera
I have the feeling that wavelet estimated PRNU for one camera is not as expected. Note that no matter the random order to compute the estimated PRNU by averaging, it results in the same result, so…