-
PSNR
计算PSNR值,一个不错的算法,值得看一下(Calculation of PSNR value, a good algorithm, it is worth a look)
- 2008-04-20 23:36:09下载
- 积分:1
-
firedetection_matlab
对火焰进行检测的matlab程序,可以通过算法检测火焰的情况(Flame detection of the matlab program, algorithm can detect the flame of)
- 2011-08-16 15:19:53下载
- 积分:1
-
C# 实现简单数字验证码解析(Tesseract OCR 解析验证码) 实例代码
具体实现思路:以4位数字的验证码为例 1、人工将验证码的4位数字每位对应的代码存入数据库中,每位存入0-9对应的代码,每个数可以多存这样可以提高识别率; 2、获取验证码以后,对其进行去背景、灰度处理、去噪点处理、分片处理以后生成每位数字对应的代码; 3、去背景色,这一步的目的是把验证码和背景颜色区别开来。4、去噪声:这一步要取出图像上的孤立点。这些孤立点被认为是噪声。 孤立点的定义:某个点,周围没有与该点等值的点。 或者某个连接块,该连接块的元素的个数小于某个给定值K, 把元素个数很小的连接块也定义为孤立点,有助于去处噪声。 去噪声算法:参照去背景算法。 5、图像锐化:图像锐化的目的是增强边界。这一步是可选的。看验证码的情况,这一步可以跳过。 6、图片有效区域截取:这个操作是将图片除验证码字符以外的边框去掉,只留下验证码字符图片,这样保证分片的准确性。 7、图片分片处理,这个处理是将整个图片分割成单个字符图片。8、拿分片图像生成的代码(eg:000111110011…..)与DB中已有代码相比较,取得相似度最高的即要验证码的字符; 注:如果DB的样本越多,识别的准确率也越高,但是速度会相应变慢
- 2013-02-18下载
- 积分:1
-
bilateralFilter
说明: 平台基于visual studio2015,使用opencv函数实现双边滤波,进行图像处理(bilateral Filter based on opencv)
- 2020-06-20 05:00:01下载
- 积分:1
-
gdal
说明: 简易的在c#中利用gdal来读取遥感图像(Using GDAL to read remote sensing image in C)
- 2020-05-17 19:12:13下载
- 积分:1
-
Transformacao
这段代码使旋转、翻译和规模algoritms一些图像使用绘图对象(This code enables rotation, translation and scale algoritms some images using the drawing object)
- 2013-05-20 21:45:32下载
- 积分:1
-
sift_MATLAB
基于SIFT的图像配准程序 SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力(Hot and difficult of the current research areas of domestic and foreign feature point matching based the SIFT image registration program SIFT feature matching algorithm is its ability to match between the two images, can handle translation, rotation, affine transformation case match problem, even in some degree images taken at any angle with more stable feature matching ability)
- 2020-12-26 11:19:03下载
- 积分:1
-
multiobject_context
多类图像特征结合上下文信息进行目标识别(分类、分割)(Many types of image features combined with context information for target identification (classification, segmentation))
- 2013-11-30 17:52:13下载
- 积分:1
-
MotionEstimation
运动估计的几种方法,包括线性预测法、混合高斯法、特征值法和相邻帧差法等(Several motion estimation methods, including linear prediction method, mixed-Gaussian law, Eigenvalue and adjacent frames, such as poor law)
- 2007-12-19 18:19:49下载
- 积分:1
-
bandfilter
一个计算频率域的带通滤波器,图像处理中常用的滤波方式之一。(Computes frequency domain band filters)
- 2014-11-10 00:48:44下载
- 积分:1