What is the simplest way to extract all local maxima of a 2D vtu data file? Okay, the first and second derivations can be easily computed with the Gradient Filter. But what's the simplest way to traverse the data and to extract all points that fulfill the corresponding conditions? Thomas