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