corner_foerstner skimage.feature.corner_foerstner(image, sigma=1)
hessian_matrix_eigvals skimage.feature.hessian_matrix_eigvals(Hxx, Hxy, Hyy)
corner_peaks skimage.feature.corner_peaks(image, min_distance=1, threshold_abs=None, threshold_rel=0.1, exclude_border=True,
greycomatrix skimage.feature.greycomatrix(image, distances, angles, levels=256, symmetric=False, normed=False)
CENSURE class skimage.feature.CENSURE(min_scale=1, max_scale=7, mode='DoB', non_max_threshold=0.15, line_threshold=10)
multiblock_lbp skimage.feature.multiblock_lbp(int_image, r, c, width, height)
local_binary_pattern skimage.feature.local_binary_pattern(image, P, R, method='default')
corner_orientations skimage.feature.corner_orientations() Compute the orientation of corners.
structure_tensor skimage.feature.structure_tensor(image, sigma=1, mode='constant', cval=0)
match_template skimage.feature.match_template(image, template, pad_input=False, mode='constant', constant_values=0)
Page 3 of 4