搜索资源列表
最小二乘法直线拟核源代码
- 图像处理源代码,介绍了利用最小二乘法对BMP图像进行直线拟合的方法-image processing source code, introduced to the use of least squares to BMP images linear fitting method
变幻画线
- 当运行本程序时,会看到一条在窗口中不停摆动的直线,编织成一副美丽的网状图形,图像随着直线摆动不停地变幻,直到程序停止。-When running this program, we will see a window kept swinging straight, braided into a beautiful mesh graphics, images with linear swing changes constantly, until the procedures to stop.
work2
- 一个从MSDN的scribble改进的程序,可以画直线,矩形及椭圆。对于学习图像处理是个很好的入门-a scribble from the MSDN improved procedures can draw straight lines, rectangle and oval. Learning image processing is a very good entry
资源打印精灵VB源码
- 资料打印精灵是基于我的另一个软件作品VbPrint动态链接库组件(VbPrint.dll)的二次开发软件产品,VbPrint是作者开发的一个ActiveX dll组件,组件中提供了一种简单的方法处理和加工各种类型的报表,在报表中可以定义直线、矩形、圆、文本、图像等对象,并可以在二次开发编程中控制这些对象的属性,支持表格打印、多页打印、资料发票套打等。 作者:罗伟 Email:mr_luowei@163.com -information Print genie is based
jiao448
- 一个用matlab检测直线交点的源程序,适合于二值图像,函数实现了图像中单象素宽白色相交直线交点的检测利用的是最简单的邻域中计算白点的个数的算法,当一个象素的window邻域中有四个邻域为白色的时候,该点即为交点。-a linear detection using Matlab intersection of the source, suitable for two binary images, Function of image pixels wide single white line in
ImageProcessing_Measure
- 图像打开,直线,角度,圆面积的测量。 代码比较容易看懂,可以在此基础上扩展-images open, linear, angle, round area measurements. Code is easier to read, on the basis of this expansion
linedetection
- 在图像中检测直线的Hough算法,很不错的哦!-images in the detection of linear Hough algorithm, a very good oh!
ToDraw
- 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图格
Painter
- 用VC6.0开发的画图程序,可以画直线,放大图像,编辑等功能
MyDraw
- 画图版,实现椭圆和直线绘图功能。并且可以修改图像,以得到适应大小
一个图形图像程序
- 这是一个图形图像编程示例,可以对bmp图像进行平滑、锐化、颜色等处理,可以对图形进行平面不同角度的变换,还可以画直线、曲线、椭圆等各种不同的图元。并为程序制作了一个精美的启动界面。-This is a graphics programming paradigm can bmp image smoothing, sharpening, color, such as processing, graphics can Planar different angle transformation, can
bkwait
- 做个图像直线检测的算法,主要是用来检测图像中的直线,-Make out an arithmatic of checking lines.It is mainly used to check and measure the lines in pictures.
hough
- hough变换检测出直线,只需要把路径改了就可以了,但是一定是要边缘图像才可以-hough transform to detect straight lines, just to the path can be changed, but must be the edge of the image can
Hough
- 利用vc编写的源代码用于数字图像处理中hough变换检测直线-Source code written using vc for digital image processing in the detection of a straight line hough transform
Hough
- Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the me
Ruler
- 本程序实现了电脑屏幕上直线长度的计算以及简单图像面积的计算-Electric ruler
3.6改进型数字图像中直线特征的快速检测方法
- 为提高数字图像中的直线的检测速度,从时频域变换和空间域变换两个角度出发,提出了一种改进型数字图像中直线快速检测方法。(In order to improve the detection speed of straight lines in digital images, an improved method for fast line detection in digital images is proposed from two angles of time frequency domain
Hough
- 冈萨雷斯数字图像处理Hough变换检测直线源码(The Hough transform in the digital image processing course written by Gonzales is used to detect the linear source code)
ED_Lib-master
- 灰度图像中的ED直线检测算法,无须调参,自动适配(Ed lines detection algorithm in gray image. The parameters are automatically adapted and do not need to be adjusted)
matlab实现识别图像中时钟的时间(244597)
- 通过霍夫直线检测等算法实现钟表表盘的识别以及读取显示(The clock dial recognition and reading display are realized by Hough line detection and other algorithms)