plot_gabor

plot_gabor(kernel, cmap='plasma', **kwargs)[source]

Plot the real part of the Gabor kernel

Parameters
kernel: CrackDetectionTWLI, np.ndarray
cmap: str

Identifier for a cmap from matplotlib

kwargs:

Forwarded to plt.figure()

Returns
fig: Figure
ax: Axes