- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-03-22 10:31:49 +01:00
Benjamin_Loison
opened issue Benjamin_Loison/Robust_image_source_identifica…#16
2024-03-21 17:20:03 +01:00
Inability to reproduce IPOL 77777000278 demo
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-03-21 17:16:09 +01:00
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#9
2024-03-21 16:25:07 +01:00
Context-Adaptive Interpolator (CAI)
Now that have possibly a first version, should try to compare with other models to see if it works.
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-03-21 16:19:41 +01:00
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-03-21 16:18:08 +01:00
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#12
2024-03-21 15:38:00 +01:00
How to manage the border of the image when need neighborhood?
Pad with black make same image size, easing comparing them.
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#10
2024-03-21 15:34:31 +01:00
Wiener filter
from PIL import Image, ImageChops
import math
import operator
import functools
import matplotlib.pyplot as plt
import numpy
def openImage(filePath):
return Image.open(filePath).…
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#10
2024-03-21 15:15:56 +01:00
Wiener filter
Benjamin_Loison
closed issue Benjamin_Loison/Robust_image_source_identifica…#10
2024-03-21 15:11:19 +01:00
Wiener filter
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-03-21 15:11:19 +01:00
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-03-21 13:00:54 +01:00
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-03-21 13:00:26 +01:00
ImagePixels[0, :]
would ease naming neighbor pixels
PixelAccess
- PixelAccess
to make an image difference
Benjamin_Loison
closed issue Benjamin_Loison/Robust_image_source_identifica…#12
2024-03-21 10:53:05 +01:00
How to manage the border of the image when need neighborhood?
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-03-21 10:53:05 +01:00
Add
-
support to Image.crop
Benjamin_Loison
opened issue Benjamin_Loison/Robust_image_source_identifica…#15
2024-03-21 10:16:58 +01:00
Accelerate computation