#ifndef SUBPIX_H #define SUBPIX_H #include "algoGlobals.h" #include void subpix( std::vector &InConvolvePnt, std::vector &OutSubpixPnt ); #endif