public InterestingObject(AreaOfInterest area, ImageObject found, int overlap) { Area = area; FoundObject = found; Overlap = overlap; }