13 lines
187 B
C
Raw Normal View History

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