skimage — skimage v0.19.2 docs - scikit-image
scikit-image.org › docs › stablescikit-image (a.k.a. skimage) is a collection of algorithms for image processing and computer vision. The main package of skimage only provides a few utilities for converting between image data types; for most features, you need to import one of the following subpackages: Subpackages color Color space conversion. data Test images and example data.
skimage - PyPI
https://pypi.org/project/skimage14.06.2017 · Download the file for your platform. If you're not sure which to choose, learn more about installing packages. Files for skimage, version 0.0. Filename, size. File type. Python version. Upload date. Hashes. Filename, size skimage-0.0.tar.gz (757 Bytes)
Module: measure — skimage v0.13.1 docs
devdoc.net › api › skimageskimage.measure. approximate_polygon (coords, tolerance) [source] Approximate a polygonal chain with the specified tolerance. It is based on the Douglas-Peucker algorithm. Note that the approximated polygon is always within the convex hull of the original polygon. References [R657657] http://en.wikipedia.org/wiki/Ramer-Douglas-Peucker_algorithm
Module: measure — skimage v0.19.2 docs
scikit-image.org › docs › stableskimage.measure. approximate_polygon (coords, tolerance) [source] Approximate a polygonal chain with the specified tolerance. It is based on the Douglas-Peucker algorithm. Note that the approximated polygon is always within the convex hull of the original polygon. Parameters coords(N, 2) array Coordinate array. tolerancefloat