Blobs.children# property Blobs.children: Any# Child blobs Returns: list of indices of this blob’s children :rtype: list of int Example: >>> from machinevisiontoolbox import Image >>> im = Image.Read('multiblobs.png') >>> blobs = im.blobs() >>> blobs[5].children [6, 7] Seealso: parent level dotfile