13 lines
195 B
C
Executable File
13 lines
195 B
C
Executable File
|
|
#ifndef PEAK_CENTERING_H
|
|
#define PEAK_CENTERING_H
|
|
|
|
#include "../../globals/algoGlobals.h"
|
|
|
|
void peakCentering(
|
|
hls::stream<RgnPix> &InRgnPnt,
|
|
hls::stream<RgnPix> &OutCenteringPnt
|
|
);
|
|
|
|
#endif
|