BRIEF class skimage.feature.BRIEF(descriptor_size=256, patch_size=49, mode='normal', sigma=1, sample_seed=1)
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
hog skimage.feature.hog(image, orientations=9, pixels_per_cell=(8, 8), cells_per_block=(3, 3), visualise=False, transform_sqrt=False,
peak_local_max skimage.feature.peak_local_max(image, min_distance=1, threshold_abs=None, threshold_rel=None, exclude_border=True
greycoprops skimage.feature.greycoprops(P, prop='contrast')
corner_moravec skimage.feature.corner_moravec() Compute Moravec corner measure response image. This
hessian_matrix_det skimage.feature.hessian_matrix_det(image, sigma)
hessian_matrix_eigvals skimage.feature.hessian_matrix_eigvals(Hxx, Hxy, Hyy)
Page 2 of 4