perimeter

perimeter

skimage.measure.perimeter(image, neighbourhood=4) [source]

Calculate total perimeter of all objects in binary image.

Parameters:

image : array

Binary image.

neighbourhood : 4 or 8, optional

Neighborhood connectivity for border pixel determination.

Returns:

perimeter : float

Total perimeter of all objects in binary image.

References

[R282] K. Benkrid, D. Crookes. Design and FPGA Implementation of a Perimeter Estimator. The Queen’s University of Belfast. http://www.cs.qub.ac.uk/~d.crookes/webpubs/papers/perimeter.doc
doc_scikit_image
2017-01-12 17:22:42
Comments
Leave a Comment

Please login to continue.