42 #ifndef _CORNER_SUBPIXEL_H_
43 #define _CORNER_SUBPIXEL_H_
63 namespace CornerSubpixel
65 bool Refine(
const CByteImage *pImage,
const Vec2d &point,
Vec2d &resultPoint,
int nHalfWindowSize = 2,
int nMaxIterations = 100);
Data structure for the representation of a 2D vector.
bool Refine(const CByteImage *pImage, const Vec2d &point, Vec2d &resultPoint, int nHalfWindowSize=2, int nMaxIterations=100)
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...