blob_doh skimage.feature.blob_doh(image, min_sigma=1, max_sigma=30, num_sigma=10, threshold=0.01, overlap=0.5, log_scale=False)
corner_shi_tomasi skimage.feature.corner_shi_tomasi(image, sigma=1)
daisy skimage.feature.daisy(img, step=4, radius=15, rings=3, histograms=8, orientations=8, normalization='l1', sigmas=None, ring_radii=None
ORB class skimage.feature.ORB(downscale=1.2, n_scales=8, n_keypoints=500, fast_n=9, fast_threshold=0.08, harris_k=0.04)
blob_dog skimage.feature.blob_dog(image, min_sigma=1, max_sigma=50, sigma_ratio=1.6, threshold=2.0, overlap=0.5)
structure_tensor_eigvals skimage.feature.structure_tensor_eigvals(Axx, Axy, Ayy)
canny skimage.feature.canny(image, sigma=1.0, low_threshold=None, high_threshold=None, mask=None, use_quantiles=False)
Module: feature
plot_matches skimage.feature.plot_matches(ax, image1, image2, keypoints1, keypoints2, matches, keypoints_color='k', matches_color=None
corner_kitchen_rosenfeld skimage.feature.corner_kitchen_rosenfeld(image, mode='constant', cval=0)
Page 1 of 4