Blobs.umax#

property Blobs.umax: Any#

Maximum u-axis extent

Returns:

maximum u-coordinate of the blob

Return type:

int

Returns the u-coordinate of the right side of the bounding box.

Example:

>>> from machinevisiontoolbox import Image
>>> im = Image.Read('shark2.png')
>>> blobs = im.blobs()
>>> blobs[0].umin
np.int64(299)
>>> blobs.umin
array([299,  99])
Seealso:

umin bbox