-
sobel算子的实现
资源描述基于opencv的sobel算子的实现,包含相关文档和详细代码,可用于图像边缘检测的实现。
- 2022-01-25 14:47:09下载
- 积分:1
-
2维图形绘制编辑系统
2维图形绘制编辑系统-two-dimensional graphic editing system
- 2023-08-08 11:00:03下载
- 积分:1
-
DIB(设备
DIB(Device-indepent bitmap)的与设备无关性主要体现在以下两个方面: DIB的颜色模式与设备无关。例如,一个256色的DIB即可以在真彩色显示模式下使用,也可以在16色模式下使用。 256色以下(包括256色)的DIB拥有自己的颜色表,像素的颜色独立于系统调色板。 由于DIB不依赖于具体设备,因此可以用来永久性地保存图象。DIB一般是以*.BMP文件的形式保存在磁盘中的,有时也会保存在*.DIB文件中。运行在不同输出设备下的应用程序可以通过DIB来交换图象。 DIB还可以用一种RLE算法来压缩图像数据,但一般来说DIB是不压缩的。 DIB的结构-DIB (Device-indepentent bitmap) has nothing to do with sexual equipment mainly in the following two aspects : DIB color mode has nothing to do with the equipment. For example, a 256-color DIB is the true color display mode, or can be used in 16 color mode. 256-color below (including 256 colors), the DIB has its own color table, color of the pixel independent system palette. As DIB is not dependent on specific equipment, it can be used for permanent preservation of images. DIB normally*. BMP file stored in the form of disk, sometimes stored in*. DIB document. Running on different output devices under the application of the procedure can be DIB to exchange images. DIB can also use a RLE compression algori
- 2022-03-07 07:46:45下载
- 积分:1
-
五种边缘检测算子的实现,函数具有很好的通用性,凡是能够得到只想图像像素区指针的情况都可以使用。
配合我上传的那个opentrim使用更好,这是一个bmp全色...
五种边缘检测算子的实现,函数具有很好的通用性,凡是能够得到只想图像像素区指针的情况都可以使用。
配合我上传的那个opentrim使用更好,这是一个bmp全色深操作类,里边还集成了一些其他的机器视觉算法。
对图像进行高斯――拉普拉斯算子的边缘检测
对图像进行拉普拉斯算子的边缘检测
对图像进行罗伯特交叉算子的边缘检测
对图像进行蒲瑞维特算子的边缘检测
对图像进行索贝尔算子的边缘检测-5 kinds of edge detection operator to achieve an excellent general-purpose function, and those who just want to image pixels can be indicators of the situation in the district can be used. I upload that with the use of better opentrim, this is a bmp type operation panchromatic deep inside also integrates a number of other machine vision algorithms. Gaussian images- Laplacian edge detection of image Laplacian edge detection of images of Robert crossover operator on the image edge detection operator Po Ray White of the edge detection of image Sobel operator for edge detection
- 2022-08-13 01:07:22下载
- 积分:1
-
二维CAD设计,比一般的都要好.值得一看,里面有四个人一个多月的心血,另加有十年编程经验的VC++老师的指导,非常难得!袁斌、徐建成、赵欣、刘钊。其中里面也包括...
二维CAD设计,比一般的都要好.值得一看,里面有四个人一个多月的心血,另加有十年编程经验的VC++老师的指导,非常难得!袁斌、徐建成、赵欣、刘钊。其中里面也包括我啦:)-2D CAD design, than the general good of all. An eye-catcher, there are four individuals for more than a month of work, plus a decade of experience in programming VC teacher"s guide, and very rare! Yuan Bin, Jiancheng, 41005, Liu Zhao. Also inside them-- including me :)
- 2022-01-31 20:37:07下载
- 积分:1
-
LabVIEW图像采集与分割处理,图形卡和要求…
LABVIEW图像获取及分割处理,需NI图像卡及普通摄像头,也可修改为静态图像处理。-LABVIEW image acquisition and segmentation processing, graphics card and the required NI ordinary camera can also be modified as a static image processing.
- 2022-12-06 07:15:02下载
- 积分:1
-
《抓图实践》的源代码
《抓图实践》的源代码- "Stresses Chart Practice" source code
- 2023-05-23 04:00:03下载
- 积分:1
-
Fashion portfolio of office, the use of 3DMAX development, can be poured into an...
时尚的办公组合,利用3DMAX开发,可以倒入到任何场景中。-Fashion portfolio of office, the use of 3DMAX development, can be poured into any scene.
- 2022-02-04 06:22:52下载
- 积分:1
-
Paint a small software, realize a simple round and rectangular drawing a straigh...
画图的小软件,实现简单的圆和矩形直线的绘制,能够储存不能填充颜色-Paint a small software, realize a simple round and rectangular drawing a straight line can be stored should not fill color
- 2022-06-26 03:16:29下载
- 积分:1
-
犯错
扫描线填充法:
1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。
2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。
3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。
边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
- 2023-07-27 18:40:02下载
- 积分:1