资源列表
微机的水敏纸程序
- 基于matlab的喷灌效果处理,是计算效率的水敏纸程序(The effect of spray irrigation based on MATLAB is a water sensitive paper program for calculating efficiency)
数字图象处理
- 数字图像处理程序,包含6中FIR和IIR滤波器程序和GUI界面。(Digital image processing program with 6 FIR and IIR filter programs and GUI interface.)
QGIS-Code-Examples-master
- QGIS开发的demo,包括一些常用的QGIS demo源码(QGIS Demo, Include QGIS useful demo....)
cvpr09 defog(matlab)
- 基于暗通道先验的图像去雾算法源代码,经调试可以顺利运行,能够处理薄雾或者浓雾遮盖的模糊图片,效果很不错。(The source code of image de haze algorithm based on a priori dark channel can run smoothly after debugging, and it can handle blurred images covered with mist or dense fog. The effect is pretty goo
Fundamentals+of+Computer+Graphics
- 计算机图形学基础书,第3版,有光线追踪算法。(fundamentals of computer graphics)
OpenGL二维图像转换为三维图像
- 采用OpenGL工具,,进行的对图像的三维重建过程。(Three-dimensional image reconstruction,the software is OpenGL)
skin beauty
- 双边滤波实现人物美肤(磨皮、祛斑、美白)(Bilateral filtering to achieve figures (skin dermabrasion, freckle, whitening))
随机游动分割算法
- 文件中附有随机游动分割算法的实现代码,有实例程序,和模板程序(The file contains the implementation code of the random walk segmentation algorithm, the instance program, and the template program)
灰度处理多种实现程序
- 利用matlab控制摄像头,对图像实时进行二值灰度处理(Using MATLAB to control the camera, the image is processed with two value gray in real time)
android扫银行卡识别卡号最新Eclipse工程代码
- android扫银行卡识别卡号最新Eclipse工程代码(android scan bank card identification card number of the latest Eclipse project code)
C# .NET车牌识别
- c#实现车牌识别系统,完整的源码,应用程序、测试模板图片(C# license plate recognition)
二值化的几种方法
- 包含了如大津法,自适应阈值法等多种二值化图像的方法,可直接看到效果,且有注释,具有入门作用