compute_kernel_checkerboard_gaussian

compute_kernel_checkerboard_gaussian(L: int =10 , var: float = 0.5, normalize=True)

circle-info

Function description

Compute Guassian-like checkerboard kernel

Notebook: C4/C4S4_NoveltySegmentation.ipynb

circle-info

Parameter

L (int): Parameter specifying the kernel size M=2*L+1

var (float): Variance parameter determing the tapering (epsilon) (Default value = 1.0)

normalize (bool): Normalize kernel (Default value = True)

circle-info

Return

kernel (np.ndarray): Kernel matrix of size M x M

circle-info

Example

Inner helper function

Last updated