登录
首页 » 图形图像 » A slightly weather conditions to the evil forces of the de

A slightly weather conditions to the evil forces of the de

于 2023-06-18 发布 文件大小:1.47 kB
0 171
下载积分: 2 下载次数: 1

代码说明:

一个对恶劣天气条件下的邪恶势力的去噪程序,可以去除大雨中的雨水,恢复原始图像

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 其中选择了10种最常用的算法,将其封装为更容易调用的API函数。除了方便VC++开发人员调用外,也使得VB、Delphi程序员能够方便地将其应用到自己的开发项目...
    其中选择了10种最常用的算法,将其封装为更容易调用的API函数。除了方便VC++开发人员调用外,也使得VB、Delphi程序员能够方便地将其应用到自己的开发项目中。-which selected 10 species of the most commonly used algorithm, to more easily package for the API function calls. Apart from facilitating the development of VC personnel call, but also makes VB, Delphi programmers can easily be applied to their own development projects.
    2022-11-21 23:35:03下载
    积分:1
  • 数字处理初学者适合学习的程序 vc++编写阈值自动获取 包含基本处理算法...
    数字图像处理初学者适合学习的程序 vc++编写阈值自动获取 包含基本图像处理算法-Digital image processing suitable for beginners to learn the procedures contained in vc++ to prepare the basic image processing algorithms
    2022-12-04 11:05:03下载
    积分:1
  • 这是一个纯C语言的 H.264 解码程序,速度较慢,如果您试验时手头没有解码器,可以用此凑合。 执行命令方式为:...
    这是一个纯C语言的 H.264 解码程序,速度较慢,如果您试验时手头没有解码器,可以用此凑合。 执行命令方式为: -o 264格式的输入文件 yuv格式的输出文件 比如(假如目录为 D:H264 ): D:H264h264_dec.exe D:H264 est.264 D:H264 est.yuv 若不输入参数,则默认为: h264_dec.exe test.264 test.yuv-This is a pure C language of the H.264 decoding process, a slow, if you do not test the decoder, you can make do with this. For the implementation of the order:-o 264 of the input file format yuv format such as the output file (if the directory is D: H264 ): D: H264 h264_dec.exe D: H264 test.264 D: H264 test.yuv if the input parameter, the default is: h264_dec.exe test.264 test.yuv
    2022-09-14 01:50:03下载
    积分:1
  • FreeTextBox is a free Asp.net page editor, the official default to English, this...
    FreeTextBox是一款免费的Asp.net网页编辑器,官方默认为英文版,该版本设置为简体中文版,可以设置文字样式、在线排版、图片上传等(FreeTextBox源码需要单独购买授权),该代码包括了各类应用的演示和实现过程 包括:功能设置、下拉显示、多语言(包括简体中文、繁体、英文等)切换、JS调用、WebParts应用、Ajax无刷新交互、 -FreeTextBox is a free Asp.net page editor, the official default to English, this version is set to Simplified Chinese version, you can set the text style, on-line publishing, image upload, etc. (FreeTextBox source license must be purchased separately), the code include a wide range applications, demonstration and implementation process include: feature set, drop-down display, multiple languages (including simplified Chinese, traditional Chinese, English, etc.) to switch, JS call, WebParts applications, Ajax without refreshing interaction,
    2022-02-01 19:17:34下载
    积分:1
  • hough transform, capable of detecting images of a straight line, and can detect...
    hough变换,能够检测图像中的直线,并能检测出直线的倾斜角-hough transform, capable of detecting images of a straight line, and can detect the angle of inclination of a straight line
    2022-02-06 12:50:06下载
    积分:1
  • AVI文件格式的动画生成技术
    AVI文件格式动画生成技术-AVI file format generated animation technology
    2022-02-02 11:47:37下载
    积分:1
  • Using VC to realize some basic image processing algorithms. Help beginners to le...
    用VC来实现的一些基本的图像处理算法。有助于初学者的学习。-Using VC to realize some basic image processing algorithms. Help beginners to learn.
    2022-03-13 13:14:11下载
    积分: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
  • 犯错
    扫描线填充法: 1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。 2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。 3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。 边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
    2023-07-27 18:40:02下载
    积分:1
  • 李子青的《人脸识别手册》,Handbook of face recognition,高清晰。...
    李子青的《人脸识别手册》,Handbook of face recognition,高清晰。-Handbook_Of_Face_Recognition_Springer_2005.pdf
    2022-07-10 12:50:23下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载