Module: filters — skimage v0.11.3 docs - scikit-image
scikit-image.org › docs › 0skimage.filters.gabor_filter(image, frequency, theta=0, bandwidth=1, sigma_x=None, sigma_y=None, n_stds=3, offset=0, mode='reflect', cval=0) Return real and imaginary responses to Gabor filter. The real and imaginary parts of the Gabor filter kernel are applied to the image and the response is returned as a pair of arrays.
Python Examples of skimage.filters.gaussian
www.programcreek.com › skimageThe following are 30 code examples for showing how to use skimage.filters.gaussian().These examples are extracted from open source projects. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example.