-
VCPP-image-processing-chapter06
VisualC++数字图像处理技术详解第2版光盘-第六章(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter VI)
- 2016-04-16 13:34:28下载
- 积分:1
-
NewOtsuThreshold
改进经典的otsu算法,使其适应目标所占图像比例较小的情况,使图像分割方法更具有自适应性
(Improve classic otsu algorithm to achieve image segmentation)
- 2012-04-20 22:06:25下载
- 积分:1
-
consturct_curve
对测井曲线进行重构的程序,可以充分利用测井特征曲线所反应的岩性特征信息,完成多信息的融合(Log curve reconstruction procedures)
- 2012-07-19 05:19:33下载
- 积分:1
-
BDFTT4_doublea
一种基于DFT的瞬时测频算法,及及插值算法,最后由图形表示测频结果。
(Instantaneous frequency of the DFT-based algorithm, and the interpolation algorithm, by the graphical representation of the frequency measurement results.)
- 2012-08-13 08:59:59下载
- 积分: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
-
vc++ 数字图象 处理
vc++ 数字图象处理 很好用我看了以后收益非浅希望大家喜欢(vc digital image processing with very good after I read greatly benefit hope you like)
- 2020-06-26 09:00:01下载
- 积分:1
-
afdpf
正反馈主动频率偏移法,是应用于孤岛检测的一种算法,可以减小检测盲区,加快孤岛检测速度(Positive feedback active frequency offset method is an algorithm used in islanding detection)
- 2017-01-11 18:19:42下载
- 积分:1
-
SAR_image_processing
SAR复数数据转换,RAW格式数据转换,雷达图像滤波,LEE-sigema滤波,Frost滤波,Gamma-MAP滤波,KUAN滤波,雷达图像几何处理,斜距到地距转换程序。(SAR complex data conversion, RAW format, data conversion, radar image filtering, LEE-sigema filter, Frost filter, Gamma-MAP filtering, KUAN filtering, radar image geometry processing, slant range to ground from the conversion process.)
- 2010-01-26 09:52:42下载
- 积分:1
-
optimark_manual
水印攻击测试程序optimark。
这个比stirmark更全面测试水印程序,很好用(Watermark attack test program optimark. This more comprehensive test than stirmark watermark program, very good use)
- 2009-11-12 11:19:47下载
- 积分:1
-
SIFT-Panorama
本程序利用SIFT算法实现影像匹配的基础上,实现全景图的拼接,实用性很强,大家可以把拍摄的相邻的几张有重叠度的照片拼接成一张全景图。(The program uses SIFT image matching algorithm based on the realization of panorama stitching, very practical, we can put a few have taken the overlap of adjacent photos into a panoramic mosaic map.)
- 2011-05-16 02:47:18下载
- 积分:1