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
193 B
C

#ifndef COMPUTE_3D_H
#define COMPUTE_3D_H
#include "../../globals/algoGlobals.h"
void calib(
hls::stream<CalibData> &inCalibData,
hls::stream<RgnSubPixCalib> &outSubpixCalib
);
#endif