Introduction - If you have any usage issues, please Google them yourself
wiener filtering treatment/parameters:// LPSTR lpDIBBits: point source DIB image pointer// LONG lWidth: source image width (pixel number)// LONG lHeight: source image height (pixel number)// Function Description:// this function DIB image used on the Wiener filter restoration operation. BOOL WINAPI WienerDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight)