Blobs.umin#
- property Blobs.umin: Any#
Minimum u-axis extent
- Returns:
maximum u-coordinate of the blob
- Return type:
int
Returns the u-coordinate of the left 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])