搜索资源列表
VB超全图像处理
- picturebox有的属性基本上都有,扩展的图形方法有: DrawBezier DrawRoundRect DrawCurve DrawPie DrawPolygon DrawCircle DrawLine GetRGB 扩展的图像处理方法主要有: GetPictureData ShowPicture Invert GrayScale Exposal HistGramEqualize LogCalc ExpCalc ClearIsol
图像处理
- (9)VC编写的完整的图像处理程序。包括二值化、阈值分隔、边缘监测、小波变换、图像压缩、Hough变换等
VC图像处理基本算法示例
- 一些数字图像处理基本算法的源码,包括:256色转灰度图,Hough变换,Walsh变换,中值滤波,二值化变换,亮度增减,傅立叶变换,反色,取对数,取指数,图像平移,图像旋转,图像细化,图像缩放,图像镜像,均值滤波,对比度拉伸,拉普拉斯锐化(边缘检测),方块编码,梯度锐化,灰度均衡,用Canny算子提取边缘,直方图均衡,离散余弦变换,维纳滤波处理,逆滤波处理,阈值变换,高斯平滑。
纤维处理软件sob+hough直线检测+自动判定
- 利用HOUGH变换提取边界特征,还有SOBEL算子的算法也一并附上.-use feature extraction border, SOBEL Operator algorithm also accompanied.
c实现图像处理常用算法集
- 本人收集的关于c实现图像处理常用算法,包括Hough变换,雕刻技术,灰度均衡,图像的3D灰度显示,拉普拉斯高斯边缘检测等等,-I collected on c achieve common image processing algorithms, including the Hough transform, carving, gray balance, 3D gray-scale images, Laplace Gaussian edg
Hough
- 采用Visual c++ 进行图像处理,已经经过检测,非常实用,本源码主要是Hough分析-for image processing, have been tested, the very practical, The main source of Hough analysis
Hough
- 数字图像处理的Hough变换C++代码,方便大家入门-Digital image processing Hough transform C++ Code, to facilitate U.S. entry
Hough
- 主要用来对图像进行霍夫变换,属于图像处理的一种-Mainly used to image Hough transform, image processing is a
hough
- hough变换,matlab数字图像处理,源程序-hough transform, matlab digital image processing, source
hough
- 不错的图像处理源代码,将其放入MATLAB下的toolbox -Good image processing source code, put them in the toolbox under MATLAB
Hough
- Hough变换 BOOL Hough(HWND hWnd){ //定义一个自己的直线结构 typedef struct{ int topx //最高点的x坐标 int topy //最高点的y坐标 int botx //最低点的x坐标 int boty //最低点的y坐标 }MYLINE DWORD BufSize LPBITMAPINFOHEADER lpImgData
Hough
- vc++实现数字图象处理1:图象处理Hough变换-vc++ realization of digital image processing 1: image processing, Hough transform
Hough
- 数字图像处理,VC++源代码,HOUGH变换,包括代码和测试图片-Digital Image Processing, VC++ Source code, HOUGH transform, including the code and test images
Hough-transformor
- 图像变换的程序,希望对搞图像处理的朋友能有所帮助-Image transformation process, in the hope that friends engage in image processing, can be helped
hough
- 图像处理中经常需要检测圆形状的物体,该程序用霍夫变换可以检测圆的圆心和半径。-Image processing often requires detection of a round-shaped objects, the program can detect the use of Hough transform and radius of the center circle.
hough
- 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法
Hough
- 利用hough变换检测图像中的线段,然后进行相关处理-Detection using hough transform image of the segment, and then deal with the associated
Hough
- 计算机视觉.图像处理程序.Hough变换检测直线-Computer Vision. Image processing procedures. Hough transform detection of a straight line
hough
- 图像处理之 opencv 用hough变换检测圆-Image processing opencv circle detection using hough transform
hough
- 可以对图像进行边缘检测,滤波,二值化处理,最后提取图像中的直线。(Edge detection can be carried out on the image, filtering, two value processing, and finally extract the image of the straight line.)