-
ImageRegistration
基于边缘特征的图像配准算法源码
基于边缘特征的图像配准算法是将不同时间、不同的传感器(成像设备)或不同条件下(天候、照度、摄像位置和角度等)获取的同一场景的两幅或多幅图像根据其边缘特征进行匹配、叠加的处理,最终生成一幅全景图像的方法。该方法具有抗噪性强,匹配速度快,误匹配率低,适用于多种类型的图像等优点,主要可以运用于以下领域:
(1)军事研究领域,如飞行器辅助导航系绞、武器投射系统的末制导以及寻地等应用研究;
(2)医学图像分析,如数字剪影血管造影DSA血管造影术、肿瘤检测、白内障检测、CT、MRI、 PET、 SPECT图像结构信息融合;
(3)模式识别,如特征识别、波形分析、签名证实、目标物运动跟踪、序列图像分析等;
(4)计算机视觉,可用于目标定位、自动质量控制等;
(5)遥感数据分析,多电磁波段图像信息融合,如多谱段的等场景分类、定位和识别定义好的或已知特征的场景、自然资源监控、核生长监控、市区增长检测等。
本算法实现使用VC++6.0为开发环境,目前只支持灰度图像,感兴趣的朋友可以进一步扩展。(Image registration is a fundamental problem in image processing, which is a process to match two or more images of the same scene taken at different times, from different viewpoints, or by different sensors. Image registration is an important technique for a great variety of applications such as medical image analysis, computer vision, remote image data analysis, image information fusion, and the recovery of the 3–D characteristics of a scene.)
- 2009-03-19 13:17:58下载
- 积分:1
-
shiyan
飞思卡尔单片机数据采集代码 ,可以实现数字信号和模拟信号的采集 (The Freescale MCU data acquisition code, can achieve the digital signal and analog signal acquisition)
- 2012-10-27 20:05:38下载
- 积分:1
-
C#S7.net联合编程
西门子PLC与C#之间通过S7协议通信编程(Communication Programming between Siemens PLC and C# through S7 Protocol)
- 2019-07-10 10:39:21下载
- 积分:1
-
该工程创建了一个运算窗体,能够进行各种算术运算
该工程创建了一个运算窗体,能够进行各种算术运算-The project has created a computing form, can carry out various arithmetic operations
- 2022-08-03 16:35:03下载
- 积分:1
-
Radar1
模拟雷达的一个小程序,扫面线周期性扫描,显示检测出来的异常点(A small program to simulate the radar sweep noodles periodic scanning, display anomalies detected point)
- 2014-10-17 16:00:47下载
- 积分:1
-
chuanxing-da
串行da模块的应用,和单片机通信,通过单片机控制da模块(Serial da module application, and single-chip communication, via da MCU control module)
- 2013-07-18 02:57:14下载
- 积分:1
-
ca-correlation
matlab语言写成的gps信号中ca码的互相关和自相关绘图(written in matlab gps ca code signal cross-correlation and autocorrelation plot)
- 2021-04-08 16:49:01下载
- 积分:1
-
基于STM32F103的AM2322温湿度传感器
u8 AM2322_Check(void){u8 retry=0; AM2322_IO_IN();delay_us(35);while((GPIO_ReadInputDataBit(GPIO_AM2322,IO_AM2322)==SET)&&retry200) return 1;//DHT11 ²»´æÔÚelse retry=0;while((GPIO_ReadInputDataBit(GPIO_AM2322,IO_AM2322)==RESET)&&retry85) return 1;//DHT11 ²»´æÔÚelse retry=0;return 0;// DHT11 ´æÔÚ}u8 AM2322_Read_Bit(void){u8 a=0;while((GPIO_ReadInputDataBit(GPIO_AM2322,IO_AM2322)==SET)&&a
- 2022-01-22 05:27:34下载
- 积分:1
-
CC2541 SensorTag
TI官方程序 可以直接仿真 配套一些底层驱动
- 2023-08-12 08:45:03下载
- 积分:1
-
CAR_OPENGL
car racing using vc++ and opengl
- 2020-09-02 14:08:08下载
- 积分:1