Context-Adaptive Interpolator (CAI) #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
9f04e2005f
.jpg9f04e2005f
.jpg955582e0f8/algorithms/context-adaptive_interpolator.py
Related to #10.
After whole first neighbor part, do not see much:
But if GIMP >
Colors
>Brightness-Contrast...
, then get withBrightness
50
:Now that have possibly a first version, should try to compare with other models to see if it works.
Can work with a random part of the image to reduce complexity.
Otherwise can consider a single photo but all its parts as different images, as https://lesc.dinfo.unifi.it/VISION/dataset/
flat
dataset is about 8.7 GB. Flat looks interesting as it seems to not have a strong scene, see #2 and #3.Switching to
numpy
instead ofPIL.Image
starting work:shows interesting results but is it enough? Let us generate multiple PRNUs and see if it classifies correctly thanks to
rmsdiff
.seems to show promising results.
While being nearest to actual PRNU thanks to CAI, it does not seem to help:
Should read back theory to make sure I correctly follow it.
See #19.