The EasyObject library handles image segmentation, i.e. the decomposition of images into separate objects, also called blobs. Once the objects have been constructed, they can be handled as independent entities. Various geometric parameters or features, such as area, width, or ellipse of inertia, can be computed for each object. Objects of interest can be selected by means of their position or of their computed features. EasyObject also supports the inspection of holes in defined objects. Holes are managed as the objects themselves, benefiting from the same geometrical features. EasyObject manages the relationship between objects and holes, defining parent objects for holes.