Location:
Search - HoughDIB
Search list
Description: 函数名称:
* HoughDIB()
*
* 参数:
* LPSTR lpDIBBits - 指向源DIB图像指针
* LONG lWidth - 源图像宽度(象素数,必须是4的倍数)
* LONG lHeight - 源图像高度(象素数)
* 返回值:
* BOOL - 运算成功返回TRUE,否则返回FALSE。
*
* 说明:
* 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线
* 提取出来。
*
* 要求目标图像为只有0和255两个灰度值的灰度图像。
Platform: |
Size: 12205 |
Author: luyc |
Hits:
Description: 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线提取出来。
Platform: |
Size: 6348 |
Author: 夕月 |
Hits:
Description: 函数名称:
* HoughDIB()
*
* 参数:
* LPSTR lpDIBBits - 指向源DIB图像指针
* LONG lWidth - 源图像宽度(象素数,必须是4的倍数)
* LONG lHeight - 源图像高度(象素数)
* 返回值:
* BOOL - 运算成功返回TRUE,否则返回FALSE。
*
* 说明:
* 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线
* 提取出来。
*
* 要求目标图像为只有0和255两个灰度值的灰度图像。-Function name:* HoughDIB ()** parameters:* LPSTR lpDIBBits- point to the source DIB image pointer* LONG lWidth- source image width (pixel number 4 must be in multiples of)* LONG lHeight- source image height (pixel number)* return value:* BOOL- operation successful return TRUE, otherwise return FALSE.** Description:* The function used to detect images of parallel straight lines. If the image has two parallel straight lines, they will be two parallel straight-line* extracted.** Request object image for only 0 and 255, two gray value of gray-scale image.
Platform: |
Size: 12288 |
Author: luyc |
Hits:
Description: 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线提取出来。
-The function used to detect images of parallel straight lines. If the image has two parallel straight lines, they will be two parallel straight lines extracted.
Platform: |
Size: 6144 |
Author: 夕月 |
Hits:
Description: 图像边缘与轮廓运算包括
// RobertDIB() - robert边缘检测运算
// SobelDIB() - sobel边缘检测运算
// PrewittDIB() - prewitt边缘检测运算
// KirschDIB() - kirsch边缘检测运算
// GaussDIB() - gauss边缘检测运算
// HoughDIB() - 利用Hough变换检测平行直线
// ContourDIB() - 轮廓提取
// TraceDIB() - 轮廓跟踪
// FillDIB() - 种子填充算法1
// Fill2DIB() - 种子填充算法2-Image edge and the outline of computing, including// RobertDIB ()- robert edge detection operator// SobelDIB ()- sobel edge detection operator// PrewittDIB ()- prewitt edge detection operator// KirschDIB ()- kirsch edge detection operator// GaussDIB ( )- gauss edge detection operator// HoughDIB ()- the use of Hough transform detection of parallel straight lines// ContourDIB ()- contour extraction// TraceDIB ()- contour tracking// FillDIB ()- Seed Filling Algorithm 1// Fill2DIB ()-- seed fill algorithm 2
Platform: |
Size: 5120 |
Author: kelly |
Hits:
Description: hough变换,提取直线和圆,VC++源代码-HoughDIB
Platform: |
Size: 13312 |
Author: mmm |
Hits:
Description:
* 函数名称:
* HoughDIB()
*
* 参数:
* LPSTR lpDIBBits - 指向源DIB图像指针
* LONG lWidth - 源图像宽度(象素数,必须是4的倍数)
* LONG lHeight - 源图像高度(象素数)
* 返回值:
* BOOL - 运算成功返回TRUE,否则返回FALSE。
*
* 说明:
* 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线
* 提取出来。
*
* 要求目标图像为只有0和255两个灰度值的灰度图像。-Hough transform source code
Platform: |
Size: 2048 |
Author: 何垒 |
Hits: