文件名称:ContourDIB
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.28kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
/*************************************************************************
* 函数名称:
* ContourDIB()
* 参数:
* LPSTR lpDIBBits - 指向源DIB图像指针
* LONG lWidth - 源图像宽度(象素数,必须是4的倍数)
* LONG lHeight - 源图像高度(象素数)
* 返回值:
* BOOL - 运算成功返回TRUE,否则返回FALSE。
* 说明:
* 该函数用于对图像进行轮廓提取运算。
* 要求目标图像为只有0和255两个灰度值的灰度图像。
************************************************************************/-/************************************************************************** Function Name:* ContourDIB ()* parameters:* LPSTR lpDIBBits- point to the source DIB image pointer* LONG lWidth- source image Width (pixels number, must be a multiple of 4)* LONG lHeight- source image height (pixel number)* Return Value:* BOOL- operation successful returns TRUE, otherwise returns FALSE.* Note:* This function is used on the image contour extraction operation.* Requires the target image as the only two gray values 0 and 255 gray image.************************************************************************/
* 函数名称:
* ContourDIB()
* 参数:
* LPSTR lpDIBBits - 指向源DIB图像指针
* LONG lWidth - 源图像宽度(象素数,必须是4的倍数)
* LONG lHeight - 源图像高度(象素数)
* 返回值:
* BOOL - 运算成功返回TRUE,否则返回FALSE。
* 说明:
* 该函数用于对图像进行轮廓提取运算。
* 要求目标图像为只有0和255两个灰度值的灰度图像。
************************************************************************/-/************************************************************************** Function Name:* ContourDIB ()* parameters:* LPSTR lpDIBBits- point to the source DIB image pointer* LONG lWidth- source image Width (pixels number, must be a multiple of 4)* LONG lHeight- source image height (pixel number)* Return Value:* BOOL- operation successful returns TRUE, otherwise returns FALSE.* Note:* This function is used on the image contour extraction operation.* Requires the target image as the only two gray values 0 and 255 gray image.************************************************************************/
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ContourDIB.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.