I recently heard about mesh parameterization as a way of parameterizing the geometry of an arbitrary mesh by mapping it onto a surface, like a sphere. I am not a mathematician, so I don't know how to formally define this problem, but can someone help me understand (in simple terms) what exactly is meant by parameterizing a mesh? Is this parameterization a function, and if so, is there a closed-form equation for it? Or, are the parameters a fixed set of coefficients?
Thanks so much.
One sensible interpretation of "mesh parameterization" is that it describes the process of fitting a parametric surface to a triangular mesh.
A parametric surface in three dimensions is a function $f(u,v) = (x,y,z) : R2 \rightarrow R3$ and a domain for the parameters $u,v$
"parameters" refers to $u,v$, the inputs to the parametric equation that yields a surface which resembles your triangular mesh. It does not refer to the parameters in some function that yields a parameterization.
The best fitting parametric surface and method of finding it will entirely depend on how you define "best".
The thing you are describing, "mesh parameterization", is an extremely general idea. Depending on the goals you could approach it many different ways and end up with very different parameterizations. It does not refer to any specific closed-form algorithm.
Here is a paper that surveys different approaches to mesh parameterization, their definition is even more general than just surface fitting.
[1] Mesh Parameterization Methods and Their Applications, 2006 https://www.cs.ubc.ca/~sheffa/papers/CGV011-journal.pdf