-
KalmanFilter
卡尔曼滤波的一个典型实例是从一组有限的,包含噪声的,对物体位置的观察序列(可能有偏差)预测出物体的位置的坐标及速度。在很多工程应用(如雷达、计算机视觉)中都可以找到它的身影。同时,卡尔曼滤波也是控制理论以及控制系统工程中的一个重要课题。(A typical example of the Kalman filter, from a limited set, containing the noise, the position of the object observed sequence (there may be deviation) to predict the coordinates of the location and speed of the object. Its presence can be found in many engineering applications (such as radar, computer vision). Meanwhile, the Kalman filter is control theory, and control is an important topic in systems engineering.)
- 2012-08-21 10:54:02下载
- 积分:1
-
heavy-tailed-deconv
一般自然图像的梯度分布符合重尾分布,重尾分布也就是超拉普拉斯分布,根据这个特点进行图像复原。(The gradient of a natural image in line with heavy-tailed distribution, which is ultra-heavy-tailed distribution Laplace distribution, image restoration based on this feature.)
- 2021-03-13 10:39:24下载
- 积分:1
-
image_processing_quantize
图像处理功能:求the MSE/SNR/PSNR and the quantized image( the MSE/SNR/PSNR and the quantized image)
- 2021-01-07 21:28:52下载
- 积分:1
-
Y824793[1].zip
PACS系统的图像浏览软件的分析与设计 硕士学位论文 DICOM通讯(PACS system, image viewing software analysis and design of a master' s degree thesis DICOM communication)
- 2011-01-04 20:28:04下载
- 积分:1
-
目标检测,识别运动物体
说明: 实现目标检测的代码,有例程视频,可以运行(Achieve target detection code, there are routine video, you can run)
- 2021-01-24 13:11:16下载
- 积分:1
-
o7ttd5GC
易语言动画地图编辑器源码,易语言写的图形图像编程,很好的参考。(Easy language animated map editor source code, easy graphic language programming, a good reference.)
- 2013-09-17 10:17:01下载
- 积分:1
-
支持向量机Matlab工具箱
说明: 用于MATLAB的支持向量机的工具箱,用于训练与验证(Support vector machine (SVM) for MATLAB toolbox, used for training and validation)
- 2020-09-15 21:17:21下载
- 积分:1
-
resample_bilinear
可以实现图像的重采样,通过设置参数来减小或增大图像尺寸(Resampling of the image can be achieved by setting parameters to decrease or increase the image size)
- 2015-05-04 15:31:25下载
- 积分:1
-
EDLines 快速直线检测算子
EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤:
(1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声;
(2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向;
(3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大;
(4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。
(Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out
the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary
edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a
set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of
the other edge detectors requires urther processing to generate potential object boundaries, which may not even be
possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
- 2021-03-22 16:29:16下载
- 积分:1
-
GraphCutTracker
GraphCut算法的实现,跟踪主动镜头下的目标,效果很好!(GraphCut algorithm to track the goal of the initiative under the lens, very good!)
- 2008-07-30 11:00:10下载
- 积分:1