13 lines
187 B
C
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
|