-
LRTsigma
本程序是用似然比检验的方法进行profile中的变点检测(This procedure is used likelihood ratio test method of change point detection profile)
- 2013-07-10 11:08:30下载
- 积分:1
-
81404598Blob
经典的斑块分析算法,计算Blob的源码,算法很好。(Classical plaque analysis algorithms to calculate Blob source code, algorithms very well.)
- 2020-12-18 10:39:10下载
- 积分:1
-
Band-Reject-Digital-Filter
利用汉宁窗设计Ⅰ型数字带阻滤波器,通过Matlab实现。(Band Reject Digital Filter based on HanningI though Matlab.)
- 2011-06-16 19:51:34下载
- 积分:1
-
cv2
说明: matlab编写的纹理图像分割,用c-v模型进行图像分割(matlab prepared texture image segmentation, cv model using image segmentation)
- 2009-08-13 15:30:38下载
- 积分: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
-
电池片裁剪
对由工业相机采集到的众多太阳能电池片图像信息进行处理,并对电池片的裁剪(The cutting of the battery sheet)
- 2018-01-27 13:14:28下载
- 积分:1
-
MFC4pic
说明: 在MFC中显示各种格式的图片,jpg.png(Display pictures in various formats in MFC, jpg.png)
- 2020-09-02 21:58:16下载
- 积分:1
-
SIFT_VC
sift 的c++代码。。。。。。。。。。。。(sift c++ code)
- 2012-07-13 18:45:33下载
- 积分:1
-
motionTracking
一个基于帧间差分的目标跟踪matlab源代码,解压后可直接运行,对学习跟踪有重大帮助(Frame difference of a target tracking based on matlab source code, extract can be directly run a major help in learning track)
- 2010-10-27 10:56:32下载
- 积分:1
-
Lee
Lee的经典的多分辨率B样条拟合方法(multi-level B-spline fitting)的VC源代码。广泛应用于图形图像处理,CAD等领域。(Lee s classic multi-resolution B-spline fitting method (multi-level B-spline fitting) of the VC source code. Widely used in graphic image processing, CAD and other fields.)
- 2007-11-07 16:11:02下载
- 积分:1