文件名称:移位差影快速定位分割算法
文件大小:319KB
文件格式:DOC
更新时间:2013-12-29 10:43:21
移位差影
STDMETHODIMP CPalmTexture::CropShiftSubtraction(BSTR imagePalm, BSTR imageCrop) { // TODO: Add your implementation code here int shiftNum = 10; //移位尺度 TCHAR *ImageFileR; USES_CONVERSION; ImageFileR = OLE2T(imagePalm); TCHAR *ImageFileS; //USES_CONVERSION; ImageFileS = OLE2T(imageCrop);