Module: feature
skimage.feature.blob_dog(image[, min_sigma, ...]) Finds blobs in the given grayscale image.
skimage.feature.blob_doh(image[, min_sigma, ...]) Finds blobs in the given grayscale image.
skimage.feature.blob_log(image[, min_sigma, ...]) Finds blobs in the given grayscale image.
skimage.feature.canny(image[, sigma, ...]) Edge filter an image using the Canny algorithm.
skimage.feature.corner_fast(image[, n, ...]) Extract FAST corners for a given image.
skimage.feature.corner_fo