-
用Canny算子检测图像中的边缘:图像分割系统…
用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例――从PCB图像中删除所有电流线,仅保留芯片对象-with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water line threshold method image segmentation P0406 : matrix Quadtree P0407 : images into text and non-text of the two categories P0408 : morphological gradient detection Binary Image Edge P0409 : morphology example-- Images from the PCB to delete all current lines, retaining only chip targets
- 2022-04-19 18:30:30下载
- 积分:1
-
VC编程实例
VC编程实例 -VC programming examples of VC programming examples
- 2023-01-18 04:05:03下载
- 积分:1
-
DWG file format and display pictures
DWG文件预览图片格式及显示-DWG file format and display pictures
- 2022-11-15 13:15:04下载
- 积分:1
-
virual c++ procedures realize a simple fan
virual c++程序,实现的简单绘制扇形的程序-virual c++ procedures realize a simple fan-mapping procedure
- 2022-01-20 23:08:33下载
- 积分:1
-
jpeg encode
论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采用JPEG格式对静态图象进行编码。JPEG基本系统是一种有损编码,无法完全恢复出原图象,信息有一定的丢失,称为有损压缩。尽管我们希望能够无损压缩,但是通常有损压缩的压缩比(即原图象占的字节数与压缩后图象占的字节数之比,压缩比越大,说明压缩效率越高)比无损压缩的高。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。解码时,进行熵解码,反量化,反离散余弦变换(IDCT)。
- 2022-03-16 06:35:42下载
- 积分:1
-
图的算法和程序设计
图论的算法与程序设计-graph theory of algorithms and program design
- 2022-03-15 02:48:15下载
- 积分:1
-
Recently discovered a number to identify the source, to share with you, VC++ 6.0...
最近发现一个数字识别的源码,给大家分享,VC++6.0环境,训练识别计算-Recently discovered a number to identify the source, to share with you, VC++ 6.0 environment, training, identification of the calculation
- 2023-07-15 19:20:03下载
- 积分:1
-
这是我用VC做的一个关于三维图形变化的程序,可以实现平移,反转等功能...
这是我用VC做的一个关于三维图形变化的程序,可以实现平移,反转等功能-This is what I do with VC 3D graphics on a change of procedures, can achieve translation, reverse function
- 2022-07-05 09:54:34下载
- 积分:1
-
看图的控件,有很多图形格式
看图的控件,有很多图形格式-flashcards of controls, there are many graphics formats
- 2022-12-24 16:35:03下载
- 积分:1
-
自己做课题时编写的一个可以拟合45个数据点的曲面拟合程序
自己做课题时编写的一个可以拟合45个数据点的曲面拟合程序-own topics can be prepared in a fit 45 data points the surface fitting procedure
- 2022-01-28 05:52:33下载
- 积分:1