- 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-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
Benjamin_Loison
opened issue Benjamin_Loison/Robust_image_source_identifica…#14
2024-03-21 10:13:10 +01:00
Why need to rotate the image?
Benjamin_Loison
opened issue Benjamin_Loison/Robust_image_source_identifica…#13
2024-03-21 10:10:52 +01:00
Determine appropriate threshold
Benjamin_Loison
opened issue Benjamin_Loison/Robust_image_source_identifica…#12
2024-03-21 10:10:28 +01:00
How to manage the border of the image when need neighborhood?
Benjamin_Loison
opened issue Benjamin_Loison/Robust_image_source_identifica…#11
2024-03-21 10:06:23 +01:00
How to deal with multiple color channels?