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
Please login to continue.