9d33abcea3 Add necessary denoiser argument
82b14a8724 Uppercase constants
4bea5e3a97 Move getImageNpArray to utils.py
790c0d6da4 Add and use getImageFilePath
514413e1dd Add and use getColorMeans
01d18a4943 Rename means to colorMeans
Compare 2 commits »
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
Compare 5 commits »
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…#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…

3c4cf90b19 Add articles/HOW TO READ SMARTPHONE CAMERA SPECS - Inquisitive Universe/
97de65e2e2 Add articles/Inch - Wikipedia/
33947de292 Add articles/Inch - Wikipedia/
fcb8631b21 Add articles/Focal length - Wikipedia/
091744af25 Add articles/f-number - Wikipedia/
6d189611fd Add articles/Time-of-flight camera - Wikipedia/
062d2b3bdd Add articles/What is PDAF Phase Detection Autofocus explained - Android Authority/
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#65 2024-05-02 21:29:20 +02:00
Make an Android app able to capture images, preferably RAW

Should check that we log exceptions correctly and monitor if some are triggered.

Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#65 2024-05-02 21:27:11 +02:00
Make an Android app able to capture images, preferably RAW
diff --git a/datasets/android/AndroidManifest.xml b/datasets/android/AndroidManifest.xml
index cebbf0e..efca1ef 100644
--- a/datasets/android/AndroidManifest.xml
+++ b/datasets/android/…