coffee

coffee skimage.data.coffee() [source] Coffee cup. This photograph is courtesy of Pikolo Espresso Bar. It contains several elliptical shapes as well as varying texture (smooth porcelain to course wood grain). Notes No copyright restrictions. CC0 by the photographer (Rachel Michetti).

module-skimage.external.tifffile

Module: external.tifffile skimage.external.tifffile.imread(files, **kwargs) Return image data from TIFF file(s) as numpy array. skimage.external.tifffile.imsave(filename, ...) Write image data to TIFF file. skimage.external.tifffile.imshow(data[, ...]) Plot n-dimensional images using matplotlib.pyplot. skimage.external.tifffile.TiffFile(arg[, ...]) Read image and metadata from TIFF, STK, LSM, and FluoView files. skimage.external.tifffile.TiffSequence(files) Sequence of image files. skimag

imsave

imsave skimage.external.tifffile.imsave(filename, data, **kwargs) [source] Write image data to TIFF file. Refer to the TiffWriter class and member functions for documentation. Parameters: filename : str Name of file to write. data : array_like Input image. The last dimensions are assumed to be image depth, height, width, and samples. kwargs : dict Parameters ‘byteorder’, ‘bigtiff’, and ‘software’ are passed to the TiffWriter class. Parameters ‘photometric’, ‘planarconfig’, ‘resolution’

module-skimage.feature

Module: feature skimage.feature.blob_dog(image[, min_sigma, ...]) Finds blobs in the given grayscale image. skimage.feature.blob_doh(image[, min_sigma, ...]) Finds blobs in the given grayscale image. skimage.feature.blob_log(image[, min_sigma, ...]) Finds blobs in the given grayscale image. skimage.feature.canny(image[, sigma, ...]) Edge filter an image using the Canny algorithm. skimage.feature.corner_fast(image[, n, ...]) Extract FAST corners for a given image. skimage.feature.corner_fo