Commit Graph

478 Commits

Author SHA1 Message Date
f74c611974
Add articles/Mean shift - Wikipedia/ 2024-05-16 15:27:47 +02:00
dc4b0a1155
Add articles/Mixture model - Wikipedia/ 2024-05-16 15:25:52 +02:00
15fcbbfd4b
Add articles/Receptive field - Wikipedia/ 2024-05-16 15:23:20 +02:00
36046f350e
Add articles/Diffraction grating - Wikipedia/ 2024-05-16 15:11:25 +02:00
d5c332dec6
Add articles/Mirrorless camera - Wikipedia/ 2024-05-16 15:06:57 +02:00
dcce77946c
Add articles/Digital single-lens reflex camera - Wikipedia/ 2024-05-16 14:59:34 +02:00
d89e632ed3
Add articles/Rangefinder camera - Wikipedia/ 2024-05-16 14:54:37 +02:00
a46d8b3969
Add articles/Prism (optics) - Wikipedia/ 2024-05-16 14:51:58 +02:00
5e2f6c2131
Add articles/Single-lens reflex camera - Wikipedia/ 2024-05-16 14:48:53 +02:00
2b71260ad6
Add articles/Scattering - Wikipedia/ 2024-05-16 14:37:04 +02:00
b4ab2d7ac6
#77: Add articles/Lens flare - Wikipedia/ 2024-05-16 12:22:47 +02:00
99fb31bbd1
Use same color scale 2024-05-16 09:55:36 +02:00
da5b19f047
Clean image_to_fourier.py 2024-05-16 01:39:06 +02:00
eb33def18c
Add a missing : and imports 2024-05-16 00:33:29 +02:00
Benjamin Loison
f719ff767a
#66: Stop execution if Pearson correlation is negative 2024-05-15 20:15:20 +02:00
Benjamin Loison
60a9dfe89c
Update forgotten to commit scripts 2024-05-15 20:00:44 +02:00
Benjamin Loison
6e7e06b85c
Clean attribute_source_camera.py 2024-05-15 19:57:56 +02:00
Benjamin Loison
e3e3d44ca9
#62: Comment loading images to memory in favor of cropping 2024-05-15 19:57:04 +02:00
6a9900df91
#66: Add Distance Enum to choose between ROOT_MEAN_SQUARE and PEARSON_CORRELATION 2024-05-15 19:51:30 +02:00
Benjamin Loison
7ed6ff5adb
Add RESOLUTION support for Denoiser.MEAN in extract_noise.py 2024-05-15 19:20:19 +02:00
Benjamin Loison
ec4657eda8
Clean low pass denoiser 2024-05-15 18:21:11 +02:00
Benjamin Loison
95796b53fc
#69: Remove artifacts from low pass denoiser
See [Robust_image_source_identification_on_modern_smartphones/issues/69#issuecomment-1892](#69 (comment)).
2024-05-15 17:41:19 +02:00
Benjamin Loison
462bd92509
Make production ready benchmark_load_part_of_images.py 2024-05-15 16:23:39 +02:00
f7c08849dc
Update old merge_with_same_color_scale_single_color_channel_images_according_to_bayer_filter.py 2024-05-15 15:43:16 +02:00
8ec292ba11
Add old Termux try 2024-05-15 15:42:25 +02:00
dac9ce9d50
Update remove_period_patterns.py 2024-05-15 15:39:11 +02:00
d68cd1f8d9
Add articles/Median absolute deviation - Wikipedia/ 2024-05-15 15:35:35 +02:00
3de2d90a84
Add articles/Univariate - Wikipedia/ 2024-05-15 15:29:40 +02:00
feaca32d6e
Add articles/Point spread function - Wikipedia/ 2024-05-15 15:19:42 +02:00
2312fe8705
Add articles/Airy disk - Wikipedia/ 2024-05-15 15:08:09 +02:00
cc45d3dc77
Add articles/Sinc function - Wikipedia/ 2024-05-15 15:02:33 +02:00
7dcd1f3331
Update remove_period_patterns.py 2024-05-14 11:40:56 +02:00
337a6eca84
Add titles 2024-05-14 02:12:54 +02:00
db2e19738e
Update annotations 2024-05-14 02:12:23 +02:00
038f5ffc00
Add remove_period_patterns.py 2024-05-14 02:03:46 +02:00
db55fc6d0f
Add articles/Fourier transforms of images plus.maths.org/ 2024-05-14 01:28:00 +02:00
0b9fa48597
Add articles/Fixed-pattern noise - Wikipedia/ 2024-05-14 01:26:42 +02:00
1c3dd8d67c
Add articles/FloreView_An_Image_and_Video_Dataset_for_Forensic_Analysis/ 2024-05-14 01:25:16 +02:00
b7c494579c
Add old get_ft_prnu.py 2024-05-14 01:19:57 +02:00
810bde8e35
Add fft scripts 2024-05-14 01:19:05 +02:00
4bab354a95
Clean fft.py 2024-05-14 00:24:02 +02:00
451bd55219
Add fft.py 2024-05-14 00:17:29 +02:00
44e325c42b
Add articles/skimage.restoration — skimage 0.23.2 documentation/ 2024-05-13 23:37:01 +02:00
Benjamin Loison
ce64450101
Load lazily images (#62) 2024-05-13 20:06:47 +02:00
Benjamin Loison
10f8766793
First try lazy load 2024-05-13 19:50:54 +02:00
Benjamin Loison
f85e63b6e0
#62: First lazy load try
```
OPERATION = <Operation.LOAD_NPY: 3>
RESOLUTION = 100
Image:   0%|▍                                                                                            | 1/200 [00:00<00:00, 5084.00it/s]
Camera:   0%|                                                                                                        | 0/2 [00:00<?, ?it/s]
Traceback (most recent call last):
  File "/home/benjamin/robust_image_source_identification_on_modern_smartphones/datasets/raise/./benchmark_load_part_of_images.py", line 43, in <module>
    rawColorChannels = np.load(numpyFilePath, mmap_mode = 'r', allow_pickle = True)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/benjamin/venv/lib/python3.11/site-packages/numpy/lib/npyio.py", line 453, in load
    return format.open_memmap(file, mode=mmap_mode,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/benjamin/venv/lib/python3.11/site-packages/numpy/lib/format.py", line 932, in open_memmap
    raise ValueError(msg)
ValueError: Array can't be memory-mapped: Python objects in dtype.
```
2024-05-13 18:30:28 +02:00
Benjamin Loison
ac32abede1
Save all colors 2024-05-13 18:22:25 +02:00
Benjamin Loison
36b17eb3cc
#62: Add benchmark_load_part_of_images.py 2024-05-13 17:52:49 +02:00
Benjamin Loison
fb0f78e069
Add the ability to hardcode resolution 2024-05-13 16:27:53 +02:00
Benjamin Loison
86093a40c0
Load training images to memory to ease implementation and make execution
faster
2024-05-13 16:26:58 +02:00