Location:
Search - lpdibbi
Search list
Description: wiener滤波处理
/参数说明:
//LPSTR lpDIBBits:指向源DIB图像指针
//LONG lWidth:源图像宽度(象素数)
//LONG lHeight:源图像高度(象素数)
//函数说明:
//该函数用来对DIB图像进行维纳滤波复原操作。
BOOL WINAPI WienerDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight)-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)
Platform: |
Size: 1024 |
Author: doris |
Hits: