getRow
const uchar *row = getRow(fLeft, fTop);
INLINE const uchar *getRow(int x, int y);
const uchar* row = getRow(fLeft, fTop);
const uchar *row = getRow(fLeft, fBottom);