I guess you could use distance(object.x,object.y,object2.x,object2.y)
This would calculate the distance between imagepoint0 of object1 and imagepoint0 of object2
if this distance is less than 100, object2 would be within a circle of 100 px around the center of object1