prewitt_v skimage.filters.prewitt_v(image, mask=None)
canny skimage.filters.canny(*args, **kwargs)
roberts_neg_diag skimage.filters.roberts_neg_diag(image, mask=None)
sobel_v skimage.filters.sobel_v(image, mask=None)
threshold_li skimage.filters.threshold_li(image)
threshold_isodata skimage.filters.threshold_isodata(image, nbins=256, return_all=False)
hsobel skimage.filters.hsobel(*args, **kwargs)
scharr_h skimage.filters.scharr_h(image, mask=None)
gabor skimage.filters.gabor(image, frequency, theta=0, bandwidth=1, sigma_x=None, sigma_y=None, n_stds=3, offset=0, mode='reflect',
threshold_adaptive skimage.filters.threshold_adaptive(image, block_size, method='gaussian', offset=0, mode='reflect', param=None)
Page 2 of 4