-
edge-detect-algorithm-comparison
边缘检测算法的比较,有susan算子,log算子,prewitt算子(Comparison of edge detection algorithm, there is susan operator, log operator, prewitt operator)
- 2009-03-09 17:57:59下载
- 积分:1
-
CD_Data_Processing
合成孔径雷达成像算法与实现(仿真代码)
书中光盘所附带的数据处理源码(SAR imaging algorithm and implementation (simulation code))
- 2020-06-17 00:40:02下载
- 积分:1
-
c# bmp图片转 jpg格式实例 附源码
c# bmp图片转 jpg格式实例 附源码
- 2013-05-19下载
- 积分:1
-
1111
卡尔曼滤波、无迹卡尔曼滤波、扩展卡尔曼滤波等滤波程序,本人收集了实验室所有这个方面的程序,欢迎大家下载,非常好用~(Kalman filtering, unscented Kalman filter, extended Kalman filtering, filtering program, I collected all the aspects of laboratory procedures, are welcome to download and very easy to use ~)
- 2011-08-01 21:31:23下载
- 积分:1
-
yuezhifenggedejizhngsuanfa
在做图像处理时用遇到图像的阈值分割,这是几种图像的阈值分割方法(In doing image processing with experience image threshold segmentation, which is one of several image thresholding segmentation method)
- 2013-11-22 16:01:06下载
- 积分:1
-
SURF-based-image-stitching
SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。
采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。
(SURF(Speeded Up Robust Features) as a method of feature extraction which newly appeared is over or nearly previous method on duplication, uniqueness, and robustness and have a clear advantage on computational efficiency. This code uses the SURF and coordinate transformation algorithm to detect image and image matching.
This code uses the SURF algorithm of image detection, the main is to use the Hessian matrix of image for testing, to find the image after image feature extraction of feature points. After we used Nearest Neighbor (NN), Random Sample Consensus (RANSAC) algorithm and least square parameter optimization for purification of matching feature points. Coordinate transformation in the last two images, to coordinate system to achieve the same image stitching.
)
- 2014-08-30 15:12:42下载
- 积分:1
-
TIP_ASDS_IR
TIP10的paper "Image Deblurring and Super-Resolution by Adaptive Sparse Domain Selection and Adaptive Regularization" 的代码。一个图像去噪和超分辨的算法(TIP10' s paper " Image Deblurring and Super-Resolution by Adaptive Sparse Domain Selection and Adaptive Regularization" code. Image denoising and super-resolution algorithm)
- 2011-09-19 20:43:20下载
- 积分:1
-
2
说明: 边缘特征的提取就是求图像梯度的局部最大值和方向。实际计算中,以微分算子的形式表示,并采用快速卷积函数来实现。常用的算子有微分算子,拉普拉斯算子,Canny算子等。其中Canny边缘检测是一种较新的边缘检测算子,具有较好的边缘检测性能,得到越来越广泛的应用。Canny边缘检测法利用高斯函数的一阶微分,它能在噪声抑制和边缘检测之间取得较好的平衡(Edge feature extraction is to seek the local maximum of image gradient and orientation. The actual calculation to the form of differential operator representation, and using fast convolution function to achieve. Commonly used operators are differential operators, Laplace operator, Canny operator and so on. Canny edge detection which is a relatively new edge detection operator, and has good edge detection performance, get more and more widely used. Canny edge detection method using first derivative of Gaussian function, it can in the noise suppression and edge detection to achieve a better balance between)
- 2010-06-16 08:36:49下载
- 积分:1
-
PDE_Programs
图像处理的偏微分方程方法,包括曲线演化,图像分割,图像滤波,图像复原等的matlab源代码。(Partial differential equations of image processing methods, including curve evolution, image segmentation, image filtering, image restoration, etc. matlab source code.)
- 2011-08-10 15:56:03下载
- 积分:1
-
gmm-cv
OpenCV_基于混合高斯模型GMM的运动目标检测。内附监测监控视频,方便测试使用。(OpenCV_ GMM Gaussian mixture model based moving target detection. Included monitoring surveillance video, easy testing.)
- 2014-02-26 14:47:48下载
- 积分:1