当前位置:网站首页>[image enhancement] image enhancement based on sparse representation and regularization with matlab code
[image enhancement] image enhancement based on sparse representation and regularization with matlab code
2022-06-09 10:34:00 【Matlab scientific research studio】
1 brief introduction




2 Part of the code
function [features] = extract(window,grid,X,filters)feature_size = prod(window)*numel(filters);% Current image features extraction [feature x index]if isempty(filters)f=X(grid);features = reshape(f,[size(f,1) * size(f,2) size(f,3)]);elsefeatures = zeros([feature_size size(grid,3)],'single');for i = 1:numel(filters)f_l=conv2(X,filters{i},'same');f=X-f_l;f=f(grid);f=reshape(f,[size(f,1)*size(f,2) size(f,3)]);features((1:size(f,1))+(i-1)*size(f,1),:)=f;endend
3 Simulation results


4 reference
[1] Zhu Bo , Li Hua , Gao Wei , etc. . Image super-resolution algorithm based on regularized sparse representation [J]. Optoelectronics . laser , 2013(10):2024-2030.
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 .
边栏推荐
- Kubernets chapitre 7: POD Advanced, Controller Advanced, Resource and Dashboard
- Mysql数据库头歌实训任务存储过程如何通关?
- 全球 77.5% 的网站,都在使用“世界上最好的语言” PHP!
- 349. intersection of two arrays
- Custom permission verification method
- Construction of vocabulary and sampling -- [torch learning notes]
- 华泰证券是安全的吗
- 【LeetCode】【牛客】二叉树刷题
- Notes on the development of raspberry pie (15): Raspberry pie 4b+ compile and install MySQL database from the source code
- dict中的部分指令与set中的差和交集与增减元素
猜你喜欢

15个必知的Mysql索引失效场景,别再踩坑了!

Unemployment wave? Yuancosmos opens up new employment opportunities

什么样的数字藏品平台才是好平台?

Application of ebpf in cloud native environment

Interaction between C language and Lua (practice 2)

损失 3 亿美元后,IBM 宣布退出俄罗斯!

You need to think about the following questions about the online help center

Unsupportedoperationexception exception resolution

Today in history: PHP is publicly released; IPhone 4 comes out; The birth of the father of the World Wide Web

go-zero 微服务实战系列(二、服务拆分)
随机推荐
同花顺上面开户安全吗
安防监控视频EasyCVR视频调阅界面增加单个视频的关闭按钮
1108. IP address invalidation
今日停更
77.5% of the world's websites are using PHP, the "best language in the world"!
如何实现合规的远程办公?
ConfigurationManager姿势快闪
Construction of vocabulary and sampling -- [torch learning notes]
How does cloud based LDAP save traditional LDAP?
N-grams language model -- [torch learning notes]
WPF implements ring chart with details
Mingdao cloud on the list of office software in China's information and innovation industry in 2022
Terraform 学习总结(6)—— 基于阿里云平台上的 Terraform 实战
2289. arrange arrays in non decreasing order
Notes on the development of raspberry pie (15): Raspberry pie 4b+ compile and install MySQL database from the source code
Logout successful processor
自定义失败处理
WebAssembly 2022调查来啦
Getting started with cloud based LDAP (Part 2)
fabric-ca介绍,安装,使用