搜索资源列表
yzmtq
- 简单验证码是指验证码图片里的字符,固定不变,或者变化很小的验证码,比如:字符上会有一些干扰点干扰线等情况,或者只有少数几种字体变化和字体大小变化。 这里给出源代码都是非常简单的源代码,学过《C程序设计》的都可以看懂,不会超出书本范围,而且不使用指针,这样VB,Delphi,JAVA 等语言都可以照此写出相应的源代码。 验证码提取可以分为三个大的步骤:预处理,分割,提取。预处理又可细分为读取图片,二值化,去干扰点,去干扰线等等步骤。 读取图片很简单就是把要提取的
images
- c#源码,对图片进行处理,上传、下载、缩略图、水印、调整光暗、反转等-c# source code for image processing, upload, download, thumbnails, watermark, adjust brightness, reverse, etc.
LEDShower
- c++ Builder编写的LED对联屏,利用网络编程 自定义协议 图片处理-LED couplets written in c++ Builder screen, the use of network programming custom image processing agreement
piliangtu
- C++ opencv批量处理图片,简单易懂,妥妥的,吊到咋-C++ opencv batch processing images, easy to understand, properly properly, hanging to gnaw
halconexample1
- halcon与c#进行联合编程,显示和处理图片(Halcon and c# are programming together to display and process pictures)
图片处理类库
- C# 常用图片处理类,包含图片旋转、生成缩略图、添加图片水印或文字水印等基本功能,有Demo程序,通过点击按钮就能看到效果(C# commonly used picture processing class, including picture rotation, generate thumbnails, add pictures, watermarks or text watermarking and other basic functions, there are Demo procedur
PIC-C-B
- 在图像处理中一张图片的明暗度调节可以提高一张图片的辨识度(In image processing, the brightness adjustment of a picture can improve the identification of a picture)
图像操作
- C#WinForm中处理图片的各种方法和技巧,例如图片的透明处理,压缩图片,图片合成,图片中插入文字,转换图片格式等各类操作方法。都有单独的实例,支持.NET2.0以上版本。(C#WinForm in dealing with pictures of various methods and techniques, such as the transparent processing of pictures, compressed pictures, picture synthesis, inse
ShowPicture
- 我完成了修图软件中的三个基本功能,人像磨皮、白平衡调节和皮肤美白。人像磨皮使用双边滤波器完成,效果良好但运行速度慢。白平衡调节使用灰度世界算法来编写程序,可以自动调节偏色照片的白平衡,运行效果良好。皮肤美白使用优化的白平衡算法来对皮肤进行提亮处理,运行效果良好。其中,磨皮力度和美白力度可以通过滑块调节,方便使用。我还为该程序设计了一个简单的界面,并切加入丰富的色彩来吸引用户使用。程序中处理的照片可以自行选择,处理后的照片也可以直接保存。(I finished retouching softwar
PhotoSprite
- 图片处理 相关算法。C# 图片常用算法,说明,整体是一个小软件(Image processing correlation algorithm)