from machinevisiontoolbox import Image

im = Image.Read("shark2.png")
im.disp(darken=True)
blobs = im.blobs()
blobs.plot_MEC(color='y')