return;
uchar *pStatusBits = new uchar[nHeight * nWidth];
memset(pStatusBits, 0, sizeof(nHeight * nWidth));
memset(pStatusBits, 0, sizeof(uchar[nHeight * nWidth]));
// Initially, copy all pixels to destination