1 Commits

Author SHA1 Message Date
ccb2b4bd86 #21: Write PRNU as such to make figures clearer 2024-03-26 03:15:34 +01:00
242 changed files with 42 additions and 9951 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,2 @@
*.pdf
*.xopp
__pycache__

View File

@@ -6,7 +6,6 @@ from wiener_filter import wienerFilter
# Assume greyscale PIL image passed.
# What about other color channels? See #11.
# `THRESHOLD` seems to have been designed to assume 256 range based images.
def contextAdaptiveInterpolator(I, IImage, showProgress = False):
rImage = Image.new('L', (IImage.size[0] - 2, IImage.size[1] - 2))
r = rImage.load()

View File

@@ -14,13 +14,5 @@ def rmsDiffPil(im1, im2):
map(lambda h, i: h*(i**2), h, range(256))
) / (float(im1.size[0]) * im1.size[1]))
def normalizeImage(image):
image = image - image.min()
image = image / image.max()
return image
def rmsDiffNumpy(image0, image1, normalize = False):
if normalize:
image0 = normalizeImage(image0)
image1 = normalizeImage(image1)
def rmsDiffNumpy(image0, image1):
return np.sqrt(np.mean(np.square(image0 - image1)))

View File

@@ -1,41 +0,0 @@
from PIL import Image, ImageFont, ImageDraw
import numpy as np
from matplotlib import pyplot as plt
import os
def randomGaussianImage(scale, size):
return np.random.normal(loc = 0, scale = scale, size = size)
# `cmap` source: https://matplotlib.org/3.8.0/api/_as_gen/matplotlib.pyplot.imshow.html
def showImageWithMatplotlib(npArray, title = None, cmap = 'viridis'):
if title is not None:
plt.title(title)
plt.imshow(npArray, cmap = cmap)
plt.show()
def toPilImage(npArray):
return Image.fromarray(npArray)
def getPrnuShownAsSuch(size, gaussianNoise = 0):
# Supports `WIDTH` > `HEIGHT` and conversely.
WIDTH, HEIGHT = size
TEXT = 'PRNU'
imagePil = Image.new('L', size)
draw = ImageDraw.Draw(imagePil)
fontPath = os.path.expanduser('~/.local/share/fonts/impact.ttf')
for fontSize in range(1, HEIGHT + 1):
font = ImageFont.truetype(fontPath, fontSize)
if font.getlength(TEXT) > WIDTH:
break
# Center vertically, especially in the case `HEIGHT` > `WIDTH`.
draw.text((0, HEIGHT // 2 - fontSize // 2), TEXT, 255, font = font)
imageNpArray = np.array(imagePil)
gaussianNoiseNpArray = randomGaussianImage(gaussianNoise, size[::-1])
#prnuShownAsSuch = imageNpArray + gaussianNoiseNpArray
prnuShownAsSuch = imageNpArray
for y in range(HEIGHT):
for x in range(WIDTH):
if prnuShownAsSuch[y, x] != 0:
prnuShownAsSuch[y, x] += gaussianNoiseNpArray[y, x]
return prnuShownAsSuch

View File

@@ -1,63 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="595.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="2007-dirik-sencar-memon--source-camera-identification-based-on-sensor-dust-characteristics.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">125.03278748 102.63490283 277.79187818 102.63490283</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">347.90543485 99.86491099 544.92825541 99.86491099</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">68.53019090 261.41272587 95.68817700 261.41272587</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">148.57807346 262.85597116 295.65189353 262.85597116</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.65636528 274.35006959 66.17375696 274.35006959</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">85.42718465 274.03180175 126.31042276 274.03180175</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">220.01426691 274.51409871 297.13763040 274.51409871</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.37046551 286.83829361 141.69579306 286.83829361</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">152.79135643 287.53607081 294.99984121 287.53607081</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">57.98447607 299.61782179 294.02631086 299.61782179</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.86678314 311.00195606 67.38656493 311.00195606</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">161.84948263 315.42255680 295.90582856 315.42255680</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">57.03454480 326.94705817 133.46307633 326.94705817</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">157.91058272 322.78144315 293.88297868 322.78144315</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">56.30235221 333.63008678 115.55998787 333.63008678</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">168.81796868 335.48425320 188.61623289 335.48425320</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">209.13593112 335.11579529 278.50782247 335.11579529</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">57.53018603 346.04714134 110.78180985 346.04714134</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">128.35489297 345.97723292 154.67721851 345.97723292</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">166.43220943 346.79884592 296.84060864 346.79884592</stroke>
<stroke tool="highlighter" color="#ffff007f" width="6.49543277">54.64755889 359.12331596 91.00263775 359.12331596</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">156.84143571 358.98540219 179.09943491 358.98540219</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">193.01109400 357.40383042 242.99373049 357.40383042</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">194.08042443 363.70303916 244.70573830 363.70303916</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">61.60710290 375.96234695 75.81633644 375.96234695</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">113.20904876 376.67009796 195.75458849 376.67009796</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">234.09591663 375.62984062 296.70967767 375.62984062</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">56.84254315 388.29667617 130.94881354 388.29667617</stroke>
<text font="Sans" size="12.00000000" x="161.93910938" y="381.39528843" color="#00c0ffff" ts="0" fn="">tache</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">267.85968462 382.25593825 298.53199489 382.25593825</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">57.07211283 395.23386507 227.17530642 395.23386507</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">177.65279608 405.87975368 254.51323186 405.87975368</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">73.39195521 417.13475572 293.13998237 417.13475572</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.78765278 429.89316692 197.95692900 429.89316692</stroke>
</layer>
</page>
<page width="595.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="595.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="595.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="595.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="595.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://web.archive.org/web/20240521094929/https://arxiv.org/pdf/2112.02858

View File

@@ -1,101 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="612.00000000" height="792.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/A comparison study of CNN denoisers on PRNU extraction/A comparison study of CNN denoisers on PRNU extraction.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">395.90574939 374.74788563 499.10368649 374.74788563</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">515.17797455 373.44226060 547.67820053 373.44226060</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">61.73477283 385.04932814 100.39889972 385.04932814</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">78.22970089 82.65811411 144.50242269 82.65811411</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">213.79277320 82.38862122 439.71894774 82.38862122</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">102.83051783 191.16567344 150.05894137 191.16567344</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">186.90940364 191.22840878 346.11235229 191.22840878</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">390.55617467 191.98557853 551.55252021 191.98557853</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">63.28205215 202.29893229 99.25417827 202.29893229</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">247.55044857 201.39191655 274.49439938 201.39191655</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">312.81798164 207.75374295 550.08082868 207.75374295</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">60.23194196 220.17701473 84.45140821 220.17701473</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">185.81040775 213.91923564 238.26112475 213.91923564</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">302.85778427 213.22408868 544.03031122 213.22408868</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">334.12603936 341.36381139 377.28597122 341.36381139</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">441.34689520 341.57268905 521.07072893 341.57268905</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">137.54711781 351.52480568 316.51751631 351.52480568</stroke>
<text font="Sans" size="12.00000000" x="241.67600336" y="352.97306301" color="#00c0ffff" ts="0" fn="">should investigate</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">63.75218739 226.98714977 342.27687948 226.98714977</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">369.17247749 226.20713941 533.65001098 226.20713941</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">190.07575272 237.16181554 275.16248473 237.16181554</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">372.22411456 236.96707917 416.37031366 236.96707917</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">432.61619135 237.48625086 520.50777400 237.48625086</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">62.66143275 249.11214495 199.42371671 249.11214495</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">261.42321036 248.66396159 416.36696015 248.66396159</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">445.69342338 247.51322393 470.73010971 247.51322393</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">493.72250507 248.41641855 521.48881561 248.41641855</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">273.03143958 272.26749673 349.58730956 272.26749673</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">530.96430403 249.73409547 551.45359747 249.73409547</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">61.84356351 260.41452767 101.98690836 260.41452767</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">145.37197261 258.94425637 448.55475712 258.94425637</stroke>
<text font="Sans" size="12.00000000" x="406.16245813" y="246.48769518" color="#00c0ffff" ts="0" fn="">what's the finding here?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">190.88893169 273.10950639 264.08514799 273.10950639</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">490.68900267 265.98881109 548.24024006 265.98881109</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">61.35268223 276.34299137 186.58174893 276.34299137</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">374.68908386 271.77256726 406.57718096 271.77256726</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">431.07452455 271.96659890 545.85733073 271.96659890</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">61.24991515 283.35636634 532.99345542 283.35636634</stroke>
<text font="Sans" size="12.00000000" x="373.07061874" y="282.80741315" color="#00c0ffff" ts="0" fn="">not identical somehow?</text>
<text font="Sans" size="12.00000000" x="102.50681854" y="292.63803684" color="#00c0ffff" ts="0" fn="">adapt&#xE9;</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">64.75075741 295.99360538 411.67723600 295.99360538</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">425.77951203 293.81919808 549.02539777 293.81919808</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">62.30768518 307.72445509 445.23119398 307.72445509</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">524.67511029 306.99513725 548.94453960 306.99513725</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">61.20068686 317.06398608 546.00171959 317.06398608</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">119.35540569 328.89897707 252.47040040 328.89897707</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">275.87673598 328.79934597 545.48333425 328.79934597</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">129.23683936 340.64825900 321.25706710 340.64825900</stroke>
</layer>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="11"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="12"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://web.archive.org/web/20240521084451/https://link.springer.com/content/pdf/10.1186/1687-5281-2014-19.pdf

View File

@@ -1,88 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="794.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/A context-adaptive SPN predictor for trustworthy source camera identification/A context-adaptive SPN predictor for trustworthy.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">63.62860845 243.24050131 165.88297748 243.24050131</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">215.51713357 245.05761142 510.15203377 245.05761142</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.39906719 257.10310232 79.22133008 257.10310232</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">321.32385620 256.80309755 530.77500197 256.80309755</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">63.78007611 268.27467618 191.96260377 268.27467618</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">202.44188773 272.68354350 286.80324340 272.68354350</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">291.93624229 273.40789544 523.00740370 273.40789544</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">64.35958867 286.31866899 124.12007220 286.31866899</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">163.12948606 285.02989480 506.99914302 285.02989480</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">515.54864140 280.68821035 521.79854333 279.78322262</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.20937428 292.42190554 98.83231656 292.42190554</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">309.13943285 292.73809570 525.40897547 292.73809570</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">123.90725585 292.73232486 259.41138743 292.73232486</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">111.96997072 406.47187519 226.18729591 406.47187519</stroke>
<text font="Sans" size="12.00000000" x="241.95483889" y="407.74774972" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">237.64788283 405.80831514 326.44302143 405.80831514</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">463.62861596 305.32720111 521.47729950 305.32720111</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.55772608 316.98735689 288.64948588 316.98735689</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">297.32162125 316.88995896 371.94903834 316.88995896</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">392.63420196 316.81466246 502.45343229 316.81466246</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">65.75061002 329.05908529 156.47132818 329.05908529</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">326.84146484 329.23970385 409.22260557 329.23970385</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">418.01471935 334.62783904 529.21391540 334.62783904</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">63.85259916 345.91645632 98.24673719 345.91645632</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.75181221">160.97641284 341.02966039 361.64431854 341.02966039</stroke>
<text font="Sans" size="12.00000000" x="273.28310756" y="340.15828423" color="#00c0ffff" ts="0" fn="">l&#xE9;ger</text>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">372.03496894 346.10760020 525.99955625 346.10760020</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">64.05846298 356.90063184 101.24488807 356.90063184</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">106.84752657 351.40155878 416.14342973 351.40155878</stroke>
<text font="Sans" size="12.00000000" x="532.84733499" y="336.36482924" color="#00c0ffff" ts="0" fn="">? I guess
what we
are fine
with</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">197.83743213 364.51784301 370.94563502 364.51784301</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">484.50154166 365.07036184 513.41523200 365.07036184</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">159.78777559 377.16488072 178.51631017 376.27057335</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">246.34367194 377.81782933 313.06565220 377.81782933</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">352.72333871 375.58174220 490.66640248 375.58174220</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">64.23388779 395.42179155 497.62884504 395.42179155</stroke>
</layer>
</page>
<page width="596.00000000" height="794.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="794.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="794.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="794.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="794.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="794.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="794.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="596.00000000" height="794.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="596.00000000" height="794.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
<page width="596.00000000" height="794.00000000">
<background type="pdf" pageno="11"/>
<layer/>
</page>
</xournal>

View File

@@ -1,87 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="576.00000000" height="782.92900000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/A leak in PRNU based source identification. Questioning fingerprint uniqueness/A leak in PRNU based source identification. Questioning fingerprint uniqueness.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">43.33611304 119.34042266 332.71772960 119.34042266</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">42.76320852 144.61624846 165.52261865 144.61624846</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">190.55953752 147.62905657 427.56964770 147.62905657</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">42.67599568 169.05267080 154.21083811 169.05267080</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.90128927 282.16810935 91.85396202 282.16810935</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">241.55708868 282.46821135 263.95382782 283.47070820</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">343.38311581 283.05938929 424.69168517 283.05938929</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.23483303 295.27503339 110.50081564 295.27503339</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">150.19837784 300.07261505 472.86946644 300.07261505</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">46.95831783 312.65147233 56.34245459 312.65147233</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">95.81219917 313.58696427 145.06403472 313.58696427</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">352.20464395 313.29022924 152.15154912 313.29022924</stroke>
<text font="Sans" size="12.00000000" x="434.40678073" y="304.47493127" color="#00c0ffff" ts="0" fn="">av&#xE8;nement</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">163.85627546 319.78326370 465.92247409 319.78326370</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.91442636 332.12691686 310.57619094 332.12691686</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">322.81032257 336.68360685 473.47177605 336.68360685</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">46.80953034 349.53136646 184.81940760 349.53136646</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">132.84936586 361.05562777 289.57046534 361.05562777</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">411.36549034 355.58156912 469.91077222 355.58156912</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.90774560 367.44786656 240.02933131 367.44786656</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">249.81884497 367.50484173 292.12470196 367.50484173</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">405.27572396 368.04814174 470.27123170 368.04814174</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">80.52323412 378.91563674 158.85606613 378.91563674</stroke>
<text font="Sans" size="12.00000000" x="276.25001591" y="378.14408886" color="#ff00ffff" ts="0" fn="">s</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">223.88696848 378.35230573 273.77117177 378.35230573</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">302.16349862 379.28887966 334.00382844 379.28887966</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">406.20500871 379.14776573 470.44146010 379.14776573</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">59.54340722 392.49953212 212.71055653 392.49953212</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">242.23609268 391.44163324 354.48225003 391.44163324</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">25.75647353 238.63212100 25.75647353 206.77438622</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">366.15538998 391.07389992 451.78423842 391.07389992</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.46356509 404.31043465 92.21335926 404.31043465</stroke>
<text font="Sans" size="12.00000000" x="279.41055786" y="400.63430601" color="#00c0ffff" ts="0" fn="">?</text>
<text font="Sans" size="12.00000000" x="312.12789011" y="400.91438413" color="#00c0ffff" ts="0" fn="">?</text>
<text font="Sans" size="12.00000000" x="357.22025317" y="400.50139241" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">394.65450920 403.76729125 452.34221518 403.76729125</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">163.60411546 416.06410575 216.68194548 416.06410575</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">237.25658766 415.62017774 467.24255856 415.62017774</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">50.19002892 426.61890641 226.38115830 426.61890641</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">326.05377891 431.52912153 414.80369963 431.52912153</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">128.18151590 443.97456692 288.98844102 443.97456692</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">47.91648524 457.18937649 471.08805900 457.18937649</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">294.04685676 466.81791057 473.78545900 466.81791057</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">47.73264349 481.25424113 228.50818577 481.25424113</stroke>
<stroke tool="pen" ts="0" fn="" color="#ff00ffff" width="1.41000000">200.67230386 558.75989801 204.19881378 569.21946955</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">432.86193848 443.51556396 471.55328232 443.51556396</stroke>
</layer>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Additive_white_Gaussian_noise&oldid=1181981955

View File

@@ -1,71 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Additive white Gaussian noise - Wikipedia/Additive white Gaussian noise - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">219.23126221 116.66876221 249.59614415 116.66876221</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">282.27008043 115.89624647 365.87348768 115.89624647</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">414.12463572 115.33402143 502.84167644 115.33402143</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">525.41745112 116.46851411 549.98038306 116.46851411</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">45.48368733 130.84963047 316.54965705 130.84963047</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">65.95964095 161.18128294 116.36209726 161.18128294</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">204.66243477 161.86225369 489.57477128 161.86225369</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">65.15962642 174.73567329 173.02005238 174.73567329</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">66.10522424 194.23805655 99.10051288 194.23805655</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">284.78348157 194.11667409 525.13404451 194.11667409</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">66.74950970 206.37884792 153.44116574 206.37884792</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">66.75755754 254.21890041 121.97765921 251.84047822</stroke>
<text font="Sans" size="11.00000000" x="195.70223538" y="268.49453609" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">47.37984799 286.80281727 326.33080978 286.80281727</stroke>
<text font="Sans" size="11.00000000" x="45.52112301" y="271.18305531" color="#00c0ffff" ts="0" fn="">repeated from Gaussian noise article</text>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">473.90232434 321.56314333 551.01037845 321.56314333</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">47.09694394 336.87045703 548.93863804 336.87045703</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">47.55242520 353.14517858 258.87888354 353.14517858</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">98.97325391 380.73374682 243.04630111 380.73374682</stroke>
<text font="Sans" size="11.00000000" x="347.01922353" y="361.51218168" color="#00c0ffff" ts="0" fn="">alt&#xE9;ration</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">321.28714334 381.54633743 495.31898507 381.54633743</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">526.23157925 380.97197384 552.31011695 380.97197384</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">45.13990767 398.25214907 554.15460484 398.25214907</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">46.53766281 413.21408287 301.31195731 413.21408287</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">392.84176947 412.61770052 545.72787385 412.61770052</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">47.10042014 429.70357255 311.08485529 429.70357255</stroke>
<text font="Sans" size="11.00000000" x="509.58737086" y="427.98022896" color="#00c0ffff" ts="0" fn="">mall&#xE9;able</text>
<text font="Sans" size="11.00000000" x="313.77427578" y="481.57816212" color="#ff00ffff" ts="0" fn="">s?</text>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">167.93611904 489.36492522 495.06057488 489.36492522</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">528.93321612 488.29021288 549.06824995 489.10932195</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">47.53600114 505.40731290 219.23178141 505.40731290</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">230.75816740 504.96521343 494.90218517 504.96521343</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">45.22885435 521.06965913 224.06358297 521.06965913</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">302.66833389 520.65274290 544.93656173 520.65274290</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">44.78351460 537.09053968 98.13815463 537.09053968</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">109.16421419 534.72136328 170.69177954 537.73903182</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">381.74041324 534.92771806 548.51328355 534.92771806</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.37198210 553.23962926 336.13926324 553.23962926</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Adobe_Lightroom&oldid=1223485755

View File

@@ -1,54 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="Adobe Lightroom - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">51.30733169 83.00649933 239.57934159 83.00649933</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">172.50873427 115.79991006 340.94755141 115.79991006</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.22296626 132.26917830 97.81733443 132.26917830</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">139.89571722 132.01769645 334.04451832 132.01769645</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">210.65551933 153.18315119 338.14770585 153.18315119</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">44.58010355 170.74438011 141.19449946 170.74438011</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">252.29880885 163.35306480 330.85092096 163.35306480</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">44.56681556 180.63617334 207.28642456 180.63617334</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">236.85286829 180.85198298 298.47658020 180.85198298</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">357.74785952 392.97709300 436.09092791 392.97709300</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">470.50042456 407.74338855 496.74554487 407.74338855</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.90748557 196.57850264 335.53069511 196.57850264</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">49.27273607 212.43563269 251.70372529 212.43563269</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.51539150 229.14723412 125.05389423 229.14723412</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">173.39921480 227.31054055 334.24993027 227.31054055</stroke>
<text font="Sans" size="12.00000000" x="256.95849670" y="210.99626842" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.04727744 245.76162710 333.87130585 245.76162710</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.90778273 260.64914467 338.57001855 260.64914467</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.44306637 276.37923880 339.43228669 276.37923880</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.46391516 293.91608706 164.57148476 293.91608706</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">196.99161701 298.88029832 219.69608409 298.88029832</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">257.39105103 299.60582165 297.44589679 299.60582165</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">314.85145838 298.61141180 341.69967560 298.61141180</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">45.10375898 315.59603408 336.70504708 315.59603408</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">44.49617174 331.89697590 159.41628632 331.89697590</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Adobe_Photoshop&oldid=1223839906

View File

@@ -1,102 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Adobe Photoshop - Wikipedia/Adobe Photoshop - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">49.68611271 87.82423713 236.16722777 87.82423713</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">170.52326785 129.53642621 269.31097897 129.53642621</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">165.81250103 144.25120990 261.07161279 144.25120990</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">100.77856447 166.72634002 120.07687062 166.72634002</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">187.21090738 176.24992546 342.63485530 176.24992546</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.90153222 192.32002229 279.72123821 192.32002229</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">243.93443698 216.48001829 352.93126342 216.48001829</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">164.52207501 246.61584008 347.61446341 246.61584008</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">43.80483492 264.28518640 58.35308614 264.28518640</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="11"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="12"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="13"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="14"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="15"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="16"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="17"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="18"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="19"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="20"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="21"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="22"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Airy_disk&oldid=1219823064

View File

@@ -1,68 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Airy disk - Wikipedia/Airy disk - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.57536662 79.32465077 128.43454439 79.32465077</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">162.83563541 103.25744808 196.68853691 103.25744808</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">225.67652099 101.22675036 276.24824436 101.22675036</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">301.00441331 102.63963440 394.80768277 102.63963440</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.79015544 116.64562070 396.00258816 116.64562070</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.57935049 128.96545923 138.77494172 128.96545923</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">54.00775487 107.75079200 77.76550074 107.75079200</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">310.89064121 134.01391833 342.72951530 134.01391833</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">40.96061999 147.79937600 85.09042997 147.79937600</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">426.62481998 213.13369425 503.78844227 213.13369425</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">489.85225599 225.59572997 525.10293330 225.59572997</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">508.87629012 236.06931860 542.92253680 236.06931860</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">417.03824422 248.21556898 532.58720708 248.21556898</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">419.32332109 258.74112149 473.33563869 258.74112149</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">439.11937221 457.84888181 521.19638970 457.84888181</stroke>
<text font="Sans" size="12.00000000" x="546.33435049" y="450.31882488" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">522.64686524 469.07208020 531.83805868 469.07208020</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">416.38582963 482.44111810 536.46264985 482.44111810</stroke>
<text font="Sans" size="12.00000000" x="513.16780240" y="508.01486908" color="#00c0ffff" ts="0" fn="">bleu&#xE2;tre</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">419.22360380 493.24176862 518.29269862 493.24176862</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">417.53245348 505.45955533 537.75380842 505.45955533</stroke>
<text font="Sans" size="12.00000000" x="414.66453901" y="510.14103194" color="#00c0ffff" ts="0" fn="">unclear why</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">424.61304853 645.25763965 475.08219604 645.25763965</stroke>
<text font="Sans" size="12.00000000" x="498.27219774" y="656.46397081" color="#00c0ffff" ts="0" fn="">faisceau</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">417.05742062 658.13171791 516.23115130 658.13171791</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">415.32712543 668.72659728 514.90296041 668.72659728</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">416.29165682 680.35773197 544.31132168 680.35773197</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">419.17307814 693.14261911 465.28930080 693.14261911</stroke>
<text font="Sans" size="12.00000000" x="415.70406681" y="695.79856729" color="#00c0ffff" ts="0" fn="">each red circle counts once
or twice (also for black ones)?</text>
<text font="Sans" size="12.00000000" x="415.06074017" y="678.43258334" color="#00c0ffff" ts="0" fn="">ouverture minuscule</text>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Bayer_filter&oldid=1189637393

View File

@@ -1,85 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Bayer filter - Wikipedia/Bayer filter - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">126.90220123 116.63944465 260.24567532 116.63944465</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">49.20439000 131.57480700 262.52692461 131.57480700</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">48.01661193 149.51201223 190.53762779 149.51201223</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">203.23856391 164.73576684 262.85524241 164.73576684</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">48.84638740 181.11020152 261.00351850 181.11020152</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">47.82276454 195.88194746 206.49557936 195.88194746</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">214.87096590 211.35578113 261.48844701 211.35578113</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.29810084 228.85757779 231.46218515 228.85757779</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">116.99976301 245.01394133 247.10497858 245.01394133</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">46.86514083 261.01737305 89.08684543 261.01737305</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000" fill="255">193.55548082 293.99662605 253.12910953 293.99662605</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000" fill="255">90.28796304 310.73814295 122.63548303 310.73814295</stroke>
<text font="Sans" size="11.00000000" x="232.00244746" y="326.84852477" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000" fill="255">44.67642746 327.44568009 265.51954273 327.44568009</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000" fill="255">43.03502427 342.69942492 90.05567870 342.69942492</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000" fill="255">195.45419694 312.07555116 267.43085783 312.07555116</stroke>
<text font="Sans" size="11.00000000" x="270.84637190" y="533.35350132" color="#00c0ffff" ts="0" fn="">so the underlying grey slice is made of identical sensors,
right?</text>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">289.66716534 525.45088059 432.82439707 525.45088059</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">47.43618181 365.56584955 102.84467160 365.56584955</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">44.62315354 379.97672685 263.58467624 379.97672685</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">45.89703887 396.80498153 261.98939034 396.80498153</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">45.84851111 413.33069719 102.58495563 413.33069719</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">114.83998517 411.68788391 265.08794266 411.68788391</stroke>
<text font="Sans" size="11.00000000" x="95.53203396" y="431.61101410" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">154.94223809 427.61936661 263.78245280 427.61936661</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.34518412 444.75623632 214.97234165 444.75623632</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">48.36247399 478.79578600 137.40968116 478.79578600</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000" fill="255">177.03169114 513.83154774 238.93762387 513.83154774</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000" fill="255">139.17001542 527.67742567 159.20571988 527.67742567</stroke>
<stroke tool="highlighter" color="#ff00007f" width="8.50000000" fill="128">242.82197214 522.79144906 262.35377242 522.79144906</stroke>
<stroke tool="highlighter" color="#ff00007f" width="8.50000000" fill="128">44.32223096 539.95672695 263.49931074 539.95672695</stroke>
<stroke tool="highlighter" color="#ff00007f" width="8.50000000" fill="128">44.97388787 554.07297549 264.74654440 554.07297549</stroke>
<stroke tool="highlighter" color="#ff00007f" width="8.50000000" fill="128">46.70851755 571.24281610 124.39341803 571.24281610</stroke>
<stroke tool="highlighter" color="#ff00007f" width="8.50000000" fill="128">179.50932412 569.94550950 549.36304911 569.94550950</stroke>
<stroke tool="highlighter" color="#ff00007f" width="8.50000000" fill="128">47.41422795 586.54881455 96.07576574 586.54881455</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">131.37799040 586.88283414 547.92420992 586.88283414</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">45.71015023 601.67159289 332.79881606 601.67159289</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">346.11542184 602.95115298 550.96854271 602.95115298</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">48.51774449 619.67611564 547.12467190 619.67611564</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">48.63157208 634.90402027 146.69447601 634.90402027</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">369.78876241 635.93872896 434.17640099 635.93872896</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">470.04334001 637.86654111 552.51842715 637.86654111</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.02560936 651.91416522 320.45770052 651.91416522</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Bernoulli_distribution&oldid=1217644843

View File

@@ -1,88 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Bernoulli distribution - Wikipedia/Bernoulli distribution - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">58.39801103 128.51587263 216.69295598 128.51587263</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">184.34705956 151.35033519 210.64076733 151.35033519</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">44.78902838 166.39958245 124.09452800 166.39958245</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">188.98121456 162.17231321 285.45738276 162.17231321</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">47.38844507 178.00006823 283.19406785 178.00006823</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">46.25536247 193.62224805 286.44839920 193.62224805</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">45.81051890 209.40300005 150.54272923 209.40300005</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">87.81769005 272.23298426 122.69212822 274.36538570</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">92.82280215 321.43697302 284.88742140 321.43697302</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">201.30265807 343.44803418 285.68421906 343.44803418</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">69.22838081 445.55572349 287.01408140 445.55572349</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">46.45167465 462.41160679 284.96467390 462.41160679</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">46.89514252 478.98184922 183.74997016 478.98184922</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">136.36666290 496.27061897 287.04527386 496.27061897</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">48.97000537 510.59989442 288.39533689 510.59989442</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.13720144 525.83401262 187.29651708 525.83401262</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">307.56784578 565.84427717 334.07989433 567.16577314</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">429.39067012 566.40569972 429.39067012 566.40569972</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">309.01063250 325.52050469 546.99200540 325.52050469</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">308.19048692 341.49578046 371.29718765 341.49578046</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">231.53892878 402.79818907 287.00196388 402.79818907</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.88198167 417.59556886 141.87516875 417.59556886</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">164.45322130 208.53163263 287.29700478 208.53163263</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">48.92544420 225.35848868 290.71470857 225.35848868</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">289.07923766 243.81070957 44.76877302 243.81070957</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">44.98847027 257.25197165 123.09974814 257.25197165</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">306.63330078 421.09164429 369.33345891 421.09164429</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">427.75036621 425.95483398 474.55235769 425.95483398</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">426.30920410 453.30279541 466.39874268 455.27575684</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">305.55755615 492.90979004 327.48278809 490.74005127</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">426.13256836 486.90484619 426.13256836 508.63690186 519.65185547 508.63690186 519.65185547 486.90484619 426.13256836 486.90484619</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">308.25189209 671.86132812 354.47829378 671.86132812</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">428.17962646 674.16619873 482.32143170 674.16619873</stroke>
<text font="Sans" size="11.00000000" x="514.78900146" y="590.28610229" color="#00c0ffff" ts="0" fn="">means 0 or 1
depending on
the convetion?</text>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">115.88931274 627.26452637 120.54162888 631.91684250</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">120.51440430 631.94390869 127.80136108 617.64190674</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">204.67007446 628.86901855 209.65606689 632.61004639</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">209.65606689 632.61004639 217.05976442 619.78646611</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">293.55010986 628.92156982 298.51989746 632.47088623</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">298.51989746 632.76538086 304.63792354 622.16864886</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">340.52984619 627.46667480 344.49609375 632.46130371</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">344.49609375 632.46130371 352.10037264 619.29030632</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">399.63580322 631.79779053 404.29614258 635.96820068</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">404.29614258 635.96820068 413.01318359 623.00402832</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">371.13830566 574.79446411 373.44151835 578.78374551</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">373.43127441 578.78964233 379.77582203 567.80056352</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">394.86224365 572.66491699 397.83325195 576.48571777</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">397.83325195 576.48571777 403.39910889 565.21679688</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">104.44085693 341.31556702 106.80545044 344.84814453</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">106.80545044 344.84814453 113.69998169 335.51425171</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">140.17398071 515.92907715 146.38548766 522.14058409</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">146.32962036 522.19595337 156.63482666 507.33224487</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">112.01626587 517.14801025 116.85723377 521.98897815</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">116.86718750 521.97900391 127.12222290 509.69891357</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">270.68261719 412.54077148 276.12139893 419.70938110</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">275.95861816 419.54663086 284.34988494 405.01253047</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">341.41900635 414.51989746 345.85949707 419.58276367</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">345.85949707 419.58276367 355.18725586 405.06564331</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">104.01873779 414.21359253 107.65905762 418.17691040</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">107.65905762 418.17691040 114.47683716 409.73007202</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Binomial_distribution&oldid=1216559260

View File

@@ -1,140 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Binomial distribution - Wikipedia/Binomial distribution - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">64.95669943 115.20582926 226.39842711 115.20582926</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">114.92674589 130.99021539 232.51185632 130.99021539</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">277.51112665 129.61831154 308.65047463 129.61831154</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">44.33188378 146.65764422 310.07584361 146.65764422</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">45.95347690 163.05356273 236.10367864 163.05356273</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">247.72486984 164.09210045 266.72011342 164.09210045</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">45.63227424 179.80833218 116.82980080 179.80833218</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">97.58331505 195.52646697 313.30119412 195.52646697</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">45.55717256 209.11419508 154.67763596 209.11419508</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">199.32871417 209.46160481 227.42689977 209.46160481</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">44.95412367 225.53730656 96.97182314 225.53730656</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">116.10654491 225.28614987 308.43950419 225.28614987</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.80112499 241.92593386 97.02547206 241.92593386</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">144.62530192 243.08734438 313.88092485 243.08734438</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">44.37620419 256.81417854 126.06003568 256.81417854</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">140.63272684 264.62624290 308.76289527 264.62624290</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">43.74794562 280.72443732 286.01312177 280.72443732</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">295.13643811 272.62794730 310.64545219 272.62794730</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">45.10786944 290.55320688 306.21760237 290.55320688</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">45.81654905 304.07020116 224.12416886 304.07020116</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">344.30289322 309.22817629 527.24272617 309.22817629</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">364.91622180 141.31435105 510.44910553 141.31435105</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">411.35475852 494.59297759 436.36619516 495.87957667</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">330.77775939 710.37350948 355.94176248 710.37350948</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">409.70061866 711.94231018 417.02726661 711.94231018</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">328.83724496 729.99019035 368.93950214 729.99019035</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">410.50223817 729.87772700 462.42057587 729.87772700</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">328.54192836 767.05063634 374.48617242 767.05063634</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">329.15338048 629.76945494 350.51774407 629.76945494</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">464.55856770 635.39301230 468.11341845 638.13115671</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">468.11341845 638.42599182 474.43372544 627.47889900</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">428.04285246 711.54950240 431.30394612 714.81059606</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">431.57761801 714.80899068 436.25529770 706.70701180</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">470.60838523 729.52928550 475.08128544 733.23381225</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">475.08128544 733.23381225 482.38908752 724.39572902</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">429.72987151 775.21614058 432.56600301 780.12846442</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">432.65529435 780.39362769 435.76973816 774.09116314</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">409.69928882 768.16174216 476.55437189 768.16174216</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">411.90219481 625.17482835 411.90219481 644.15974262 454.94624137 644.15974262 454.94624137 625.17482835 411.90219481 625.17482835</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">406.16062545 777.83340695 410.99325934 782.66604083</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">410.95232086 782.70663542 417.04579388 775.08627464</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">104.27368072 641.47694715 107.68105660 645.61004983</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">107.68105660 645.61004983 115.86909935 632.79282751</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">258.94481450 565.67644195 261.37794363 569.24044110</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">261.37794363 569.24044110 271.19359820 557.34060332</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">100.48276011 352.99510655 105.26954886 356.91754393</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">105.26954886 356.91754393 110.24121296 348.30636911</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">206.44304718 354.42030725 209.36282965 356.91660387</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">209.52163112 356.91660387 213.67618019 349.72071380</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">325.23960999 354.91322002 328.24175095 357.46316888</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">328.24175095 357.46316888 334.25401190 349.71672534</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">394.69211501 355.66442018 397.32175458 358.29405976</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">397.26077337 358.35365851 404.54537200 350.34237008</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">151.61834419 460.00821567 154.83027385 463.22014534</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">155.11546146 463.23076645 162.28395114 454.89949055</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">117.32096568 407.70127019 121.10000943 410.34153366</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">121.10000943 410.16601746 124.15840849 398.75191679</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">102.85872897 267.71911117 106.69763853 271.05015870</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">106.69763853 271.05015870 112.24773358 262.75522417</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">149.68324084 408.99626103 153.17322740 411.85276138</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">153.17322740 411.85276138 158.50412470 402.61937640</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="11"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="12"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="13"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="14"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="15"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="16"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="17"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="18"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://web.archive.org/web/20240413163957/https://bv.univ-poitiers.fr/access/content/user/bdiall03/PhD_Image_Forensic_XLIM/Articles/Clustering/Blind%20PRNUBased%20Image%20Clusteringfor%20Source%20Identification2017.pdf

View File

@@ -1,108 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="612.00000000" height="792.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Blind PRNUBased Image Clusteringfor Source Identification2017/Blind PRNUBased Image Clusteringfor Source Identification2017.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">127.65191730 73.50696777 172.28789069 73.50696777</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">397.65998856 72.34737901 485.19922693 72.34737901</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">186.56161939 70.58965322 378.50605048 70.58965322</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">190.07740447 101.80412685 420.49660646 101.80412685</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">136.84226926 386.42140564 295.40223639 386.42140564</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">120.43030031 173.31234218 300.33194357 173.31234218</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">50.82111333 181.79522110 205.34085921 181.79522110</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">216.17423106 186.01507277 298.69779058 186.01507277</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">51.66785633 195.42739305 119.19853029 195.42739305</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">125.29120029 192.34914905 184.26321778 192.34914905</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">244.06580301 191.19797290 299.36892624 191.19797290</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">50.48156969 204.06643690 296.29761131 204.06643690</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">176.98768373 210.92308316 200.15027060 212.03302563</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">244.51553674 212.68571741 295.48942392 212.68571741</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">67.48925026 222.76867620 154.76795533 222.76867620</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">229.96034418 222.34327865 296.60263785 222.34327865</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">52.81392721 231.88049015 297.92150594 231.88049015</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">51.62147040 243.03333226 84.40819980 243.03333226</stroke>
<text font="Sans" size="12.00000000" x="40.67843773" y="219.53015307" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">93.16605821 243.25783894 109.56556936 244.38608835</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">141.73053570 242.05819403 172.46205436 242.05819403</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">196.96923211 241.34972011 295.73232045 241.34972011</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">50.00877611 252.46715418 222.51613920 252.46715418</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">158.52366957 261.54869669 179.86199874 260.51949895</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">281.35062094 256.27698676 299.75978368 256.27698676</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">52.26318819 266.58351261 146.01298681 266.58351261</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">214.15644285 263.39844942 296.07074551 263.39844942</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">54.60901360 272.81651704 295.48609403 272.81651704</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">52.01090006 280.86607426 105.77475627 283.69079297</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">118.41310719 282.13612808 156.20687409 282.13612808</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">221.85942103 282.30291073 296.54351617 282.30291073</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">51.25763365 291.64588700 64.95297942 292.20373974</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">107.16090804 292.04477160 188.03027104 292.04477160</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">64.66713901 302.21870133 224.20251527 302.21870133</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">271.06697484 301.58758951 297.44840540 301.58758951</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">50.08135397 310.96017949 296.53905776 310.96017949</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">63.30995888 321.82325827 131.26242915 321.82325827</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">238.83587488 321.49703767 294.77243583 321.49703767</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">90.93434971 332.05087166 294.49239544 332.05087166</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">52.43753478 342.04765159 111.11252843 342.04765159</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">123.78713397 341.10056103 156.39469133 341.10056103</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">195.30958029 351.79372509 269.89959939 351.79372509</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">72.46941159 361.52863276 98.93961882 361.52863276</stroke>
</layer>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="11"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="12"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="13"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="14"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="15"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Block-matching_and_3D_filtering&oldid=1180526091

View File

@@ -1,46 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Block-matching and 3D filtering - Wikipedia/Block-matching and 3D filtering - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">224.60464533 256.87256291 235.54296423 256.06721083</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">340.85446469 254.11136930 352.30879857 254.11136930</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">486.06478372 255.10192906 511.05070957 255.10192906</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">224.45852947 269.65541683 452.67307378 269.65541683</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">470.81382060 268.17549876 543.76904580 268.17549876</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">224.45297741 281.76355317 518.81876455 281.76355317</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">223.66488788 295.78353143 292.08860615 298.55480592</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">103.09664485 132.58290388 130.45170443 132.58290388</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.54361865 86.88449294 407.14623605 86.88449294</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">183.46157759 132.17792553 198.21692922 132.94704710</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.54613666 148.94003470 197.17312247 148.94003470</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.18750981 164.92928934 194.76504598 164.92928934</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.87328777 181.83433093 74.87447513 181.83433093</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">138.36250504 180.91005482 150.88895984 181.65423949</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.30608106 197.42118429 90.40291989 197.42118429</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">110.69891386 196.15175187 194.94373522 196.15175187</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.01692130 214.31807780 145.44193815 214.31807780</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.80101938 228.56025220 127.12564205 228.56025220</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">44.91848843 246.29095922 196.88029819 246.29095922</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.16675843 262.29522148 114.66100379 262.29522148</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">195.41931560 229.48727592 197.52646501 229.48727592</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">179.93395316 261.23631263 199.04527147 261.23631263</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.25153269 277.23331741 88.50419658 277.23331741</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.84621547 292.65726609 180.69679302 292.65726609</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.08782630 309.85944718 170.61858770 309.85944718</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">181.86216703 309.06051881 197.91010677 307.80370644</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.28135117 324.16299745 193.82225261 324.16299745</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">49.64261999 341.27998377 295.74173197 341.27998377</stroke>
<text font="Sans" size="12.00000000" x="315.91513549" y="324.85098052" color="#00c0ffff" ts="0" fn="">unclear meaning</text>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Bokeh&oldid=1222264677

View File

@@ -1,66 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="Bokeh - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">49.34631623 86.51217512 113.41603509 86.51217512</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">60.94050819 129.45142785 116.96920658 129.45142785</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">162.34092798 146.64505658 357.06171758 146.64505658</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">49.32008624 160.79705036 340.87737885 160.79705036</stroke>
<text font="Sans" size="12.00000000" x="349.90620488" y="155.39742095" color="#00c0ffff" ts="0" fn="">?</text>
<text font="Sans" size="12.00000000" x="384.88554005" y="248.32943063" color="#00c0ffff" ts="0" fn="">grossier</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">390.91582266 249.01178992 451.42293600 249.01178992</stroke>
<text font="Sans" size="12.00000000" x="395.22973798" y="485.50292235" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">130.24145710 178.25198156 144.58673651 180.23422551</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">181.25973995 178.16439542 360.30321788 178.16439542</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">49.00199036 194.56448688 183.59106386 194.56448688</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">207.73725846 193.87388623 360.03937121 193.87388623</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">49.36332903 211.83268993 314.66265683 211.83268993</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">340.18451052 210.79069004 361.15419085 210.79069004</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">48.18272752 226.19002963 356.01303857 226.19002963</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">48.88180017 240.87219468 363.19869546 240.87219468</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">47.65334728 256.92201037 220.54842573 256.92201037</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="11"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Central_limit_theorem&oldid=1215825721

View File

@@ -1,110 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Central limit theorem - Wikipedia/Central limit theorem - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">260.89982170 110.92044301 279.56123402 110.92044301</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">55.99670223 113.54035656 130.56803186 113.54035656</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">341.43539980 113.02021747 551.10613822 113.02021747</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">44.21747152 125.79380721 382.48339096 125.79380721</stroke>
<text font="Sans" size="11.00000000" x="138.05411551" y="127.33278857" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">412.25285618 125.33357353 548.56528994 125.33357353</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">45.40047842 139.60692476 206.52969519 139.60692476</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000" fill="255">220.62631100 145.23651225 374.20262558 145.23651225</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">350.88277988 175.99915230 551.87400722 175.99915230</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">45.06321343 188.99195752 427.05389259 188.99195752</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000" fill="255">95.96601681 230.37040423 113.74105723 230.37040423</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000" fill="255">44.48110537 243.33492425 62.81544478 243.33492425</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000" fill="255">158.93006909 242.83492038 380.45307127 242.83492038</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">305.93887703 262.04504901 549.34883463 262.04504901</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">46.02220034 275.68620424 553.39713087 275.68620424</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">44.09797334 288.96467533 551.76270293 288.96467533</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">43.37421003 303.77288145 240.20379036 303.77288145</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">43.08725183 328.32451380 99.08342474 328.32451380</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">171.98063280 328.59784008 551.26559343 328.59784008</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">43.56849618 341.79512411 549.90745962 341.79512411</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">44.83613980 353.93009794 553.50890773 353.93009794</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">44.15394968 367.55368176 550.13284186 367.55368176</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">44.07347132 381.27393965 88.87149933 381.27393965</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">257.38958110 403.94182390 549.89955688 403.94182390</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">43.20486363 417.94489205 110.19439307 417.94489205</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">193.96785895 417.61635024 553.08862399 417.61635024</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">44.96861331 430.68834149 458.83893227 430.68834149</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000" fill="255">62.60863224 458.77105836 197.26550347 458.77105836</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000" fill="255">248.25450542 457.94663977 273.37194979 457.94663977</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000" fill="255">333.58733174 459.64987957 347.38090882 459.64987957</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000" fill="255">423.07801915 458.09267225 467.28473203 458.09267225</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000" fill="255">518.43105806 459.78769954 553.96557759 459.78769954</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000" fill="255">120.55581437 472.30359595 234.72968303 472.30359595</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="11"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="12"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="13"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="14"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="15"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="16"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="17"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="18"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://www.researchgate.net/profile/Chiara_Albisani/publication/352171921_Checking_PRNU_Usability_on_Modern_Devices/links/61cc5407b6b5667157b22ded/Checking-PRNU-Usability-on-Modern-Devices.pdf

View File

@@ -1,69 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="612.00000000" height="792.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Checking_PRNU_usability_on_modern_devices/Checking_PRNU_usability_on_modern_devices.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">108.03810455 101.36731131 330.58875026 101.36731131</stroke>
</layer>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="2"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">225.62266031 102.49002719 458.15088071 102.49002719</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">152.67280874 213.30361385 198.93581885 210.88272844</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">216.87578173 485.74129371 291.46371270 485.74129371</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">70.89680917 326.50083786 119.57430682 326.50083786</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">101.60930080 229.61724173 178.91420035 229.61724173</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">218.36912209 229.12539734 295.29057979 229.12539734</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">59.84787205 242.55802519 276.06436830 242.55802519</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">56.75136026 259.62202036 294.11250037 259.62202036</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">54.90280163 270.91405159 295.51044623 270.91405159</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">56.65619627 283.99476022 79.39539157 283.99476022</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">58.28524387 290.41976045 178.03160101 290.41976045</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">86.08397348 277.21873341 215.95441375 277.21873341</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">222.24937923 290.29977090 292.84532479 290.29977090</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">57.60365485 302.54503156 294.05218329 302.54503156</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.65369845 313.43788065 107.05662581 315.51730797</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">140.03773092 326.82797502 187.02105063 326.82797502</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">215.63216395 324.95543649 293.04325309 324.95543649</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">58.95289911 337.75059442 114.11013360 337.75059442</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">253.29959537 335.85910688 295.76997568 338.15752843</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">163.36158800 350.76006415 177.41076356 349.90931602</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">191.29765098 349.72471190 232.35063439 349.72471190</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">251.51707250 349.66949353 268.91135852 349.66949353</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">221.71573738 396.51944535 296.33833799 396.51944535</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">59.37921671 407.79702209 294.75831566 407.79702209</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">59.32695423 420.63075145 249.76803872 420.63075145</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">263.21862170 421.18423495 280.18508162 421.18423495</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">59.18757326 433.35288521 81.61707804 433.35288521</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">130.89251346 434.05240141 155.67453712 434.05240141</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.78147902 444.74161906 301.02674692 444.74161906</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.05607627 455.01251763 148.18520280 455.01251763</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">158.50497112 462.91839121 292.90136363 462.91839121</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">54.81077754 473.92507534 94.79026210 473.92507534</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">99.19069394 360.76055558 114.57611653 360.76055558</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">156.94293021 361.22837701 290.65667786 361.22837701</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">58.01004858 373.49620422 253.67584736 373.49620422</stroke>
<text font="Sans" size="12.00000000" x="97.65568278" y="370.71809517" color="#00c0ffff" ts="0" fn="">contrarily to what?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">97.22277609 386.22961342 291.85410646 386.22961342</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.19390295 397.57911812 209.73999076 397.57911812</stroke>
</layer>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Clutter_(radar)&oldid=1204832090

View File

@@ -1,36 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Clutter (radar) - Wikipedia/Clutter (radar) - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">51.83849300 85.82729811 198.46860102 85.82729811</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">157.14802276 116.60262590 363.03215680 116.60262590</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.92372986 131.73961587 264.92800949 131.73961587</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Colour_banding&oldid=1210321034

View File

@@ -1,22 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Colour banding - Wikipedia/Colour banding - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">52.60232254 87.32012701 220.84298341 87.32012701</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">240.16302004 575.13492151 311.15086477 575.13492151</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">346.99563717 575.03938402 423.64555513 575.03938402</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">347.81550937 590.96520425 390.91968635 590.96520425</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">454.63665374 574.03925501 534.90971727 574.03925501</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">405.32301364 607.46862491 535.73211245 607.46862491</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">239.79704565 621.63242791 533.77398706 621.63242791</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">255.52317772 321.31178051 293.58236968 321.31178051</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">318.00223168 320.48496608 472.26045516 320.48496608</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Confusion_matrix&oldid=1218102928

View File

@@ -1,47 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="Confusion matrix - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.11437245 82.51135399 223.92647119 82.51135399</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">109.69370651 108.78704352 178.60525706 108.78704352</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">208.80931490 110.01126358 422.41211722 110.01126358</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">536.81953087 108.81040766 551.92178212 109.90255308</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">43.94703876 123.42524287 147.20868348 123.42524287</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">189.38661244 124.09397256 270.29749186 124.09397256</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">333.83396833 122.94748135 382.67074723 122.94748135</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">422.35599725 123.65162675 546.64569230 123.65162675</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">43.82226897 138.45325188 77.16776966 136.81505268</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">94.66386893 137.88370133 172.68146895 137.88370133</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">203.20620487 136.84271825 307.88604741 136.84271825</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">369.85096748 137.64890409 392.17048166 136.01070490</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">411.23466876 136.82979502 487.58636302 136.82979502</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">80.31381778 216.77711042 223.96972446 216.77711042</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">264.20622964 216.73184122 448.18233675 216.73184122</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">482.30173673 217.33311242 515.84729312 217.33311242</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.83194465 230.38111990 161.56897929 230.38111990</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">173.36719097 238.52606976 519.94159614 238.52606976</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Constant_false_alarm_rate&oldid=1104952768

View File

@@ -1,43 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Constant false alarm rate - Wikipedia/Constant false alarm rate - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">50.00884760 88.52795996 323.54575944 88.52795996</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">193.12728064 116.86994483 272.97366289 116.86994483</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">337.29053395 116.85241699 552.09303519 116.85241699</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.56007950 134.32242346 490.13085180 134.32242346</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.11782481 169.10057391 106.49314209 166.55772979</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">81.34124284 195.01865762 145.77659149 195.01865762</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">231.45454370 194.01058898 257.04642279 194.01058898</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">338.36357877 193.71759931 390.74485089 193.71759931</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">423.43487837 193.60799820 543.71114084 193.60799820</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.73958352 208.93202873 548.34992781 208.93202873</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.56844186 227.17579927 285.10006471 227.17579927</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">396.53083950 225.96249384 547.02507177 225.96249384</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">91.65990053 242.34691124 111.29008523 241.55620674</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">137.14885853 241.67816260 178.05991453 240.03346390</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">210.82787767 241.23483145 269.93935673 241.23483145</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">316.66362159 243.31054445 547.86316687 243.31054445</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.65435306 258.80587407 289.67462297 258.80587407</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">355.11155197 262.35066630 550.14842568 262.35066630</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">46.57208370 280.95435444 352.57983613 280.95435444</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">71.79779883 302.79453433 278.11150628 302.79453433</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">317.36598577 300.09556928 550.37845843 300.09556928</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">49.06484557 317.84808661 548.01447433 317.84808661</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">45.48938436 340.21112668 171.76666930 340.21112668</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">121.57598955 356.83098559 174.27922601 356.83098559</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">205.18690751 366.08674566 553.61232655 366.08674566</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.06088302 381.55300748 163.93644523 381.55300748</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">173.76832267 388.89927531 456.45300337 388.89927531</stroke>
<text font="Sans" size="12.00000000" x="461.08808706" y="367.49285850" color="#00c0ffff" ts="0" fn="">in average or with
bounds for every
alarm?</text>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Convolution&oldid=1212399231

View File

@@ -1,76 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Convolution - Wikipedia/Convolution - Wikipedia.pdf" pageno="1"/>
<layer>
<text font="Sans" size="11.00000000" x="348.81860352" y="67.92288208" color="#00c0ffff" ts="0" fn="">same image as cross-correlation article</text>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">149.32263426 95.56185327 214.51054772 95.56185327</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">288.93704388 91.41463395 330.03622131 91.41463395</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">43.47755796 103.21803224 294.56437282 103.21803224</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">45.21576058 114.34690243 311.21988591 114.34690243</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">42.43813817 125.26673657 331.92136951 125.26673657</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">43.90321916 135.12511321 329.93271179 135.12511321</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">44.10902441 147.43147519 109.28915256 147.43147519</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">118.48694007 146.45345021 212.57255899 146.45345021</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">73.83988681 157.56852552 197.33013312 157.56852552</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">220.68316562 145.87281449 329.69303948 145.87281449</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">42.55723273 156.56288235 64.29936086 156.56288235</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">402.82778667 97.69937796 406.34737671 101.76504072</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">406.34737671 101.52012470 411.09857403 93.29080954</stroke>
<text font="Sans" size="11.00000000" x="39.63875281" y="171.30422418" color="#00c0ffff" ts="0" fn="">but is not there possibly some kind of constant shift?</text>
<text font="Sans" size="11.00000000" x="115.27580209" y="32.33256515" color="#00c0ffff" ts="0" fn="">assuming the process of convolution computation, I agree that f * g and g * f are
identical (except possibly by a constant shift see below) as both f and g are reflected</text>
<text font="Sans" size="11.00000000" x="331.82704026" y="305.73143569" color="#00c0ffff" ts="0" fn="">to check especially from a reflection point of view
a * b: b going forward (or a going backward)</text>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="11"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="12"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="13"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Covariance&oldid=1220412961

View File

@@ -1,55 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Covariance - Wikipedia/Covariance - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">466.60983003 169.95308251 544.60480483 169.95308251</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">466.60274310 268.94551093 542.70137344 268.94551093</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">465.21591396 366.63694547 543.03549449 366.63694547</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.80068335 355.66499964 203.60460036 355.66499964</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">99.58910638 470.15465069 178.63455237 470.15465069</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">99.00504605 99.67714178 213.78662672 99.67714178</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">229.79377451 95.40842827 423.96504140 95.40842827</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">58.19450941 116.35627148 134.60818047 116.35627148</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">284.18723210 115.09786740 428.09764956 115.09786740</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">437.27549731 119.13323240 444.46113595 119.13323240</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">42.64778576 133.75403397 366.52151489 133.75403397</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">373.74875230 133.36032512 441.27156560 133.36032512</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">41.91019105 144.17103102 101.18240345 144.17103102</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">312.14915658 139.90176626 404.45303446 139.90176626</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">44.76459315 151.87594168 87.18513140 151.87594168</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">96.33546576 155.20311309 398.65073106 155.20311309</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">202.75814679 162.01359579 292.01011960 162.01359579</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">301.96557694 161.97183905 440.76826136 161.97183905</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">44.14817738 174.59241705 340.59285444 174.59241705</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">365.60567151 173.50412344 439.17860056 173.50412344</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">42.87416189 186.47282930 439.04952357 186.47282930</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">40.43336511 198.30569674 72.83444752 198.30569674</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
</xournal>

View File

@@ -4,6 +4,7 @@
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Cross-correlation - Wikipedia/Cross-correlation - Wikipedia.pdf" pageno="1"/>
<layer>
<text font="Sans" size="11.00000000" x="254.94909668" y="99.11550903" color="#00c0ffff" ts="0" fn="">to investigate</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">267.48571777 124.12182617 323.80781974 124.12182617</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">357.43951416 123.44583130 442.32898420 123.44583130</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">467.44500732 125.49694824 534.17380054 125.49694824</stroke>
@@ -13,29 +14,6 @@
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000" fill="255">528.16571045 283.40579224 542.33862305 264.13464355</stroke>
<stroke tool="highlighter" color="#ff00007f" width="8.50000000" fill="128">263.87579346 203.13952637 263.87579346 203.13952637</stroke>
<stroke tool="highlighter" color="#ff00007f" width="8.50000000" fill="128">370.60308838 204.73757935 370.60308838 204.73757935</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">78.57849121 117.80187988 171.96030458 117.80187988</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">162.22763062 131.01455688 227.98241064 131.01455688</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">46.67471313 148.09497070 226.05544775 148.09497070</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">46.93252563 164.21539307 226.97007055 164.21539307</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">46.52069092 180.99789429 89.24504335 180.99789429</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.18017578 194.92501831 227.91126572 194.92501831</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.18832397 215.47106934 80.57260132 213.15338135</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">127.45416260 213.62695312 228.75970321 213.62695312</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">44.34286499 230.52056885 226.53021271 230.52056885</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">156.97259521 250.76489258 216.23257670 250.76489258</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">44.39227295 266.98562622 143.16048241 266.98562622</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">44.96420288 315.10263062 123.05338761 315.10263062</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">114.77200317 324.82070923 226.49730756 324.82070923</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">48.57684326 342.66192627 189.71574773 342.66192627</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">274.46093750 381.18722534 421.39016505 381.18722534</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">431.89593506 387.66854858 541.47244606 387.66854858</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">251.92236328 400.14279175 544.40725375 400.14279175</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">252.19702148 414.63638306 301.86120726 414.63638306</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">338.80548096 407.32888794 531.95494012 407.32888794</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">252.36242676 423.64596558 457.92291245 423.64596558</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">265.92120361 415.03784180 265.92120361 211.66577809</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">367.53582764 285.61862183 307.57263184 416.23706055</stroke>
<text font="Sans" size="11.00000000" x="132.97061157" y="60.18299866" color="#00c0ffff" ts="0" fn="">assuming cross-correlation computation process the value of the result looks correct</text>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
@@ -44,27 +22,11 @@
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.80955114 791.74011368 331.99361799 791.74011368</stroke>
<text font="Sans" size="11.00000000" x="0.79341117" y="820.52022002" color="#00c0ffff" ts="0" fn="">is it the thing to look for for 2D case? In the case of images we do not know the expected value and variance</text>
</layer>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">155.69479102 67.93082199 246.72436790 67.93082199</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">282.52339238 67.10588439 363.44489430 67.10588439</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">405.71645827 69.22459764 548.63361014 69.22459764</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">47.73320657 85.02577876 255.84413700 85.02577876</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">290.40224690 85.41578928 493.42589614 85.41578928</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">65.57380338 128.77069784 65.57380338 138.57630981 140.61213722 138.57630981 140.61213722 128.77069784 65.57380338 128.77069784</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">64.11423314 173.21749830 64.11423314 295.97864072 308.31585891 295.97864072 308.31585891 173.21749830 64.11423314 173.21749830</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">89.76806365 156.24192924 171.01897169 156.24192924</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">149.69362736 312.48722893 356.16879303 312.48722893</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">82.30081812 323.86313194 82.30081812 323.86313194</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">122.79143072 325.58346583 202.28882098 325.58346583</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">390.29685005 311.71793834 528.64493288 311.71793834</stroke>
</layer>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
@@ -72,52 +34,15 @@
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">156.12344360 699.26705933 548.50704139 699.26705933</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">46.43652344 716.25509644 276.13646122 716.25509644</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">65.93057251 744.18289185 65.93057251 762.68679810 198.95516968 762.68679810 198.95516968 744.18289185 65.93057251 744.18289185</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">46.18588257 779.39712524 204.51811902 779.39712524</stroke>
</layer>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer>
<text font="Sans" size="11.00000000" x="25.48739624" y="278.81002808" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">46.36798096 320.29962158 550.44104815 320.29962158</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">46.19415283 336.70681763 386.65723180 336.70681763</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">437.66577148 338.07150269 549.80411457 338.07150269</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">45.00543213 354.37414551 379.23668359 354.37414551</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">392.93048096 354.19073486 554.36827354 354.19073486</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.11138916 369.47976685 243.71238441 369.47976685</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">67.00357056 425.72543335 67.00357056 455.66036987 264.57598877 455.66036987 264.57598877 425.72543335 67.00357056 425.72543335</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">82.66488647 506.35531616 82.66488647 506.35531616</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">128.27154541 504.81961060 325.22475847 504.81961060</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">340.04376221 509.59967041 340.04376221 509.59967041</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">388.97900391 508.45977783 449.30139160 506.03344727</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">479.82574463 507.14157104 549.57433817 507.14157104</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.10739136 525.37341309 109.43286796 525.37341309</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">210.94421387 553.38992310 519.23286178 553.38992310</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">79.92712402 727.35394287 98.43542480 726.34884644</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">133.73022461 726.43368530 194.42626184 726.43368530</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">223.28317261 727.97222900 241.64923096 727.15432739</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">278.18786621 728.49203491 310.35991841 728.49203491</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">323.29534912 734.57467651 546.83011855 734.57467651</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">42.87072754 752.32824707 127.40429643 752.32824707</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">76.58883667 774.72662354 550.18741224 774.72662354</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">45.54699707 790.93701172 551.00518015 790.93701172</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">48.90390015 47.37908936 371.24243774 47.37908936</stroke>
</layer>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">48.14584351 43.13348389 408.28372799 43.13348389</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">520.23907471 45.00566101 546.60069851 45.00566101</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">47.06616211 60.39956665 156.69670902 60.39956665</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">216.35986328 59.27238464 298.67659173 59.27238464</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">381.83453369 60.08154297 544.74860423 60.08154297</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">46.88775635 76.60821533 239.49209548 76.60821533</stroke>
</layer>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="9"/>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Darktable&oldid=1204679832

View File

@@ -1,24 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Darktable - Wikipedia/Darktable - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">171.91839600 86.09838867 380.90474598 86.09838867</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">399.04504395 298.73919678 399.04504395 329.40808105 548.97998047 329.40808105 548.97998047 298.73919678 399.04504395 298.73919678</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">397.33496094 474.64733887 529.55115858 474.64733887</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Deblocking_filter&oldid=1213478584

View File

@@ -1,25 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="Deblocking filter - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">49.63202275 85.75422778 230.09026238 85.75422778</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">169.65211720 117.75564263 551.44831225 117.75564263</stroke>
<stroke tool="highlighter" color="#ffff007f" width="11.44981481">43.47175956 133.83401449 544.93194288 133.83401449</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.68390594 217.06673285 88.02835118 219.16910238</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.94211264 511.33751894 88.07326982 511.33751894</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">197.25306862 591.85725566 342.32189288 591.85725566</stroke>
<text font="Sans" size="12.00000000" x="491.21653201" y="133.06105503" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.88696501 148.25967221 202.53701736 148.25967221</stroke>
<text font="Sans" size="12.00000000" x="292.89733874" y="149.69869001" color="#00c0ffff" ts="0" fn="">redundant</text>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">339.28218154 145.84436254 487.89588767 122.71286791</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">44.10926033 166.02058585 203.01479671 166.02058585</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">229.38023482 164.64336576 552.45620566 164.64336576</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Detection_theory&oldid=1220988296

View File

@@ -1,68 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Detection theory - Wikipedia/Detection theory - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">51.09340481 86.19808727 229.73244305 86.19808727</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">149.13279614 116.50417716 284.26503398 116.50417716</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">297.93005690 115.64175581 550.45482767 115.64175581</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.63193263 132.26334941 229.34064610 132.26334941</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">430.83717326 138.73114779 522.42836808 138.73114779</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">538.07140616 132.09430697 550.01421234 132.09430697</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.94656361 147.91392659 294.92928239 147.91392659</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">305.94156262 155.87146207 361.63428889 155.87146207</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">159.51520262 469.27259730 212.40745403 469.27259730</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">221.82926234 475.40622118 294.94246482 475.40622118</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.72726340 486.73979931 135.70684972 486.73979931</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">240.63212874 483.95842844 549.66634904 483.95842844</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">47.45666678 501.57717089 344.86634406 501.57717089</stroke>
<text font="Sans" size="12.00000000" x="481.78208239" y="507.89527496" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">358.24656314 507.75299940 548.39118290 507.75299940</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">44.45405324 523.16426774 406.77245587 523.16426774</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">125.61598328 198.07728359 176.50428276 198.07728359</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">188.78667629 199.84602772 264.96007887 199.84602772</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">314.32874119 199.27962443 548.64075831 199.27962443</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">45.16537343 215.68687023 105.13126486 215.68687023</stroke>
<text font="Sans" size="12.00000000" x="502.93531570" y="173.30620388" color="#00c0ffff" ts="0" fn="">dissimul&#xE9;</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">175.58984152 237.04853410 550.09672598 237.04853410</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.49417760 252.70483043 551.64417677 252.70483043</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.37787764 268.74388825 552.12109871 268.74388825</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.36587928 284.56571284 128.30673745 284.56571284</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">45.36309778 243.40146699 161.69547947 243.40146699</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">142.45981438 289.78687275 446.87204189 289.78687275</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">369.13862922 306.97612716 523.31708343 306.97612716</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">538.40473655 301.05600700 553.02886281 300.31322284</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.39669765 316.13103368 81.04618587 316.13103368</stroke>
<text font="Sans" size="12.00000000" x="103.75028423" y="316.28567777" color="#00c0ffff" ts="0" fn="">sentinelle</text>
<text font="Sans" size="12.00000000" x="312.46887814" y="316.58383191" color="#00c0ffff" ts="0" fn="">s'&#xE9;vanouir</text>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">93.29275352 323.50524958 183.99576921 323.50524958</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">282.42225194 322.43928135 379.78266034 322.43928135</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">377.26041821 337.86057545 541.27151659 337.86057545</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://ws2.binghamton.edu/fridrich/Research/DoubleColumnFinal.pdf

View File

@@ -1,114 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="612.00000000" height="792.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Determining Image Origin and Integrity Using Sensor Noise/Determining Image Origin and Integrity Using Sensor Noise.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">90.02263800 64.97200816 525.26454545 64.97200816</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">248.25039044 95.37803752 363.88334245 95.37803752</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">120.72303554 401.20679670 240.94434217 406.18026537</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">144.32147822 413.01708706 193.21665892 413.01708706</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">97.55891824 182.88045297 143.12973331 182.88045297</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">203.36156914 182.50644839 285.79374735 182.50644839</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.90819070 192.26925568 86.48392046 192.26925568</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">162.95341397 192.05451678 286.09098511 192.05451678</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.07595736 204.70860777 201.89950164 204.70860777</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">125.92201315 214.06112119 148.55204068 214.06112119</stroke>
<text font="Sans" size="12.00000000" x="290.52911663" y="206.11075820" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">162.67921561 218.96003239 287.07553627 218.96003239</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">50.23386008 228.38444814 159.63518537 228.38444814</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">225.75768187 223.09418497 285.01243337 225.45977944</stroke>
<text font="Sans" size="12.00000000" x="40.69626632" y="230.75265666" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">50.10791177 234.90666778 285.53375917 234.90666778</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">50.04356200 246.54406795 154.61181468 246.54406795</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">163.66849371 250.25253682 285.91698866 250.25253682</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">285.81347415 260.79727215 48.06842379 260.79727215</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">49.80391249 271.84985817 263.96132675 271.84985817</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">275.49646868 265.05237241 285.22119998 264.64151619</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.65934429 277.20941123 284.28568180 277.20941123</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">49.30502735 286.73653748 281.23728836 286.73653748</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.26657933 298.43259275 287.22614873 298.43259275</stroke>
<text font="Sans" size="12.00000000" x="1.19730084" y="272.10972894" color="#00c0ffff" ts="0" fn="">a bit
unclear</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">152.74002303 307.30591391 283.94076582 307.30591391</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.38165606 319.01051119 286.31614247 319.01051119</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.44903656 328.43877796 249.84669789 328.43877796</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">89.02089213 338.61710398 191.07070264 338.61710398</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">85.62627789 352.53800994 177.98605509 352.53800994</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">214.53162196 349.62262355 252.63316766 349.62262355</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">181.74471507 358.92500963 287.45325980 358.92500963</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">49.21010787 370.54674946 284.55327931 370.54674946</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.94875098 379.84517775 129.66089374 379.84517775</stroke>
<text font="Sans" size="12.00000000" x="15.95944214" y="19.01628113" color="#00c0ffff" ts="0" fn="">no occurrences of git, github and gitlab, code, script, Python
not interesting occurrences of source</text>
</layer>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="11"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="12"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="13"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="14"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="15"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="16"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="17"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="18"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Diffraction_grating&oldid=1221943132

View File

@@ -1,82 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="Diffraction grating - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">49.11724854 83.80438232 252.96335560 83.80438232</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">335.73217773 289.09027100 532.72434474 289.09027100</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">206.74810791 127.38897705 300.12880415 127.38897705</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.97760010 143.91619873 299.41872687 143.91619873</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.43270874 160.49124146 302.04893974 160.49124146</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.05026245 175.74099731 275.79033678 175.74099731</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">286.01300049 182.17349243 305.26712215 182.17349243</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">45.87976074 199.27182007 176.29308568 199.27182007</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">187.89822388 190.93768311 302.11071777 196.04153442</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">44.66659546 206.40264893 201.38369514 206.40264893</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">256.48724365 208.71270752 302.22478487 208.71270752</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">234.68612671 223.51989746 303.09636781 223.51989746</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.31390381 240.91955566 295.95999995 240.91955566</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.45788574 258.54611206 299.19784136 258.54611206</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.01168823 272.98281860 303.04110876 272.98281860</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.53826904 287.61199951 297.16972140 287.61199951</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.64044189 304.99700928 200.82287531 304.99700928</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="11"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="12"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="13"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="14"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="15"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://www.researchgate.net/profile/Miroslav-Goljan/publication/3455253_Digital_Camera_Identification_From_Sensor_Pattern_Noise/links/555df01808ae8c0cab2c5bc3/Digital-Camera-Identification-From-Sensor-Pattern-Noise.pdf

View File

@@ -1,78 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Digital Camera Identification from Sensor Pattern Noise/Digital Camera Identification from Sensor.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">108.97885492 98.97229699 492.53850863 98.97229699</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">237.71524141 125.54577029 357.89884476 125.54577029</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">96.19732900 213.14606885 145.42288728 213.14606885</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">215.07925988 212.92821782 257.61186611 212.92821782</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">116.97985694 223.40193349 289.53962283 223.40193349</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.73940154 232.65306185 141.95631638 232.65306185</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">149.73712877 233.79073879 210.23428957 233.79073879</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">79.35719844 243.94485818 214.28585475 243.94485818</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">47.48677184 259.29648881 167.76440286 259.29648881</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">257.47962280 254.59866780 290.64330607 254.59866780</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.78875415 263.44807705 289.22113499 263.44807705</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">60.37803730 273.02461168 218.59470143 273.02461168</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">245.53450828 273.62344753 288.97162351 273.62344753</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.71348662 282.83504919 285.35697085 282.83504919</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.65078555 294.60749276 284.71839475 294.60749276</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.57475261 304.85128328 93.59682726 302.98458606</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">181.83997836 304.29728299 225.59480084 304.29728299</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">286.11352632 304.56953805 288.73030699 304.78364626</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">113.80442486 314.11960670 140.30707721 314.11960670</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">184.62999374 313.92230204 289.52191273 313.92230204</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">49.27582508 323.91330330 136.69941455 323.91330330</stroke>
<text font="Sans" size="12.00000000" x="291.65356057" y="308.47870866" color="#00c0ffff" ts="0" fn="">?</text>
<text font="Sans" size="12.00000000" x="139.77634414" y="319.23961936" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">146.64213604 323.54033658 190.34988700 323.54033658</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">214.09967411 323.99631878 229.89070194 323.99631878</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">272.20914630 324.82667715 288.96264384 323.84178252</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.45450665 334.89612107 222.69881457 334.89612107</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">233.24917281 337.24495327 290.14423793 337.24495327</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">45.91835325 349.62284137 173.09137940 349.62284137</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="11"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Digital_single-lens_reflex_camera&oldid=1222954869

View File

@@ -1,105 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="Digital single-lens reflex camera - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.80050659 87.06616211 402.41525335 87.06616211</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">257.52050781 115.20758057 339.82787235 115.20758057</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.20697021 131.34259033 71.75613403 130.31805420</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">110.56033325 132.01113892 333.76596350 132.01113892</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.80590820 146.85366821 334.31586671 146.85366821</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.43719482 164.46060181 334.69237532 164.46060181</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.10751343 178.32153320 73.46524048 180.05676270</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.31979370 204.16778564 330.99902040 204.16778564</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.56774902 222.24661255 202.68640312 222.24661255</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">317.96545410 221.88973999 333.30975342 223.51608276</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.12866211 237.69607544 330.77754309 237.69607544</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.53942871 253.45785522 328.12841799 253.45785522</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.07821655 268.53817749 328.01219317 268.53817749</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.10214233 286.34127808 200.53626776 286.34127808</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">209.30606079 291.74673462 333.13549325 291.74673462</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">45.01907349 305.85891724 330.38477867 305.85891724</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">48.09774780 322.22006226 333.12759208 322.22006226</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">48.23831177 339.18206787 335.00315362 339.18206787</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">45.46347046 355.39215088 324.73145214 355.39215088</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.90731812 375.72949219 334.38979565 375.72949219</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">258.22308350 391.64416504 304.07141113 394.00653076</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">121.16232300 410.52099609 332.26939131 410.52099609</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.42312622 423.63891602 336.76715613 423.63891602</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.51550293 440.04760742 70.53735352 440.04760742</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="11"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="12"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="13"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="14"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="15"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="16"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="17"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="18"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="19"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://www.researchgate.net/profile/Miroslav-Goljan/publication/221210662_Large_scale_test_of_sensor_fingerprint_camera_identification/links/555df01308ae8c0cab2c5bbe/Large-scale-test-of-sensor-fingerprint-camera-identification.pdf

View File

@@ -1,77 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="612.00000000" height="792.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Distinguishing Digital Image Origin via Higher Order Statistics - Large_scale_test_of_sensor_fingerprint_camera_iden/Distinguishing Digital Image Origin via Higher Order Statistics - Large_scale_test_of_sensor_fingerprint_camera_iden.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">43.65424805 101.13768431 424.80684625 101.13768431</stroke>
<text font="Sans" size="12.00000000" x="88.37938358" y="773.46649147" color="#00c0ffff" ts="0" fn="">?</text>
</layer>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="2"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">98.51929236 83.01139765 508.52965258 83.01139765</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">277.84352875 192.47118237 336.07221458 192.47118237</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">430.33107677 214.65825999 545.41833513 214.65825999</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">67.56303317 226.30946736 301.04748300 226.30946736</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">310.68078466 227.79013581 375.52993536 227.79013581</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">86.06935653 239.05491782 127.44324477 239.05491782</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">202.82304252 238.46659827 522.37083199 238.46659827</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">163.42460112 250.06129779 419.43411983 250.06129779</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.31786971 261.25679462 300.98635977 261.25679462</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">333.85417556 260.77325744 543.48733242 260.77325744</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">68.20778762 273.69014911 104.68037820 273.69014911</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">132.52968557 271.74224343 543.43515959 271.74224343</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">67.17868177 284.72108322 128.39533692 284.72108322</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">433.35290271 295.85117183 543.23908300 295.85117183</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">66.15273378 306.40930338 367.71505162 306.40930338</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">134.07163514 284.14108040 546.57855577 284.14108040</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">66.99048205 296.18767602 357.02244195 296.18767602</stroke>
</layer>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="11"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="12"/>
<layer/>
</page>
<page width="612.00000000" height="792.00000000">
<background type="pdf" pageno="13"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Dither&oldid=1220939863

View File

@@ -1,65 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Dither - Wikipedia/Dither - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.84779358 74.28715515 89.27440163 74.28715515</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">91.01235199 105.06309509 282.07664310 105.06309509</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">43.90061951 117.20457458 281.87515377 117.20457458</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">42.55033112 128.55345154 109.43381224 128.55345154</stroke>
<text font="Sans" size="12.00000000" x="269.47622681" y="116.21226501" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">150.44744873 133.75367737 214.42196197 133.75367737</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">40.34017944 144.37503052 281.37475115 144.37503052</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">42.71701050 157.23710632 132.79042220 157.23710632</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.47259140 172.16935730 92.59952908 172.16935730</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">145.90882874 174.12144470 276.16168665 174.12144470</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">43.01274872 185.87362671 77.22449307 185.87362671</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">85.83559418 190.89788818 281.93540618 190.89788818</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">42.56955338 203.50796509 225.17280464 203.50796509</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">339.79238892 187.52532959 346.48907471 187.91522217</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">363.60012817 187.89251709 383.80531574 187.89251709</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">398.03125000 187.03356934 414.37420999 187.03356934</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">491.05023193 187.97253418 518.82561234 187.97253418</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">530.08944702 187.78170776 540.56143188 189.44088745</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">328.65972900 198.28308105 523.51172663 198.28308105</stroke>
<text font="Sans" size="12.00000000" x="42.76056290" y="82.91477966" color="#00c0ffff" ts="0" fn="">is dithering really better than color banding?</text>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Equalization_(audio)&oldid=1222773966

View File

@@ -1,58 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Equalization (audio) - Wikipedia/Equalization (audio) - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.01330772 85.92683625 269.63493827 85.92683625</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">129.79738162 129.48566085 202.76271140 129.48566085</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">245.10694897 128.89204696 363.69510629 128.89204696</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.18676037 145.51557061 103.22791683 145.51557061</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">147.40309146 144.54286840 356.68275209 144.54286840</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">44.22814360 161.05652377 234.22643567 161.05652377</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">266.97942936 160.14074629 357.62708219 160.14074629</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">72.03213562 176.70851247 137.17333227 176.70851247</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">157.93831555 176.78792779 247.24395087 176.78792779</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="11"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Euclidean_distance&oldid=1214273566

View File

@@ -1,46 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Euclidean distance - Wikipedia/Euclidean distance - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">47.82803345 86.03417969 253.66618545 86.03417969</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">365.56207275 718.79672241 418.46380171 718.79672241</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">504.88897705 717.97744751 552.20943148 717.97744751</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">44.43722534 734.76910400 95.61860032 734.76910400</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">65.49761963 773.49588013 65.49761963 794.56076050 164.82717896 794.56076050 164.82717896 773.49588013 65.49761963 773.49588013</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">48.17575073 578.32162476 183.91531199 578.32162476</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">57.02230835 599.30545044 135.76292576 599.30545044</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">63.75018311 641.64221191 63.75018311 663.64859009 310.04382324 663.64859009 310.04382324 641.64221191 63.75018311 641.64221191</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=False_alarm&oldid=1215895948

View File

@@ -1,38 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/False alarm - Wikipedia/False alarm - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.57248390 84.53905663 168.25350507 84.53905663</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">130.11147652 114.14596821 271.58496876 114.14596821</stroke>
<text font="Sans" size="12.00000000" x="314.38924673" y="95.67293851" color="#00c0ffff" ts="0" fn="">trompeur</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">318.22547368 116.55181266 546.00110025 116.55181266</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">43.85140961 138.31763264 314.36872940 138.31763264</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">465.92426945 140.07820571 553.18108903 140.07820571</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">48.70250080 155.11518632 152.11348884 155.11518632</stroke>
<text font="Sans" size="12.00000000" x="381.38094815" y="149.71931715" color="#00c0ffff" ts="0" fn="">cambriolage</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">174.20990426 165.01643226 282.57041450 165.01643226</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">42.11164399 203.69951462 147.34153192 203.69951462</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">417.37761236 203.03152129 487.08244614 203.03152129</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.83864909 777.82558840 220.16208603 777.82558840</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">196.08685775 43.47918000 544.04500784 43.47918000</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.15761240 61.78436165 216.77700271 61.78436165</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">251.81239104 61.10622538 366.10526332 61.10622538</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Fixed-pattern_noise&oldid=1194558977

View File

@@ -1,102 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/subjects/mva/centre_borelli/CENTRE BORELLI_MVA_internship_PRNU/notions/Fixed-pattern noise - Wikipedia/Fixed-pattern noise - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">50.27887106 89.05606901 257.60914469 89.05606901</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">158.54127320 121.88336152 181.37701540 123.50503717</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">221.86537572 122.65761827 552.38554665 122.65761827</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.26144302 139.20617204 547.63632318 139.20617204</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">44.07869651 153.20358202 235.74956953 153.20358202</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.54842585 186.38851824 126.29910833 186.38851824</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.88326442 638.34744361 199.42363569 638.34744361</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">180.11607215 218.04280988 549.05274759 218.04280988</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">43.47730215 234.81554944 73.57253778 234.81554944</stroke>
<text font="Sans" size="12.00000000" x="344.15716431" y="196.82027430" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">475.60030389 237.81972628 553.17735491 237.81972628</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">46.31866905 253.79791469 553.90735535 253.79791469</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">45.97860055 267.65544304 274.01581361 267.65544304</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">429.14812008 262.59812149 547.63401250 262.59812149</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">44.87041478 276.86223885 252.06882722 276.86223885</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">287.51226744 268.97406710 427.97664776 268.97406710</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">267.33192651 280.28253606 483.01004006 280.28253606</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">100.88930251 292.41903908 478.22121855 292.41903908</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">44.02520344 304.88940479 233.14253377 304.88940479</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">242.04700518 312.44022723 467.86604668 312.44022723</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">209.63217588 333.04477975 386.79892349 333.04477975</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">469.80281485 331.86923971 552.79116308 331.86923971</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">47.57078206 348.52995270 132.71277303 348.52995270</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">208.64961261 349.60970547 548.78908201 349.60970547</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">48.96819612 367.92131349 192.11981320 367.92131349</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">206.28693572 363.22411796 346.29679181 363.22411796</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">395.73289648 362.61229217 545.70186015 362.61229217</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.53332349 376.98618118 78.78858278 376.98618118</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">191.45309727 378.26042664 556.40422062 378.26042664</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">45.88471766 391.19813191 68.60188014 391.19813191</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">147.01098708 390.03989232 304.14969323 390.03989232</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">312.07413226 397.50148384 494.07510482 397.50148384</stroke>
<text font="Sans" size="12.00000000" x="6.39447301" y="389.82584827" color="#00c0ffff" ts="0" fn="">of this pixel?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">501.19394257 389.10703231 552.10808883 391.40028000</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.77939540 406.00072343 457.48985488 406.00072343</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">479.47749974 404.37353362 551.99284092 407.36169854</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.81803244 420.35664878 282.92610263 420.35664878</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">382.80417304 420.51983770 553.65475902 420.51983770</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.12987054 434.42504177 118.78158876 434.42504177</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">129.06297276 436.16975338 423.79507770 436.16975338</stroke>
<text font="Sans" size="12.00000000" x="46.59114641" y="439.81147100" color="#00c0ffff" ts="0" fn="">(offset) FPN is the ideal, as environment independent</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">47.35497173 463.28984891 153.21309281 463.28984891</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">170.32354333 463.67129258 544.39399007 463.67129258</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">45.39042312 477.60037242 230.80970238 477.60037242</stroke>
<text font="Sans" size="12.00000000" x="45.03552702" y="612.63634116" color="#00c0ffff" ts="0" fn="">could look at article sources or more especially for the PRNU article</text>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">42.67058573 497.11315850 64.68846949 498.07510524</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">103.36862006 490.84516542 357.80116216 490.84516542</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">353.23518261 477.77665510 425.18602183 477.77665510</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">435.70084105 483.80049012 484.63746426 483.80049012</stroke>
<stroke tool="pen" ts="0" fn="" color="#ff00ffff" width="2.26000000">505.63862352 800.88152061 508.58680968 789.87874009</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">47.69338219 796.12795176 406.23815354 796.12795176</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">405.72747864 498.24233030 556.11551642 498.24233030</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">42.88956055 509.77665257 285.65372944 509.77665257</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">295.88125150 504.82607081 548.32609004 504.82607081</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.28599147 519.33599480 148.94896139 519.33599480</stroke>
<text font="Sans" size="12.00000000" x="57.82981667" y="524.24454883" color="#00c0ffff" ts="0" fn="">film</text>
<text font="Sans" size="12.00000000" x="121.93050667" y="524.47582155" color="#00c0ffff" ts="0" fn="">piratage</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">45.13921603 545.92366091 178.25753188 545.92366091</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">186.35359520 553.73823469 264.41356110 553.73823469</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">275.90952028 546.22980120 535.33389512 546.22980120</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">70.54723017 567.73647843 317.41026238 567.73647843</stroke>
<text font="Sans" size="12.00000000" x="286.80755357" y="526.59200965" color="#00c0ffff" ts="0" fn="">really do not take mean for a pixel along time?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">334.20923462 560.85472676 542.47532569 560.85472676</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.07341195 575.54049761 240.05538985 575.54049761</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">251.11903560 581.86213535 553.15355969 581.86213535</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">42.90422709 597.08334851 145.21444300 597.08334851</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">157.24879879 587.43788301 534.52076263 587.43788301</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">45.87797181 602.84619875 265.94189636 602.84619875</stroke>
<text font="Sans" size="12.00000000" x="283.34484847" y="594.68230106" color="#00c0ffff" ts="0" fn="">so not *perfect*?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.73797285 669.43311320 550.56014942 669.43311320</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">45.81089229 685.80345148 483.01825933 685.80345148</stroke>
<text font="Sans" size="12.00000000" x="10.62162401" y="406.99391829" color="#00c0ffff" ts="0" fn="">why?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">498.03252681 684.55383974 551.29529981 684.55383974</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">44.82401812 699.86813047 550.07157071 699.86813047</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">45.80207153 714.12085948 198.33129470 714.12085948</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">258.14840009 714.17454204 552.75265599 714.17454204</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">45.18621906 728.47278658 150.89486221 728.47278658</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">354.69164180 729.12311678 549.58571938 729.12311678</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">47.07930146 742.34778593 416.20439821 742.34778593</stroke>
<text font="Sans" size="12.00000000" x="415.19463391" y="741.90112093" color="#00c0ffff" ts="0" fn="">?</text>
<text font="Sans" size="12.00000000" x="553.27167205" y="734.17664972" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">101.84611408 762.74962189 547.60587921 762.74962189</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">46.55214934 777.75407728 73.08802872 777.75407728</stroke>
<text font="Sans" size="12.00000000" x="107.13384618" y="762.66908976" color="#00c0ffff" ts="0" fn="">why once obvious if long integration and now short?</text>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer>
<text font="Sans" size="12.00000000" x="115.83153881" y="123.02068258" color="#00c0ffff" ts="0" fn="">?</text>
<text font="Sans" size="12.00000000" x="106.31467079" y="63.73635847" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">47.28811960 44.10957393 549.42221855 44.10957393</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">45.62947442 59.39420945 175.60281494 59.39420945</stroke>
</layer>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://web.archive.org/web/20240508002815/https://ieeexplore.ieee.org/ielx7/6287639/10005208/10271281.pdf

View File

@@ -1,109 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="576.00000000" height="782.92900000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/mva/centre_borelli/CENTRE BORELLI_MVA_internship_PRNU/papers/FloreView_An_Image_and_Video_Dataset_for_Forensic_Analysis/FloreView_An_Image_and_Video_Dataset_for_Forensic_Analysis.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">39.36968994 151.27191162 113.71469354 151.27191162</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">165.28793335 149.84686279 208.99474986 149.84686279</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">261.18389893 150.69857788 372.70932216 150.69857788</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">39.31411743 175.27929688 179.01074861 175.27929688</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">256.17620850 232.28353882 263.50115967 232.28353882</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">92.21716309 277.55038452 259.84210409 277.55038452</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">101.25021186 320.10260968 128.14319354 320.10260968</stroke>
<stroke tool="highlighter" color="#ffff007f" width="11.40092485" fill="128">178.19682173 320.60985723 459.14631159 320.60985723</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">45.17476736 333.32287497 197.81875777 333.32287497</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">295.44380125 333.81377922 340.19072385 333.81377922</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">385.44175329 333.31139935 462.03868841 333.31139935</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.18242752 344.32178844 106.86006904 344.32178844</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">350.76329255 345.83707447 382.09823735 344.60229795</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">404.00108148 346.05594351 443.85094086 346.05594351</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">44.56126316 356.96678477 237.92188056 356.96678477</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">347.75128325 368.16398684 468.64057563 368.16398684</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">270.67941713 381.60639991 319.31774204 381.60639991</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">382.26298182 380.16965251 467.75992792 380.16965251</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">43.85797170 393.36225021 70.13575026 392.18094250</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">45.04578646 410.08366356 160.01803605 410.08366356</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">242.43734060 416.32097733 281.89537206 416.32097733</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">315.47155459 416.18125222 345.30836408 416.18125222</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">406.51103879 416.09247381 467.42178430 416.09247381</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">56.79452439 429.11424873 121.19097749 426.16569582</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">128.03834017 427.63598734 190.46084988 427.63598734</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">253.26381715 428.70967644 385.92855821 428.70967644</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">399.73563202 427.00409692 468.58754544 427.00409692</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">44.31568493 440.53912202 202.73241334 440.53912202</stroke>
<text font="Sans" size="12.00000000" x="475.61811967" y="420.08080348" color="#00c0ffff" ts="0" fn="">unique vs flat?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">45.69855997 452.63553336 126.42651038 452.63553336</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">297.41130230 457.84488394 371.87405911 457.84488394</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">42.98511852 470.33280302 73.48930079 470.33280302</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">153.43463992 470.18828589 263.72790215 470.18828589</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">306.87497982 464.77091135 467.33544887 464.77091135</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.83053513 476.94152328 219.00131805 476.94152328</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">268.33602023 477.68620262 395.98545128 477.68620262</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">439.94907348 475.65756553 468.16663506 478.08184663</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">44.46950865 488.43890734 73.05023228 488.43890734</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">118.32643619 489.40689465 234.05009459 489.40689465</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">402.59338883 66.07363362 451.16780879 66.07363362</stroke>
</layer>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="11"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="12"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="13"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="14"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="15"/>
<layer/>
</page>
<page width="576.00000000" height="782.92900000">
<background type="pdf" pageno="16"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Focal_length&oldid=1217046993

View File

@@ -1,40 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Focal length - Wikipedia/Focal length - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">145.24142456 116.08767700 356.56773477 116.08767700</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.21118164 130.84851074 278.63604792 130.84851074</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">286.33312988 139.14022827 362.64845405 139.14022827</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">44.36422729 154.48501587 194.85830278 154.48501587</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">202.89987183 147.03683472 364.66629312 147.03683472</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">47.67401123 162.42910767 359.02056994 162.42910767</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">46.50000000 179.62683105 233.68731370 179.62683105</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">324.02337646 180.25283813 363.72619629 178.20819092</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.47076416 196.95376587 360.32075866 196.95376587</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.08755493 212.87094116 338.57670028 212.87094116</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">480.97460938 224.86029053 475.91754150 236.66928101</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://web.archive.org/web/20230927155231/https://plus.maths.org/content/fourier-transforms-images

View File

@@ -1,190 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/mva/centre_borelli/CENTRE BORELLI_MVA_internship_PRNU/notions/Fourier transforms of images plus.maths.org/Fourier transforms of images plus.maths.org.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">484.98748779 237.30725098 500.07464600 235.22735596</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">99.42166138 154.77984619 193.14895494 154.77984619</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">104.56811523 117.95046997 365.48210398 117.95046997</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">119.24322510 257.82353210 150.37319946 256.21836853</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">394.73681641 276.44924927 457.29832061 276.44924927</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">372.97363281 330.05126953 440.77191162 327.30682373</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">97.99652100 347.44665527 136.43534379 347.44665527</stroke>
<text font="Sans" size="12.00000000" x="299.23693848" y="749.57449341" color="#00c0ffff" ts="0" fn="">diapason</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">99.32614136 791.55633545 144.11644214 791.55633545</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">357.39099121 46.38125610 470.18618301 46.38125610</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">97.69247437 64.89797974 486.44068413 64.89797974</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">97.60412598 81.29226685 155.35473094 81.29226685</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">97.03305054 107.45083618 301.59545131 107.45083618</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">190.17874146 126.01864624 295.99978860 126.01864624</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">325.56713867 118.20761108 395.98591346 118.20761108</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">98.03131104 135.92590332 476.01548547 135.92590332</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">97.62442017 154.32556152 328.01209360 154.32556152</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">370.60333252 441.71517944 394.15793509 441.71517944</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">194.88717651 453.32489014 398.73163878 453.32489014</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">187.62454224 466.49053955 211.24578857 467.80975342</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">238.71356201 468.78466797 261.48547363 468.78466797</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">318.98095703 468.07385254 407.13916426 468.07385254</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">238.78677368 481.02209473 357.44635660 481.02209473</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">227.50213623 530.56967163 363.01566128 530.56967163</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">191.83172607 549.69717407 471.19892781 549.69717407</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">108.20367432 567.74795532 154.97274700 567.74795532</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">215.77749634 788.95446777 262.02128133 788.95446777</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">97.43957520 77.10699463 377.66120569 77.10699463</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">335.97039795 93.99024963 447.84294601 93.99024963</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">100.29675293 111.71377563 149.35140615 111.71377563</stroke>
<text font="Sans" size="12.00000000" x="179.60086060" y="115.77438354" color="#00c0ffff" ts="0" fn="">ondulations</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">273.60034180 143.23693848 325.61079061 143.23693848</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">96.71777344 172.25170898 176.02601723 172.25170898</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">348.14893349 217.95699737 348.14893349 221.62686068</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">406.07567816 221.36274741 453.17904822 221.36274741</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">136.78238648 201.16211588 136.78238648 202.08395893</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">169.28801567 198.64241988 165.87628342 203.80983521</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">221.96192664 202.70198105 279.80486754 202.70198105</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">98.78209246 239.24522277 181.53331474 239.24522277</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">289.78771822 235.60750078 289.78771822 237.83119232</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">322.02341869 232.93572757 320.18296650 239.80438864</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">375.06405752 236.12603489 480.19505109 236.12603489</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">99.45814405 255.73997271 362.69779793 255.73997271</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">445.16131490 255.59931796 474.79850123 255.59931796</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">100.02703706 273.85102246 155.40555444 273.85102246</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">278.03879456 413.90907210 281.34182973 419.63009683</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">281.23008155 419.42408059 289.11119005 411.54297209</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">306.85855232 415.13060898 312.29723038 422.74843514</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">312.59704928 422.74843514 316.06101638 416.14191412</stroke>
<text font="Sans" size="12.00000000" x="399.34059186" y="396.42143855" color="#00c0ffff" ts="0" fn="">have not checked scale</text>
<text font="Sans" size="12.00000000" x="340.37511146" y="407.91266886" color="#00c0ffff" ts="0" fn="">I got the idea</text>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">131.07673953 445.54079925 149.61304708 445.54079925</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">233.33770250 444.86162107 255.35303077 444.86162107</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">371.22123139 445.19337285 401.46329512 445.19337285</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">441.69551354 444.72788651 462.28168038 444.72788651</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">477.41402401 444.53128669 499.05709732 444.53128669</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">207.53564360 464.71236663 233.35858709 464.71236663</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">266.15801229 463.64353228 409.79449817 463.64353228</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">96.75003989 481.24853579 278.20261333 481.24853579</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">437.99563498 480.65020880 484.71151717 480.65020880</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">353.00298138 499.71426326 399.02720099 499.71426326</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">368.87107981 548.55929267 494.19675240 548.55929267</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">95.58321829 583.78496959 214.09674493 583.78496959</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">313.61748405 754.83744363 316.13538747 757.93009721</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">316.13538747 757.93009721 325.79337449 746.25416895</stroke>
<text font="Sans" size="12.00000000" x="152.70117731" y="709.84895114" color="#00c0ffff" ts="0" fn="">I see the idea</text>
<text font="Sans" size="12.00000000" x="207.01429556" y="707.18455667" color="#00c0ffff" ts="0" fn="">have not checked axis in addition to scale</text>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">232.37154528 732.88971671 234.76236334 735.80113243</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">235.06645524 736.07687660 238.54595106 729.26095760</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">307.46006606 734.45021736 310.88630982 737.87646112</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">310.92236565 737.84002181 313.85602183 731.81314926</stroke>
<text font="Sans" size="12.00000000" x="3.92971400" y="761.64560419" color="#00c0ffff" ts="0" fn="">the dominated wave make height change at a given coordinate along the other axis</text>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">462.08965999 46.67876286 473.56401954 46.67876286</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">98.91599378 64.51511064 433.97277694 64.51511064</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">198.99103438 81.83755165 389.30972509 81.83755165</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">97.79471614 118.26563074 443.32653760 118.26563074</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">98.38122226 134.08639263 317.77701154 134.08639263</stroke>
<text font="Sans" size="12.00000000" x="363.77711844" y="119.29368988" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">97.81043245 166.18652427 472.34548582 166.18652427</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">97.26417593 185.02167084 458.67583935 185.02167084</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">221.83592516 203.61609101 426.27729884 203.61609101</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">451.21426319 201.96081307 466.30956668 201.96081307</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">95.95384397 220.99024578 121.95239546 220.99024578</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">407.54775892 240.24510545 493.71232766 240.24510545</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">97.43553377 258.17931541 217.11893040 258.17931541</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">304.11365864 256.51143732 354.82967645 256.51143732</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">416.77961290 254.18588156 441.74849877 256.58859108</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">98.99880666 274.32604489 122.88735986 274.32604489</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">418.73152062 291.57137384 493.96288052 291.57137384</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">97.82189660 308.20496510 314.41018756 308.20496510</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">360.76938297 316.27643826 464.22374625 316.27643826</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">94.77257753 335.80420732 467.14616692 335.80420732</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">96.46966837 353.51986882 244.66368973 353.51986882</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">300.83240931 345.73839708 360.15613494 345.73839708</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">285.98295308 363.58168587 362.90760129 363.58168587</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">157.59015961 541.60522019 174.21429098 541.60522019</stroke>
<text font="Sans" size="12.00000000" x="498.75265001" y="437.32324742" color="#00c0ffff" ts="0" fn="">why not a
single dot?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">150.34600234 682.20348161 352.94496825 682.20348161</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">463.19943179 682.21061023 495.83449680 682.21061023</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">463.57145401 717.40416668 483.71941995 717.40416668</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">97.63367604 736.55034616 214.47571297 736.55034616</stroke>
<text font="Sans" size="12.00000000" x="482.13700536" y="690.68595061" color="#00c0ffff" ts="0" fn="">maybe center
one as mean is
not zero?</text>
<text font="Sans" size="12.00000000" x="99.47673682" y="738.23034048" color="#00c0ffff" ts="0" fn="">why a reflection?</text>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">378.11514833 445.27945822 413.54143873 445.27945822</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">169.83527270 457.06194058 316.99208708 457.06194058</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">167.35449229 445.34778458 227.98643061 445.34778458</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">180.99758601 485.90270900 233.59750957 485.90270900</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">397.48135620 483.47209990 425.96198343 485.06486694</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">284.70547112 498.20003610 391.31229257 498.20003610</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">384.32997047 131.88210678 384.32997047 148.26840581 411.47958857 148.26840581 411.47958857 131.88210678 384.32997047 131.88210678</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="2.26000000">357.77703032 316.48358510 357.77703032 362.38099291 439.72522149 362.38099291 439.72522149 316.48358510 357.77703032 316.48358510</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">249.48558882 614.53389434 450.85677603 614.53389434</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">109.09835120 633.28785385 486.36943736 633.28785385</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">333.49057428 668.05081667 476.51414342 668.05081667</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">98.92752047 686.95193423 295.41222418 686.95193423</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer>
<text font="Sans" size="12.00000000" x="503.35073461" y="190.26124331" color="#00c0ffff" ts="0" fn="">why have a
brighter
rotated
horizontal?
Is it due to
blackness
introduced by
the rotation?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">427.38812420 446.61797116 462.01181044 446.61797116</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">98.21488781 466.00323037 375.64068478 466.00323037</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">449.60261157 464.86844587 474.32628960 466.74835870</stroke>
<text font="Sans" size="12.00000000" x="261.76524027" y="485.83177265" color="#00c0ffff" ts="0" fn="">example?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">100.49383657 530.60578124 139.50845809 528.44018169</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">125.46907983 549.11163561 141.47368774 549.11163561</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">414.49812118 531.00627625 468.32138669 531.00627625</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">98.90617630 548.34195315 117.19904753 546.60557154</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">273.36967390 395.84510876 313.66440343 395.84510876</stroke>
<text font="Sans" size="12.00000000" x="503.66255960" y="45.26872994" color="#00c0ffff" ts="0" fn="">vertical line
due to bricks
it seems cf
sin(x)</text>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Gaussian_noise&oldid=1164238110

View File

@@ -1,56 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Gaussian noise - Wikipedia/Gaussian noise - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">59.77952914 116.32475987 138.37194792 116.32475987</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000" fill="255">43.97090883 137.84917812 145.71177075 137.84917812</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">221.64659987 131.69192688 276.15898641 131.69192688</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">46.12122979 149.89510674 213.69574039 149.89510674</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">43.63818781 166.55204319 136.98535452 166.55204319</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000" fill="255">147.22195783 170.89005825 334.79673045 170.89005825</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000" fill="255">43.22340430 187.71599717 101.44439248 187.71599717</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">69.65586661 226.08833425 330.01499756 226.08833425</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">45.62069440 240.75111236 89.52200937 240.75111236</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">75.73501569 265.66597080 75.73501569 286.17084014 207.03728640 286.17084014 207.03728640 265.66597080 75.73501569 265.66597080</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">66.83389213 327.82632335 66.83389213 327.82632335</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">80.40172889 312.03730674 80.40172889 312.03730674</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">220.53653625 312.59058766 220.53653625 312.59058766</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">253.45664672 311.68821283 332.52014600 311.68821283</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">165.73571205 311.15210730 206.46443729 311.15210730</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">89.65612557 329.32362525 178.44910523 329.32362525</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">359.55484965 529.92422686 456.99462864 529.92422686</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">195.42747504 597.45651525 299.27981616 597.45651525</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">315.65918736 620.79945057 425.46111793 620.79945057</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">456.13100958 622.09169002 512.24981986 622.09169002</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">61.84610966 638.94162029 377.64176392 638.94162029</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">413.14510087 637.63512361 522.19334667 637.63512361</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">248.43295019 654.61341072 419.21567888 654.61341072</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">116.31120091 670.33016147 547.79637663 670.33016147</stroke>
<text font="Sans" size="11.00000000" x="209.36046595" y="685.17491945" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">47.08957561 684.07357696 327.48701267 684.07357696</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">159.54763265 702.85486284 500.58909952 702.85486284</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">131.61697216 357.10037426 225.79664785 357.10037426</stroke>
<text font="Sans" size="11.00000000" x="36.57636271" y="374.49009107" color="#00c0ffff" ts="0" fn="">what does correlated Gaussian noise looks like?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">69.96082353 465.09356017 160.25432051 465.09356017</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">210.93570325 465.05028820 322.99082701 465.05028820</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">288.28508028 480.86729819 330.78664903 480.86729819</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.33928842 495.48684602 112.65648196 495.48684602</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">190.14781522 497.73100629 289.83345467 497.73100629</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000" fill="255">62.11325572 536.03399566 327.61054413 536.03399566</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000" fill="255">44.87181417 552.58665000 329.58591405 552.58665000</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000" fill="255">46.39351387 568.77107570 285.76502353 568.77107570</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000" fill="255">65.14495126 379.45216051 333.88466138 379.45216051</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000" fill="255">45.18537962 395.49320091 307.79890951 395.49320091</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000" fill="255">44.89920307 411.53674259 281.73657897 411.53674259</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">291.87486126 403.30172806 331.23492638 403.30172806</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">44.70947132 421.49725821 327.47840845 421.49725821</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">46.22403198 439.29541993 147.84825133 439.29541993</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Geometric_mean&oldid=1221446934

View File

@@ -1,55 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Geometric mean - Wikipedia/Geometric mean - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">77.50820923 298.40402222 77.50820923 340.84130859 125.34942627 340.84130859 125.34942627 298.40402222 77.50820923 298.40402222</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">134.88568115 319.87554932 134.88568115 328.33831787 209.24673462 328.33831787 209.24673462 319.87554932 134.88568115 319.87554932</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="11"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="12"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Glare_(vision)&oldid=1220721645

View File

@@ -1,31 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="Glare (vision) - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">49.87777710 84.39126587 192.85773792 84.39126587</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">90.02917480 117.02005005 401.74791531 117.02005005</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.42816162 132.23321533 397.21716153 132.23321533</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.50527954 145.52093506 400.31320989 145.52093506</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">120.06741333 163.65591431 396.94340274 163.65591431</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">50.25341797 180.22671509 91.21398926 178.58847046</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Gradient-domain_image_processing&oldid=1189905320

View File

@@ -1,115 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="Gradient-domain image processing - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">52.67224121 84.58702087 429.89108746 84.58702087</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">244.01287842 114.73538208 408.93059312 114.73538208</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">488.53612941 123.57309635 553.47413330 123.57309635</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">44.06386228 138.04207815 94.52323819 138.04207815</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">128.37866129 132.07251595 554.43757694 132.07251595</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.13693836 149.12035921 99.96218238 149.12035921</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">113.83511038 147.20740878 548.03866065 147.20740878</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.58361307 165.82256865 549.67014339 165.82256865</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.69993255 180.99012389 172.75864237 180.99012389</stroke>
<text font="Sans" size="12.00000000" x="132.33658753" y="186.32495306" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.25587106 240.60476723 362.13478195 240.60476723</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">396.19845483 241.21689052 433.04981691 241.21689052</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">471.87341920 241.84051966 551.40128507 241.84051966</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.91529189 257.57848952 82.51581270 257.57848952</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">130.22905913 257.58701468 414.68455631 257.58701468</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">158.37868497 272.70685820 215.95916752 272.70685820</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">453.91021535 261.95667080 552.49725181 261.95667080</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">43.57015327 278.85189490 150.18771861 278.85189490</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">512.60864350 279.46520630 549.85662693 279.46520630</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">44.49781177 295.70480585 201.18519700 295.70480585</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">155.19846610 306.84981871 209.03248236 306.84981871</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">243.20291973 306.24913873 551.56577522 306.24913873</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.67815571 321.85247773 195.83315912 321.85247773</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">227.77804634 321.72507971 393.63302829 321.72507971</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">453.83617776 337.79490557 547.84712628 337.79490557</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.29668614 353.16675203 74.14558960 353.16675203</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">402.11450027 327.48958988 550.12792359 327.48958988</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">45.11619866 343.68821029 193.12648013 343.68821029</stroke>
<text font="Sans" size="12.00000000" x="129.41174833" y="341.14612343" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.96747464 390.19536519 149.78919033 390.19536519</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.08595146 595.68661662 233.21061672 595.68661662</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.47193642 620.11800041 138.39583033 620.11800041</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">167.11015990 622.65808176 306.71265563 622.65808176</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">366.92429970 621.22458309 549.37506183 621.22458309</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">44.81889146 638.21456364 80.08007599 635.57245132</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">43.72106322 658.91144714 428.46749180 658.91144714</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">516.12759685 642.91071887 549.39032354 642.91071887</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">45.44248933 675.48288184 297.49856692 675.48288184</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">90.20705113 640.95410043 150.65265615 640.95410043</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">243.89362459 640.74889207 361.17907682 640.74889207</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">393.46385805 669.06258037 450.78777198 669.06258037</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">480.38569950 668.93887173 514.72490532 668.93887173</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">100.38311369 682.36964932 212.07598842 682.36964932</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">488.49427483 699.53357235 548.47047037 699.53357235</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.88501610 715.92281037 551.41497059 715.92281037</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.14533578 732.44317748 96.13132991 734.74997372</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">67.69887297 416.68895229 104.29326567 415.04852564</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">129.42406708 414.96909989 501.34855354 414.96909989</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.37522601 431.73277804 89.27840692 431.73277804</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">272.25569162 430.84304504 525.44770498 430.84304504</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">97.34780172 437.31106866 262.28378226 437.31106866</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">90.51985578 446.06773346 424.39519273 446.06773346</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">426.13173629 453.72616356 547.18653435 453.72616356</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">44.05549344 468.21226864 104.23971821 468.21226864</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">113.36034849 461.79530220 168.65605649 461.79530220</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">180.11553399 468.66306002 551.14108903 468.66306002</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">45.83076981 484.57832824 66.54700688 484.57832824</stroke>
<text font="Sans" size="12.00000000" x="494.79447365" y="465.44012747" color="#00c0ffff" ts="0" fn="">seems correct</text>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">87.54591873 483.58071755 194.86357387 483.58071755</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">265.90050655 484.18441990 539.01054385 484.18441990</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.12090134 495.22054414 264.05428392 495.22054414</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">289.30901683 495.46099956 508.40890469 495.46099956</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">530.93715783 497.36588340 551.07763878 497.36588340</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.09519573 510.92943674 193.44044193 510.92943674</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">216.79078024 511.88606829 304.50732688 511.88606829</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">322.11604906 510.68349937 547.22723192 510.68349937</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.71453102 528.15457835 71.49293627 528.15457835</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">44.91114664 543.98057207 206.34007428 543.98057207</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">438.79587463 543.35911070 547.10629307 543.35911070</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">45.36997335 560.38506785 526.24994337 560.38506785</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">48.90966640 213.17998859 125.27792475 213.17998859</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">231.34264787 212.61553533 304.91308000 212.61553533</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">54.10133363 411.80704650 214.39467358 411.80704650</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">53.78718455 426.06816234 214.65474664 426.06816234</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">54.95880025 439.30288205 196.76797967 439.30288205</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">234.28618407 410.15508274 348.88538304 410.15508274</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">253.98574870 425.32607723 391.82267186 425.32607723</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">233.50778885 438.70328595 366.65431022 438.70328595</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">231.72955265 451.62167838 275.52831157 453.42096694</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">287.29428555 451.60229354 385.83836740 451.60229354</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">233.22722974 466.37821243 362.28624215 466.37821243</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">228.47773493 478.25907808 268.77129748 479.99900316</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">54.09288143 675.48557071 190.48827248 675.48557071</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">50.69664663 690.51038681 79.12597062 690.51038681</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">81.96942069 730.33564909 152.45025884 730.33564909</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">126.14156711 764.61567920 548.34742994 764.61567920</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.92456743 783.24013546 83.82252930 783.24013546</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">171.25078306 782.07466871 413.12850483 782.07466871</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">476.83681428 779.89983531 551.43619025 779.89983531</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">45.70259015 798.09196790 316.91116560 798.09196790</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">160.15002184 45.06884129 548.65336033 45.06884129</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.49028175 60.66359259 487.42045864 60.66359259</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">500.56340273 59.69924880 548.37697581 59.69924880</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">44.64264573 78.34467404 552.29731808 78.34467404</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">43.98249805 92.97508155 216.94456017 92.97508155</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">229.01461169 92.36195774 439.51303254 92.36195774</stroke>
</layer>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://web.archive.org/web/20230605092954/https://inquisitiveuniverse.com/2020/07/12/how-to-read-smartphone-camera-specs/

View File

@@ -1,46 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/HOW TO READ SMARTPHONE CAMERA SPECS - Inquisitive Universe/HOW TO READ SMARTPHONE CAMERA SPECS - Inquisitive Universe.pdf" pageno="1"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">88.89593506 68.45922852 157.18083667 68.45922852</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="10"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://web.archive.org/web/20240411161907/https://mlbriefs.com/

View File

@@ -1,363 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/IPOL MLBriefs Workshop IPOL MLBriefs 4/IPOL MLBriefs Workshop IPOL MLBriefs 4.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">167.60333252 126.20950317 233.23354831 126.20950317</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">288.07446289 127.08975220 454.17385481 127.08975220</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.71408081 157.06051636 175.88757355 157.06051636</stroke>
<text font="Sans" size="12.00000000" x="106.40405273" y="169.67315674" color="#00c0ffff" ts="0" fn="">?</text>
<text font="Sans" size="12.00000000" x="149.75741577" y="165.46337891" color="#00c0ffff" ts="0" fn="">?</text>
<text font="Sans" size="12.00000000" x="70.52221680" y="193.87496948" color="#00c0ffff" ts="0" fn="">Bpifrance?</text>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">112.39141904 219.93675255 471.65291147 219.93675255</stroke>
<text font="Sans" size="12.00000000" x="199.31188479" y="231.04870246" color="#00c0ffff" ts="0" fn="">rythme</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">479.93630466 215.49683159 534.91932585 215.49683159</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.07590911 229.19303561 210.53639572 229.19303561</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">263.42393661 228.43071105 400.27437521 228.43071105</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">468.58879315 229.12270824 529.79502973 229.12270824</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.63018280 244.11106833 199.50080668 244.11106833</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">54.81063127 264.88686689 232.01877161 264.88686689</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">240.09507094 269.26865417 359.28885912 269.26865417</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">362.95570137 265.98565395 521.41524212 265.98565395</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.50792281 279.84514921 487.82354892 279.84514921</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.85145139 293.29960549 388.07836117 293.29960549</stroke>
<text font="Sans" size="12.00000000" x="238.05645253" y="316.03387310" color="#00c0ffff" ts="0" fn="">compagnons</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">234.64993126 315.43467753 390.67465035 315.43467753</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.92596840 337.26415692 169.72784306 337.26415692</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">103.88828921 350.38894581 142.64555694 350.38894581</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.03308528 483.92724766 370.70854595 483.92724766</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">57.32227109 534.21150782 156.46793188 534.21150782</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.87752445 702.93381960 138.80608253 702.93381960</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">174.92446081 724.34631644 349.59701883 724.34631644</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">67.07595253 778.88438223 120.54249561 778.88438223</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">65.97862455 763.29509203 118.47715300 763.29509203</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">64.69848499 746.06166496 153.71259726 746.06166496</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">57.27849887 401.61064028 163.40439421 401.61064028</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.03607018 557.99836258 536.69522483 557.99836258</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.75617600 572.52884625 144.92987300 572.52884625</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">229.72088971 571.83489887 450.08243376 571.83489887</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">149.34397430 607.98415870 386.59986859 607.98415870</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.31368000 593.47186608 159.08510473 593.47186608</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">228.63392253 594.45742158 375.97936793 594.45742158</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">386.72142023 592.95392060 520.60094372 592.95392060</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">65.38729711 608.83150697 139.83929123 608.83150697</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">67.22091577 624.66471820 367.93160365 624.66471820</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">392.66228095 624.63772446 537.60040084 624.63772446</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">65.48118086 639.62920322 214.05404971 639.62920322</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">246.32567037 638.84595429 433.59765171 638.84595429</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">102.94806045 656.17989305 200.39895386 656.17989305</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">211.58184175 655.33197631 371.59683323 655.33197631</stroke>
<text font="Sans" size="12.00000000" x="209.72268499" y="656.08051699" color="#00c0ffff" ts="0" fn="">even me?</text>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">65.87573898 53.82516216 119.58647188 53.82516216</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">58.97155641 101.04822222 85.81331021 101.04822222</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">58.58670476 235.54234270 113.54641379 235.54234270</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.98574875 606.68080290 98.36644950 606.68080290</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">65.80092826 160.07826399 157.95850629 160.07826399</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">67.50039651 175.83902107 202.28487173 175.83902107</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">270.04472090 176.62282123 446.93180737 176.62282123</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">151.90017919 195.30951295 359.61328825 195.30951295</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">218.17242975 124.15576357 232.60302475 124.15576357</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">273.78908071 125.13760678 318.18920831 125.13760678</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">135.50726574 138.07160149 279.98665161 138.07160149</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">129.98366233 628.20534165 248.53925988 628.20534165</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">275.36722359 627.69134961 424.56408939 627.69134961</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">450.07393765 628.64448507 538.73714525 628.64448507</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.44779783 642.91773586 283.44254391 642.91773586</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">293.98049648 644.35715472 322.95711243 644.35715472</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">383.28110597 642.60710983 426.79486228 642.60710983</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">77.42573552 665.38720221 95.72224324 665.38720221</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">107.43069973 665.96366570 129.43701510 665.96366570</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">147.71578880 665.06246777 182.09715878 665.06246777</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">237.51909843 664.99809280 263.85488801 664.99809280</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">280.17362401 663.11321705 370.08101922 663.11321705</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">78.75244220 680.84889216 99.49718998 680.84889216</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">154.15783374 681.07698662 176.37925644 681.07698662</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">225.36004953 681.01390362 250.51938143 681.01390362</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">297.34174166 680.48343456 386.53103667 680.48343456</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">415.09891383 681.43560534 525.80744456 681.43560534</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.01032349 696.98125665 197.64875705 696.98125665</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">219.63288202 697.79620211 231.34710580 697.79620211</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">263.04442075 695.82000933 304.89954072 695.82000933</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">377.52877072 696.26453600 420.97139617 696.26453600</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">458.26225491 697.16855905 516.90249705 697.16855905</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.41538453 710.05418209 159.55011946 710.05418209</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">69.46778661 733.06564194 80.19383693 733.06564194</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">94.69162148 733.37943763 112.09170092 731.48775747</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">133.51956575 732.02413518 176.52638797 730.33384859</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">262.90407745 732.42676729 277.23122096 730.94338672</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">301.28220656 731.66222622 340.57829616 731.66222622</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">69.56661433 754.79981761 86.61507309 754.79981761</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">103.40448193 755.78330594 268.28731257 755.78330594</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">271.10434982 758.80567383 446.22799186 758.80567383</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">54.37736816 769.75305380 315.86620815 769.75305380</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">324.11421924 769.57505365 448.12014943 769.57505365</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">453.32331474 773.30280723 533.60234015 773.30280723</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">54.66530705 788.89996541 173.48229283 788.89996541</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">180.73946029 782.72375792 363.14450108 782.72375792</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">127.93558388 259.49338395 413.04901370 259.49338395</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">475.53097461 258.37380724 525.05334131 258.37380724</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">67.58299699 271.99098284 85.16645477 271.99098284</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">170.18687443 272.59787673 444.17838153 272.59787673</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">452.04112103 277.49221781 517.56588216 277.49221781</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">55.83215294 291.79023152 94.76250176 291.79023152</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">102.36980542 287.36226015 246.30541943 287.36226015</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">265.30962045 286.67897589 277.92935081 286.67897589</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">348.58373689 285.84237688 361.71123733 285.84237688</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">388.17070980 286.34443965 432.83888787 286.34443965</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">490.97242356 287.58744335 534.15485208 287.58744335</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">56.11559575 301.25903708 202.56336625 301.25903708</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">236.28837713 322.74818475 253.47971594 321.66373262</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">272.01776124 322.01888884 530.20176247 322.01888884</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.12327029 335.49563502 152.48342386 335.49563502</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">156.54125807 321.70514483 216.96769474 321.70514483</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">112.50542682 321.02205007 134.90094464 321.02205007</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">176.84895189 336.15736907 297.31835862 336.15736907</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">376.20178842 336.69390182 537.33640953 336.69390182</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">54.99562284 350.99136429 67.65740633 351.79618063</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">79.04432593 349.49473663 243.55540003 349.49473663</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">65.16527494 371.70175051 85.55727939 371.70175051</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">65.80346915 457.91454049 112.11539655 457.91454049</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">66.44213709 517.22404440 90.26886681 517.22404440</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000">66.53932831 546.38130719 217.88166356 546.38130719</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">428.61538403 546.92948496 472.71625339 546.92948496</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">65.39724534 559.61381778 188.83730795 559.61381778</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">166.29676223 516.42350019 208.76259469 516.42350019</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">244.56973406 517.21529340 418.03574604 517.21529340</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">231.58731600 373.24545785 379.68910095 373.24545785</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">90.86396352 377.58336111 222.18240530 377.58336111</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">409.66719591 373.33436318 422.08114351 372.42230403</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">461.51070178 372.71315418 512.17275861 372.71315418</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">68.43081037 387.91741315 219.00067926 387.91741315</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">243.57349821 387.26896063 376.12291271 387.26896063</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">438.64210027 387.58241179 480.95649673 387.58241179</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">498.79030481 387.05519851 530.45231730 389.59479718</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">65.58066319 401.38933594 203.19472111 401.38933594</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">212.00914204 400.48470996 237.86996528 402.44491665</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">327.83191262 401.76518103 514.36276460 401.76518103</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">64.74400389 414.75807272 76.95850449 415.32328739</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">101.02926597 414.70227649 276.91946926 414.70227649</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">282.56654008 419.30859254 421.74418675 419.30859254</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">432.13073638 419.55131220 542.33271372 419.55131220</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.36490692">66.30295658 433.90209030 197.86472858 433.90209030</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">229.33768895 432.81862008 431.23638879 432.81862008</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">492.42171313 427.96190140 516.80010325 429.17141703</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.42582371 441.57222091 353.66950362 441.57222091</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">300.85023792 459.04407404 429.12762088 459.04407404</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">117.20287902 459.33947196 276.74160682 459.33947196</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">461.83252496 463.07954241 540.27502854 463.07954241</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">63.58958683 476.80551981 230.63792073 476.80551981</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">300.39508258 472.24723089 384.69194471 472.24723089</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">432.75247079 471.78757947 535.41624352 471.78757947</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.18444771 485.38291203 139.32018250 485.38291203</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">402.67728326 485.98201097 422.19998005 485.98201097</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">315.78233735 486.30340349 381.70075567 486.30340349</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">436.97045262 485.71870580 536.64846057 485.71870580</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.35273219 499.99141396 137.26599789 499.99141396</stroke>
<text font="Sans" size="12.00000000" x="59.69567622" y="564.84004515" color="#00c0ffff" ts="0" fn="">what are the other possibilities?</text>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.25870252 127.62194375 130.43763427 127.62194375</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.67510918 289.27060149 227.25557373 289.27060149</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">226.23290765 313.08262915 351.67395709 313.08262915</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.19425313 310.09859323 141.54325236 310.09859323</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">494.47147632 318.23730886 536.36922022 318.23730886</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">54.15797698 332.26265916 520.26492654 332.26265916</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">54.38877124 346.16471770 76.35427803 344.96335773</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">69.40585425 362.58565933 82.28064121 363.18306682</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">222.04492711 361.85026511 361.57697053 361.85026511</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">368.90751498 367.28735904 410.25611100 367.28735904</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">499.35408038 368.39279530 520.34779483 368.39279530</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">128.78832763 382.43640488 145.74025740 382.43640488</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">243.47860137 383.04873661 258.53605149 383.04873661</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">358.66456429 375.80303690 505.27012542 375.80303690</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">54.58860187 390.53214035 247.24584373 390.53214035</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">89.51688821 417.14071291 316.02273043 417.14071291</stroke>
<text font="Sans" size="12.00000000" x="57.15144478" y="442.23468904" color="#ff00ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.89349089 701.86840365 108.78908670 701.86840365</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">63.99101120 461.85568703 233.19126212 461.85568703</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">84.60538811 723.96255237 257.01503301 723.96255237</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.15224300 759.62797495 121.82391704 759.62797495</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">158.92339043 760.01739443 211.35193406 760.01739443</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">232.61922768 759.57462485 272.69501286 759.57462485</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">333.41181184 760.23324094 387.15400631 760.23324094</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">212.10688451 778.10212762 287.53541359 778.10212762</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">349.48980989 778.16698493 360.74115249 778.16698493</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">395.34201620 778.93678005 486.94051926 778.93678005</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">184.99344524 791.26609446 206.40157039 791.26609446</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">243.84241918 792.53219873 291.19713180 792.53219873</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">421.61313729 792.97159194 522.05966854 792.97159194</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">70.92178759 153.65466849 300.17864585 153.65466849</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">318.61428487 153.85570031 535.57081029 153.85570031</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">72.26699539 163.74209049 440.69407150 163.74209049</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">449.69323471 167.74088389 542.17011815 167.74088389</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">55.18904060 184.50502577 163.57149446 184.50502577</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.90912040 227.74133779 337.09803138 227.74133779</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">502.53518141 227.59784207 531.52640256 227.59784207</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">54.31400954 242.48306853 128.02262680 242.48306853</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">148.87831087 242.18975500 208.60182476 242.18975500</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">213.09581637 245.65082704 315.95455604 245.65082704</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">223.15426360 177.25440913 483.00520804 177.25440913</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">529.76808560 176.30024009 540.35300537 176.79666983</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.80133495 191.13917928 145.19532964 191.13917928</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">155.51339460 192.00998987 222.04154622 192.00998987</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">270.09808822 195.53864099 501.69426153 195.53864099</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">120.71537180 205.02493133 352.52555836 205.02493133</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">305.35465995 52.61902015 316.74642878 53.12189255</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">458.46270104 52.92978400 536.71530293 52.92978400</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.36791930 68.30970033 102.89363689 68.30970033</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">214.37339342 67.61134300 263.59403456 67.61134300</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">295.65862125 67.52207591 317.12077147 67.52207591</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">331.31119294 66.90740432 339.76846433 66.90740432</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">347.45441005 72.44854418 509.96136143 72.44854418</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">55.16995377 85.46935983 114.90573188 85.46935983</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">54.12863649 489.23395479 346.28744713 489.23395479</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">352.07304297 483.84755947 522.88225535 483.84755947</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">53.72461766 497.72638652 376.98820451 497.72638652</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">387.46108641 496.75895317 527.53763429 496.75895317</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.17867032 512.31409622 112.74079039 512.31409622</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">117.48832009 515.88956863 521.60180849 515.88956863</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">54.51539450 529.43460016 73.94769550 530.31073371</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">82.93326673 524.88015273 339.42978534 524.88015273</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">394.41416907 525.43802896 450.00003649 522.67922464</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">55.31688616 580.00712669 414.26369918 580.00712669</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">471.56522139 575.45186962 532.86473283 575.45186962</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.05932598 588.80642910 106.11781797 588.80642910</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">202.42125053 593.61935832 311.69659433 593.61935832</stroke>
<stroke tool="highlighter" color="#ffff007f" width="15.60026716">324.74834053 588.75314792 491.08096446 588.75314792</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">507.35412264 593.98236977 519.02426972 593.98236977</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">56.85076586 608.17106489 527.25978921 608.17106489</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">54.51503275 623.15732405 71.25905840 623.15732405</stroke>
<text font="Sans" size="12.00000000" x="55.84413389" y="625.53806398" color="#00c0ffff" ts="0" fn="">sur</text>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">115.79572517 644.08933623 306.68203483 644.08933623</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">309.48843925 644.67663511 539.74701493 644.67663511</stroke>
<stroke tool="pen" ts="0" fn="" color="#000000ff" width="1.41000000">142.38002180 658.08085824 261.50800970 658.08085824</stroke>
<text font="Sans" size="12.00000000" x="195.85760459" y="589.71331464" color="#00c0ffff" ts="0" fn="">is it a classic journal?</text>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">458.22053263 530.65601922 534.31998669 530.65601922</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">54.80522830 544.14646036 280.11746023 544.14646036</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">284.78967297 543.54556987 531.92293443 543.54556987</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">53.35306192 557.86263595 161.15346093 557.86263595</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">54.57602257 674.93074734 135.97181775 674.93074734</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">54.82657686 593.79234233 91.65297277 595.74274929</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">57.55378447 433.69876582 116.59884219 433.69876582</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">74.37536702 456.27533286 96.30081137 456.27533286</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">116.20712723 455.47513491 143.95086564 455.47513491</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">188.40697300 455.51936570 256.03122079 455.51936570</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">57.36687708 494.38864259 103.91435980 494.38864259</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.58804856 511.98730719 131.10105222 511.98730719</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">64.53542304 526.93043598 133.00840973 526.93043598</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">65.54131918 555.09948835 115.03430723 555.09948835</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.89163578 279.84852592 133.14948565 279.84852592</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.83646193 211.36087746 176.25494977 211.36087746</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.60579542 233.08647077 122.53745744 233.08647077</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">75.88571721 302.98554419 271.74135869 302.98554419</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.56385919 325.15184043 132.37876831 325.15184043</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.44807123 355.27205013 111.79722516 355.27205013</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">67.42771446 369.45304196 137.07839632 369.45304196</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.08400097 387.56242419 131.24365089 387.56242419</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.90813816 719.01552648 118.92107413 719.01552648</stroke>
<text font="Sans" size="12.00000000" x="200.93110275" y="717.85981019" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">76.06496447 696.49309109 188.76896644 696.49309109</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">253.33712770 696.89166846 265.13499287 697.94884064</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">281.11018735 696.49841671 390.55557485 696.49841671</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.60793365 781.93957929 132.01726759 781.93957929</stroke>
<text font="Sans" size="12.00000000" x="92.06803768" y="763.71332071" color="#00c0ffff" ts="0" fn="">?</text>
<text font="Sans" size="12.00000000" x="85.38768751" y="751.66664171" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">58.16098861 163.20290522 212.78960439 163.20290522</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">63.94172843 57.12511314 134.79883116 57.12511314</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">65.93712000 68.88638776 248.42594931 68.88638776</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">393.35595271 72.77908391 531.98133082 72.77908391</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">64.42480773 86.95630626 117.22191198 86.95630626</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">274.21894773 99.84847532 338.76846666 99.84847532</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">344.77460590 103.27380263 527.00056394 103.27380263</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">63.96352841 116.16624732 87.09361539 116.16624732</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">218.79884973 117.79513910 290.75870576 117.79513910</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.70406138 548.65051607 167.01945302 548.65051607</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">171.11536014 572.06634257 227.56693162 572.06634257</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">54.37808873 593.85604134 210.90538101 593.85604134</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.34427453 118.32024180 108.85569179 118.32024180</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.56115817 143.43457652 112.67234455 143.43457652</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">170.95763422 143.56785252 288.86124269 143.56785252</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">392.14510514 143.42002746 520.99026604 143.42002746</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">55.04558389 158.56119430 246.59127952 158.56119430</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">339.75329574 223.61459909 353.17277592 222.48788118</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">493.06221912 225.32924050 527.81874117 222.93239854</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">74.32426816 236.99899896 98.91418033 236.99899896</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">106.65254689 253.77914380 227.74682977 253.77914380</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">77.34524993 208.24248165 111.91009591 208.24248165</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">112.06742120 193.44573968 189.92852729 193.44573968</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.06928516 178.79232049 89.40467542 178.79232049</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">67.19310576 193.16651458 107.52979618 193.16651458</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">67.22128674 274.67885945 89.22780393 276.77027549</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">67.54811935 289.72258098 102.09610843 288.11776616</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">131.96823384 289.24804838 144.17839168 288.38975843</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">271.02152333 223.61730879 330.57150815 223.61730879</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">145.35532258 223.23744926 209.82237417 223.23744926</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">149.27037288 302.55597192 207.13762901 307.23084551</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">289.26695381 305.26559769 520.63935527 305.26559769</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.57619879 342.10605281 102.98989489 342.10605281</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">67.87936045 355.53951927 103.24971499 356.96688982</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">160.00132134 356.16293996 189.48399511 356.16293996</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">148.14888679 369.42373541 211.99948821 369.42373541</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">286.84910118 370.48585802 369.53417542 370.48585802</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">378.49175621 370.07662941 399.83005110 370.07662941</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">429.72447711 371.05093660 526.51931475 371.05093660</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">76.40943103 383.17669742 108.01054722 383.17669742</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">186.94287546 384.88039577 307.29060018 384.88039577</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">105.96913740 318.14522043 256.76641480 318.14522043</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">106.25313576 397.87970429 318.31552437 397.87970429</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">64.66917845 420.97224164 91.71674244 420.97224164</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">67.87351373 436.09637900 104.74890659 436.09637900</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">181.45069106 435.47581392 208.43524619 436.97699279</stroke>
<stroke tool="pen" ts="0" fn="" color="#ff00ffff" width="1.41000000">111.70669638 436.98845694 127.16914830 436.98845694</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">76.98521296 465.11511278 147.71533209 465.11511278</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">107.56536452 448.79895352 264.70406441 448.79895352</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">76.80774785 499.17611502 106.03187654 499.17611502</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">76.61008499 480.79023823 187.32531988 480.79023823</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">66.27961070 52.56406353 129.47867448 52.56406353</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">67.05716174 69.41641169 121.64735099 69.41641169</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.82912487 100.38646956 146.47581155 100.38646956</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">57.02386959 222.02702219 134.71096662 222.02702219</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">53.46014350 326.52216119 137.92588784 326.52216119</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.58327088 499.09002964 125.79891622 499.09002964</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">56.40854675 586.77828106 112.49570113 586.77828106</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">302.26301067 632.60031727 487.29830104 632.60031727</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">54.02750448 681.20597515 134.53485763 681.20597515</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">253.74356323 703.92603171 355.27981279 703.92603171</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">82.43445889 703.08037317 213.97318374 703.08037317</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">124.74200234 719.33491782 390.80498929 719.33491782</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">125.28763354 735.91852537 234.81689593 735.91852537</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">284.56256523 759.45499645 525.88931743 759.45499645</stroke>
<stroke tool="pen" ts="0" fn="" color="#00c0ffff" width="1.41000000">54.82935953 774.36788072 187.62804636 774.36788072</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">57.63593035 58.48099483 126.94141484 58.48099483</stroke>
</layer>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Image_stitching&oldid=1218075605

View File

@@ -1,42 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="Image stitching - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.11384419 84.87369529 212.56604243 84.87369529</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">146.20033912 116.50749224 362.57933546 116.50749224</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.64906445 131.82834823 360.60030520 131.82834823</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">47.49110657 148.31249486 357.96946417 148.31249486</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000">46.39247376 163.60792336 70.35758954 163.60792336</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Inch&oldid=1215282764

View File

@@ -1,46 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Inch - Wikipedia/Inch - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">178.06097412 125.65270996 178.06097412 125.65270996</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">145.82516479 127.85562134 151.54318237 126.80667114</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">392.21917725 393.24566650 422.69848633 394.47601318</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">378.50512695 408.81781006 431.83705108 408.81781006</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">470.34216309 393.53540039 512.71014471 393.53540039</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="5"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="6"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="7"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="8"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="9"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=Inflection_point&oldid=1212687466

View File

@@ -1,38 +0,0 @@
<?xml version="1.0" standalone="no"?>
<xournal creator="Xournal++ 1.1.3" fileversion="4">
<title>Xournal++ document - see https://github.com/xournalpp/xournalpp</title>
<page width="596.00000000" height="842.00000000">
<background type="pdf" domain="absolute" filename="/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/articles/Inflection point - Wikipedia/Inflection point - Wikipedia.pdf" pageno="1"/>
<layer>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">61.29141449 114.74036167 280.30382617 114.74036167</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">89.48618303 131.26738424 317.36556836 131.26738424</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">333.46642452 132.56962043 365.69036718 132.56962043</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">45.23560304 150.10626812 93.35383644 150.10626812</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">421.10855252 295.00141330 445.58823583 293.95333741</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">491.23936860 292.88891363 535.44621358 292.88891363</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">429.82630798 307.21071445 452.10446101 305.57283076</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">502.73690629 308.69566633 516.88344312 306.74235790</stroke>
<stroke tool="highlighter" color="#ffff007f" width="8.50000000" fill="128">388.81146254 322.86056874 462.71625553 322.86056874</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">130.66897833 150.33135532 362.26465131 150.33135532</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">47.78066817 164.17115725 155.69646830 164.17115725</stroke>
<text font="Sans" size="11.00000000" x="56.91497367" y="164.01080914" color="#00c0ffff" ts="0" fn="">?</text>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">137.64571857 181.93092031 362.03031890 181.93092031</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">48.34196462 197.04308284 81.79332933 197.04308284</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">201.29009336 196.44201724 245.77334150 196.44201724</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">357.71388993 196.00523297 357.71388993 196.00523297</stroke>
<stroke tool="highlighter" color="#00c0ff7f" width="8.50000000" fill="128">45.32365921 213.65782912 92.18628460 213.65782912</stroke>
</layer>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="2"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="3"/>
<layer/>
</page>
<page width="596.00000000" height="842.00000000">
<background type="pdf" pageno="4"/>
<layer/>
</page>
</xournal>

View File

@@ -1 +0,0 @@
https://en.wikipedia.org/w/index.php?title=IrfanView&oldid=1214028358

Some files were not shown because too many files have changed in this diff Show More