I have height profiles of a material via AFM, and I wanted to compute for the curvature or the radius of curvature of the material. Is there any method to directly compute the curvature of large data?
Referring to the answer of Volker: Is the sum of the calculated curvature values of a graph a good indicator for the shape of the graph (convex, concave?
from the example above:
X=sum(diff(height_profile_array,2))
Are general conclusions possible, e.g. if X < 0, the graph has a (mostly?) convec downward shape?