-
CS_Lenabmp
BCS代码稀疏重构Lena.bmp图像,包中含有代码和图片本身,题主给了一定注释,便于CS初学者学习(BCS code sparsely reconstructs Lena. BMP image. The package contains code and image itself. The theme is given a certain comment, which is convenient for CS beginners to learn.)
- 2020-06-23 04:20:01下载
- 积分:1
-
matlab
图像二值化,去离散噪声,彩色图像灰度化,特征提取,灰度化,彩色图像平均灰度(Image binarization, to discrete noise, color gray image feature extraction, gray, color image mean gray)
- 2010-07-01 11:30:40下载
- 积分:1
-
HALCON四点标定
说明: 手眼标定方法。平面手眼标定,四点标定算法(Hand-eye calibration method. Planar hand-eye calibration and four-point calibration algorithm)
- 2019-09-30 08:28:56下载
- 积分:1
-
C# SCADA源码修复
C# SCADA源码修复,完全可用
- 2020-12-01下载
- 积分:1
-
SANBAN
对比两张图片上的散斑的变化来确定被测材料的变形和相关位移(Change of speckle contrast two images to determine the detected material deformation and displacement)
- 2020-12-23 13:59:06下载
- 积分:1
-
EM_GM
混合高斯分布EM算法,可以算混合高斯分布的三个参数。混合高斯分布更接近系数分布。(mixed Gaussian distribution EM algorithm can calculate mixed Gaussian distribution of the three parameters. Mixed closer to the Gaussian distribution coefficient.)
- 2007-03-01 14:56:03下载
- 积分:1
-
grandopen-close
利用idl语言实现图像的数学形态学开闭重建运算,比提取梯度图像。(Idl language use mathematical morphological opening and closing image reconstruction operations, compared to extract gradient image.)
- 2020-09-04 09:48:06下载
- 积分:1
-
xsk_cs1
合成孔径雷达(SAR)的线频调变标(CS)成像算法(SAR radar imaging algorithm CS)
- 2009-03-04 20:42:58下载
- 积分:1
-
Images-denoising--based-on-wavlet
从原始图像产生噪声图像,使用db1执行2层小波,使用wpbmpen进行全阈值选择,采用硬阈值和软阈值处理方式,保存低频,进行图像降噪,并绘制各分解系数图像。(Generated noise image from the original image, using db1 wavelet perform two layers using wpbmpen full-threshold selection, using hard threshold and soft threshold approach, saving low frequency, image noise reduction, and draw the decomposition coefficients images.)
- 2013-11-22 15:55:18下载
- 积分: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