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