2025-06-08 11:37:52 +08:00
|
|
|
|
|
|
|
|
#ifndef PEAK_CENTERING_H
|
|
|
|
|
#define PEAK_CENTERING_H
|
|
|
|
|
|
2025-11-22 22:45:19 +08:00
|
|
|
#include "../../globals/algoGlobals.h"
|
2025-06-08 11:37:52 +08:00
|
|
|
|
|
|
|
|
void peakCentering(
|
|
|
|
|
hls::stream<RgnPix> &InRgnPnt,
|
|
|
|
|
hls::stream<RgnPix> &OutCenteringPnt
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
#endif
|