Precisely defining the overlap depth, or deepest point of overlap, for ellipsoids and spheroids

37 Views Asked by At

I was wondering if there is a robust mathematical definition for the 'deepest point of overlap' of ellipsoid (or, equally as good, spheroid) 1 that has overlapped with ellipsoid 2. For non-overlapping ellipsoids the point of nearest approach is defined as the points that share a common tangent plane normal to the vector joining the surfaces. This breaks down for overlapping surfaces.

I'm trying to develop some intuition and knowledge about the 'deepest points' such that I can eventually design a decent algorithm for finding these points. However, in the literature the phrase in quotation marks seems to be used quite loosely without being properly defined anywhere - at least that I have seen.

Many thanks if anyone has any insight...! :)

1

There are 1 best solutions below

2
On BEST ANSWER

Your overlap being convex (as intersection of two convex sets), a thorough mathematical definition is the center of the maximal sphere included in the overlap.

It is a particular case of what is called the "Utimate eroded set" in the context of the domain called mathematical morphology ; see for example fig. 13.33 page 67 in this document ; but in your case (where the overlap is convex), you aren't faced with such issues of local minima.

The next step is developing an algorithm for finding this point.