-
matlab部分IPT函数的运用
说明: 以实例列举了MATLAB中常用的图像处理函数的代码(Examples are given to illustrate the image processing functions commonly used in MATLAB code)
- 2020-06-20 07:00:01下载
- 积分:1
-
Image-segmentation-
图像分割及二值化源码。该程序是交通标识识别的一部分。(Image segmentation and binary code. The traffic sign recognition program is part of.)
- 2011-09-03 10:35:03下载
- 积分:1
-
图像灰度变换的程序Image-gray-scale-transformation
详细说明:几个关于图像灰度变换的程序。包括图像反色,图像的对数灰度变换,指数灰度变换,线性灰度变换,灰度切割,图像平均降噪。
(Several of the image gray-scale transformation process. Including anti-color image, the image of the number of gray level transformation, index gray-scale transformation, linear gray level transformation, gray cut, the average image noise.)
- 2020-07-09 11:28:55下载
- 积分:1
-
Tracking
使用VC++ 6.0 和 OpenCv实现粒子滤波目标跟踪算法,主要功能在MFC对话框内实现。(particle filter object tracking)
- 2011-08-21 22:30:52下载
- 积分: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
-
C_V
采用半隐式方案实现变分水平集图像分割方法(Active contour without edge, image segmentation)
- 2013-07-10 17:51:22下载
- 积分:1
-
boundary_trace
说明: 灰度图像的边界跟踪的方法,先用微分算子计算出图像的梯度图。然后再应用此算法。(Gray-scale image of the border tracking methods, first calculate the differential operator of the gradient map images. And then apply this algorithm.)
- 2009-08-14 09:30:37下载
- 积分:1
-
ex26aDoc
基于路径跟踪法的insar相位解缠的整个程序(tracking method based on the path of insar Phase Unwrapping the entire process)
- 2020-06-28 19:00:01下载
- 积分:1
-
精通Matlab数字图像处理与识别
说明: 数字图像处理(Digital Image Processing)是通过计算机对图像进行去除噪声、增强、复原、分割、提取特征等处理的方法和技术。 [1] 数字图像处理的产生和迅速发展主要受三个因素的影响:一是计算机的发展;二是数学的发展(特别是离散数学理论的创立和完善);三是广泛的农牧业、林业、环境、军事、工业和医学等方面的应用需求的增长(Digital Image Processing (DIP) is a method and technology of removing noise, enhancing, restoring, segmenting and extracting features from images by computer. [1] The emergence and rapid development of digital image processing are mainly influenced by three factors: first, the development of computer; second, the development of mathematics (especially the establishment and improvement of discrete mathematics theory); third, the growth of the demand for extensive applications in agriculture, animal husbandry, forestry, environment, military, industry and medicine.)
- 2020-06-23 22:20:02下载
- 积分:1
-
Mueller_Matrix_Cal
说明: 利用偏振片玻片产生圆偏振光照射物体,计算反射光的穆勒矩阵(Using a polarizer glass to generate circularly polarized light to illuminate an object, calculate the Mueller matrix of the reflected light)
- 2019-12-13 11:41:36下载
- 积分:1