corner_peaks skimage.feature.corner_peaks(image, min_distance=1, threshold_abs=None, threshold_rel=0.1, exclude_border=True,
corner_harris skimage.feature.corner_harris(image, method='k', k=0.05, eps=1e-06, sigma=1)
corner_foerstner skimage.feature.corner_foerstner(image, sigma=1)
greycomatrix skimage.feature.greycomatrix(image, distances, angles, levels=256, symmetric=False, normed=False)
structure_tensor skimage.feature.structure_tensor(image, sigma=1, mode='constant', cval=0)
multiblock_lbp skimage.feature.multiblock_lbp(int_image, r, c, width, height)
corner_orientations skimage.feature.corner_orientations() Compute the orientation of corners.
CENSURE class skimage.feature.CENSURE(min_scale=1, max_scale=7, mode='DoB', non_max_threshold=0.15, line_threshold=10)
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')
Page 3 of 4