-
cvpr07_detcode1.0
Object Detection Combining Recognition and Segmentation, Eighth Asian Conference on Computer Vision (ACCV), 2007 源代码(Object Detection Combining Recognition and Segmentation, Eighth Asian Conference on Computer Vision (ACCV), 2007 source code)
- 2008-02-13 02:03:20下载
- 积分:1
-
MAP
实现图像的超分辨率算法,采用最大后验(MAP)算法,实现效果不错。(Image super-resolution algorithm using maximum a posteriori (MAP) algorithm, to achieve good results.)
- 2020-09-14 20:08:02下载
- 积分:1
-
raw2rgb24
将没有exif文件信息的裸RAW数据转换成YUV422格式的数据.(Exif file information will not be the bare RAW data into YUV422 format.)
- 2007-12-19 17:06:24下载
- 积分: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
-
LMS
用于数字图像处理的椒盐噪声滤波的自适应算法,(Salt and pepper for digital image processing adaptive noise filtering algorithm)
- 2013-09-06 10:23:41下载
- 积分:1
-
complex-background
随着红外成像技术的发展,红外小目标检测在军事领域有越来越重要的应用。以此为背景,研究了天空、海面、大地等各种背景下红外视频中弱小目标的检测问题。
(With the development of infrared technology,dim small targets detection play a
more and more important part in the military. The problem of dim small targets
detecting in a infrared video with the background of the sky,the sea and the groundhas been studied.
)
- 2021-04-08 15:59:00下载
- 积分:1
-
FaceDetection
在Matlab平台下实现人脸检测的一个程序(In Matlab platform to achieve a face detection process)
- 2008-05-10 08:47:10下载
- 积分:1
-
Fresnel-hologram
目前生成全息图主要有傅里叶和菲涅尔变换,此代码为利用菲涅尔变换将二维图片生成菲涅尔全息图,以达到图像加密的功能。(The current generated hologram mainly Fu Liye and Finel transform, the code for the use of Finel transform two-dimensional images generated Finel hologram, in order to achieve the function of image encryption.)
- 2014-11-15 12:55:25下载
- 积分:1
-
0_Multi_Object_Tracking_Kalman_Filter-master
用yolo算法检测到的视频目标,用kalman滤波算法进行多目标跟踪,程序需修改一些路径。(Yolo algorithm is used to detect video targets, Kalman filtering algorithm is used to track multiple targets, and the program needs to modify some paths.)
- 2018-12-18 11:24:37下载
- 积分:1
-
originalpointanalyse2
源点定位程序,可用于检测连通域等功能,代码是c/c++的,放心使用。(Source point positioning procedures, can be used to detect other functions connected domain, the code is c/c++, and ease of use.)
- 2013-09-28 08:31:12下载
- 积分:1