2025-06-08 11:37:52 +08:00
|
|
|
|
|
|
|
|
#ifndef SUBPIX_H
|
|
|
|
|
#define SUBPIX_H
|
|
|
|
|
|
2025-11-22 22:45:19 +08:00
|
|
|
#include "../../globals/algoGlobals.h"
|
2025-06-08 11:37:52 +08:00
|
|
|
|
|
|
|
|
void subpix(
|
|
|
|
|
hls::stream<RgnPixConvolve> &InConvolvePnt,
|
|
|
|
|
hls::stream<RgnSubPix> &OutSubpixPnt
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
#endif
|