-
Fourier
实现了读取一个bmp图片的傅里叶变换 使用C语言实现 读取一个 24位 图 转换为8位灰度图后,进行傅里叶变换处理(二维) 采用快速傅里叶变换——蝶形算法 北航图像处理作业~需要进一步交流 请联系qq 422563357(Reads a bmp image to achieve a Fourier transform using C language Northern image processing operations)
- 2020-10-27 21:20:03下载
- 积分:1
-
imu
六轴陀螺仪校正算法,有详细的例子。本人已测试效果不错。(Six-axis gyroscope correction algorithm, a detailed example. I have test results are good.)
- 2016-04-14 10:26:48下载
- 积分:1
-
zoom
C语言实现bmp图像放大缩小,24位bmp图像(The C language bmp image zoom, 24 bmp image)
- 2012-10-13 20:06:16下载
- 积分:1
-
SAR
用于学习经典书籍《合成孔径雷达算法与实现》(to learn the book named<<digital processing of SAR Algorithms and implementation>>)
- 2017-11-27 11:00:23下载
- 积分:1
-
Edge_Enhancement_Adaptive_Anisotropic_Diffusion
说明: 完成基于各向异性的自适应超声图像去噪和边缘增强方法,参考Adaptive Anisotropic Diffusion for Ultrasonic Image Denoising and Edge Enhancement.pdf,加入了m参数(The completion of ultrasound-based adaptive anisotropic image denoising and edge enhancement method, reference Adaptive Anisotropic Diffusion for Ultrasonic Image Denoising and Edge Enhancement.pdf, joined the m parameters)
- 2009-08-18 09:42:32下载
- 积分:1
-
pdenipt
一个博士写的基于PDE图象处理的开发包。很有用处,对做PDE图象处理的人是个福音。(write a PDE-based image processing development package. Useful to do image processing PDE is the Gospel.)
- 2007-06-18 09:45:21下载
- 积分:1
-
match_version_1.3
该程序主要功能是实现两幅图像特征点的匹配。首先用harris角点检测算法检测出图像角点,然后使用ssd算法筛选匹配的角点,最后将匹配的角点用线连接起来(The program is to achieve two main functions of image feature points of the match. First, with harris corner detection algorithm to detect image corners, then use the ssd corner matching algorithm selection, the final match of the corner will be connected with a line)
- 2011-11-21 12:01:22下载
- 积分:1
-
APGL
用于求解凸优化问题,恢复低秩密度矩阵问题(this matlab Algorithm can be used for the convey optimal problen, and also for the low-rank density matrix reconstruction)
- 2017-10-27 21:20:21下载
- 积分:1
-
双目摄像头显示笔记
HALCON 两个摄像头同时采集图像,配有插图,说明,一目了然(HALCON Two cameras capture images simultaneously)
- 2020-07-01 08:40:01下载
- 积分:1
-
PinholeModel
针孔模型中单应矩阵的求解
mian函数,测试单应矩阵计算的算法,程序流程如下
1、 读入两个图像。
2、读入4组对应点。
3、调用CalcH函数计算H矩阵。
4、在第一幅图中用鼠标选择一点。
5、调用WarpH函数计算在第二幅图中的对应的。
6、显示结果.(Pinhole model for solving the homography
mian functions, test homography computation algorithm, program flow is as follows
1, read the two images.
2, 4 reads the corresponding points.
3, call CalcH function to calculate the H matrix.
4, in the first picture using the mouse to select it.
5, call WarpH function calculation in the second picture in the corresponding.
6 displays the results.
)
- 2011-01-25 19:50:23下载
- 积分:1