generated from Hazel/python-project
feat: added links
This commit is contained in:
parent
8d6eecaf78
commit
aaa706264d
@ -5,6 +5,11 @@ from scipy.sparse.linalg import spsolve
|
|||||||
import cv2
|
import cv2
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
|
|
||||||
|
"""
|
||||||
|
https://setosa.io/ev/image-kernels/
|
||||||
|
https://openaccess.thecvf.com/content/CVPR2021/papers/Tran_Explore_Image_Deblurring_via_Encoded_Blur_Kernel_Space_CVPR_2021_paper.pdf
|
||||||
|
"""
|
||||||
|
|
||||||
def show(img):
|
def show(img):
|
||||||
cv2.imshow('image',img.astype(np.uint8))
|
cv2.imshow('image',img.astype(np.uint8))
|
||||||
cv2.waitKey(0)
|
cv2.waitKey(0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user