移位差影快速定位分割算法
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
下载地址
用户评论