label skimage.morphology.label(input, neighbors=None, background=None, return_num=False, connectivity=None)
corner_subpix skimage.feature.corner_subpix(image, corners, window_size=11, alpha=0.99)
corner_fast skimage.feature.corner_fast(image, n=12, threshold=0.15)
mesh_surface_area skimage.measure.mesh_surface_area(verts, faces)
rgb2xyz skimage.color.rgb2xyz(rgb)
hog skimage.feature.hog(image, orientations=9, pixels_per_cell=(8, 8), cells_per_block=(3, 3), visualise=False, transform_sqrt=False,
rocket skimage.data.rocket()
skimage Image Processing SciKit (Toolbox for SciPy) scikit-image (a.k.a. skimage) is a collection of algorithms for image processing and
Utility Functions img_as_float Convert an image to floating point format, with values in [0, 1]. img_as_uint Convert an image to unsigned integer
page skimage.data.page()
Page 10 of 41