corner_harris skimage.feature.corner_harris(image, method='k', k=0.05, eps=1e-06, sigma=1)
hessian_matrix_det skimage.feature.hessian_matrix_det(image, sigma)
corner_peaks skimage.feature.corner_peaks(image, min_distance=1, threshold_abs=None, threshold_rel=0.1, exclude_border=True,
hessian_matrix_eigvals skimage.feature.hessian_matrix_eigvals(Hxx, Hxy, Hyy)
multiblock_lbp skimage.feature.multiblock_lbp(int_image, r, c, width, height)
corner_orientations skimage.feature.corner_orientations() Compute the orientation of corners.
match_template skimage.feature.match_template(image, template, pad_input=False, mode='constant', constant_values=0)
local_binary_pattern skimage.feature.local_binary_pattern(image, P, R, method='default')
CENSURE class skimage.feature.CENSURE(min_scale=1, max_scale=7, mode='DoB', non_max_threshold=0.15, line_threshold=10)
structure_tensor skimage.feature.structure_tensor(image, sigma=1, mode='constant', cval=0)
Page 3 of 4