Blobs.vmin#
- property Blobs.vmin: Any#
Maximum v-axis extent
- Returns:
maximum v-coordinate of the blob
- Return type:
int
Returns the v-coordinate of the top side of the bounding box.
Example:
>>> from machinevisiontoolbox import Image >>> im = Image.Read('shark2.png') >>> blobs = im.blobs() >>> blobs[0].vmin np.int64(299) >>> blobs.vmin array([299, 99])