当前位置:网站首页>[image fusion] multi focus and multi spectral image fusion based on cross bilateral filter and weighted average with matlab code
[image fusion] multi focus and multi spectral image fusion based on cross bilateral filter and weighted average with matlab code
2022-06-30 03:50:00 【Matlab scientific research studio】
1 brief introduction
For low illumination or night conditions, the signal-to-noise ratio of color images is low 、 The image details are not clear enough ; The near-infrared camera can get the texture under this condition 、 Images with rich details such as edges , But the lack of color information , A cross bilateral filter and weighted average image fusion algorithm are proposed , It can get clear color image under low illumination .
2 Part of the code
function h=gauss_ker2D(sigmas,ksize)%%% 2D Gaussian Kernel Generation.%% %%% Gaussian Kernel Generation.% %% 1st Method.% for x=-floor(ksize/2):floor(ksize/2)% for y=-floor(ksize/2):floor(ksize/2)% h1(x+floor(ksize/2)+1,y+floor(ksize/2)+1)=exp(-(x^2+y^2)/(2*(sigmas)^2));% end% end%% 2nd Method.x=[-floor(ksize/2):floor(ksize/2)];x2=repmat(x.^2,ksize,1);x3=x2'+x2;h=exp(-(x3/(2*(sigmas)^2)));
3 Simulation results

4 reference
[1] Wuchuan , Yang Dong . Improved multispectral bilateral filtering image fusion [J]. Chinese Journal of image graphics , 2013, 18(9):6.
About bloggers : Good at intelligent optimization algorithms 、 Neural networks predict 、 signal processing 、 Cellular automata 、 The image processing 、 Path planning 、 UAV and other fields Matlab Simulation , relevant matlab Code problems can be exchanged by private letter .
Some theories cite network literature , If there is infringement, contact the blogger to delete .
边栏推荐
- Learning cyclic redundancy CRC check
- 【图像融合】基于交叉双边滤波器和加权平均实现多焦点和多光谱图像融合附matlab代码
- C [advanced part] C generic [need to be further supplemented: generic interfaces and instances of generic events]
- 【云原生】AI云开发平台——AI Model Foundry介绍(开发者可免费体验AI训练模型)
- A minimalist way to integrate databinding into activity/fragment
- 【笔记】AB测试和方差分析
- Geometric objects in shapely
- LitJson解析 生成json文件 读取json文件中的字典
- UML diagrams and list collections
- The jupyter notebook kernel hangs up frequently and needs to be restarted
猜你喜欢

Analysis of similarities and differences of various merged features (Union, merge, append, resolve) in ArcGIS

dotnet-exec 0.5.0 released

MySQL performance optimization (5): principle and implementation of master-slave synchronization
![[punch in - Blue Bridge Cup] day 5 --- lower() small](/img/b5/21f51a7416c72c299cc59192a33b3a.jpg)
[punch in - Blue Bridge Cup] day 5 --- lower() small
![[summary of skimming questions] database questions are summarized by knowledge points (continuous update / simple and medium questions have been completed)](/img/89/fc02ce355c99031623175c9f351790.jpg)
[summary of skimming questions] database questions are summarized by knowledge points (continuous update / simple and medium questions have been completed)

The jupyter notebook kernel hangs up frequently and needs to be restarted

【云原生】AI云开发平台——AI Model Foundry介绍(开发者可免费体验AI训练模型)

51单片机的室内环境监测系统,MQ-2烟雾传感器和DHT11温湿度传感器,原理图,C编程和仿真

【笔记】2022.5.23 MySQL

(03). Net Maui actual combat basic control
随机推荐
Laravel9 installation locale
51单片机的室内环境监测系统,MQ-2烟雾传感器和DHT11温湿度传感器,原理图,C编程和仿真
[punch in - Blue Bridge Cup] day 3 --- slice in reverse order list[: -1]
[personal summary] learning plan
What does the hyphen mean for a block in Twig like in {% block body -%}?
【常见问题】页面跨域和接口跨域
Linear interpolation of spectral response function
Redis中的SDS理解
Number of students from junior college to Senior College (III)
Implementation of aut, a self-developed transport layer protocol for sound network -- dev for dev column
云原生——Web实时通信技术之Websocket
Ubuntu20.04 PostgreSQL 14 installation configuration record
1152_ Makefile learning_ Pattern matching rules
Green new power and "zero" burden of computing power -- JASMINER X4 series is popular
Use ideal to connect to the database. The results show some warnings. How to deal with this part
[note] on May 28, 2022, data is obtained from the web page and written into the database
Analysis of similarities and differences of various merged features (Union, merge, append, resolve) in ArcGIS
[operation] write CSV to database on May 28, 2022
How to use Jersey to get the complete rest request body- How to get full REST request body using Jersey?
Hebb and delta learning rules