jerryzeng dec5589bdb version 1.6
-compatible to VITIS_HLS
-compatible to ubuntu24.04
-change test data directory
2025-11-22 22:45:19 +08:00

13 lines
187 B
C

#ifndef SUBPIX_H
#define SUBPIX_H
#include "../../globals/algoGlobals.h"
void subpix(
hls::stream<RgnPixConvolve> &InConvolvePnt,
hls::stream<RgnSubPix> &OutSubpixPnt
);
#endif