best algorithm for 3D peak search

270 Views Asked by At

Good morning,

I have a 3D data cube of 3 independant and complex variables.

I am looking for an algorithm (with a realistic computationnal time) to do 3D peak detection on my data.

My current method consists in 2D peaks detection using 2 variables and then for each peak check if it is also a peak in the third dimension.

Thank you in advance.