Theoretical correct Gaussian noise image? #19
Labels
No Label
bug
Context-Adaptive Interpolator
duplicate
enhancement
epic
help wanted
high priority
invalid
left for future work
low priority
medium
medium priority
meta
question
quick
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Benjamin_Loison/Robust_image_source_identification_on_modern_smartphones#19
Loading…
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?
Would like to view these images without a not zero offset.
How to clip between 0 and 255?
Current approach consists in generating all the images we are interested in and then normalize to have the best realistic contrast by linear transformation. However, to avoid not zero offset, I possibly move away from theoretical correct approach by taking maximum between the actual pixel value and 0. Maybe taking the absolute pixel, thanks to
np.abs
, value would make more sense.Working only with
float
s:Let us try float image rendering, possibly with unwanted color scales.
PIL with
float
s keep them but seem to interprete them when rendering between 0 and 255.mode
https://pillow.readthedocs.io/en/latest/handbook/concepts.html#modes