-
readpic
说明: VC bmp图像数据读取和输出代码程序,经过编译可行(compiled vc program in reading image )
- 2010-04-07 11:02:37下载
- 积分:1
-
calibration-3-cameras
C++和halcon结合,用于图形处理时进行三相机标定(C++ and halcon combined for three camera calibration)
- 2013-09-09 10:12:10下载
- 积分:1
-
pinyulvbo
利用VC进行图像的频域滤波处理,内含源代码(VC image using the frequency domain filtering treatment, including source code)
- 2009-03-10 18:26:13下载
- 积分:1
-
CTImageReconstruction
ct图像重建系统,本程序需要先安装和配置好vtk环境才能编译并以命令行方式运行。(ct image reconstruction system, the program you need to install and configure vtk environment to compile and run the command line.)
- 2015-12-15 17:21:08下载
- 积分:1
-
chaffresearchechnology
箔条干扰的特性与雷达抗箔条技术研究,对雷达制导导引头的干扰技术进行系统研究(Characteristics of the anti-radar chaff and chaff research technology, the interference radar guidance seeker system research)
- 2015-07-14 01:08:07下载
- 积分:1
-
MyGraphBrian
我改写后的graphbrian类,原本支持柱状图饼图和折线图的,现在添加了对这些图的风格调整,主要是增加了调整绘图区背景色和文本背景的功能,还增加了把图片保存为bmp文件的功能,以便用其他软件方便的打印。(I would then graphbrian category, which originally supported the pie chart histogram and line graph, and now added to adjust the style of these plans, the main adjustment is to increase the drawing area background color and text background function, but also an increase of the picture saved as bmp files, in order to use other software to facilitate printing.)
- 2008-01-30 11:27:56下载
- 积分:1
-
DDBOpen-show-save
DDB 图像编程 实现图像的打开,保存,显示,一般处理等功能(DDB image programming to achieve the image open, save, display, general processing and other functions)
- 2013-09-15 11:34:36下载
- 积分:1
-
sar影像小波去噪
说明: 雷达遥感图像的小波去噪程序,可有效去除噪声(radar remote sensing image wavelet denoising procedures, which can effectively remove noise)
- 2005-10-19 20:02:39下载
- 积分: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
-
BicubicHermiteCode
使用Visual C++编写的生成三次Hermite曲线的源代码。(Bicubic Hermite code in Visual C++.)
- 2011-01-07 18:01:47下载
- 积分:1