当前位置:网站首页>【图像处理】基于matlab实现图像曲线调整系统
【图像处理】基于matlab实现图像曲线调整系统
2022-06-29 00:58:00 【Matlab科研工作室】
1 简介
随着科学技术的发展,计算机网络已是人们生活中无法离去的工具,故信息化彻底改变了人们的生活方式。数字图像处理也随之成为图像处理领域的首要之选。目前,MATLAB由于计算功能强大既支持数值运算又支持矩阵运算且便于用户二次开发,简单易学灵活性强,在数字图像处理领域的研究中成为了使用较为广泛的应用软件之一。
2 部分代码
function varargout = toneCure(varargin)%%% TONECURE MATLAB code for toneCure.fig% TONECURE, by itself, creates a new TONECURE or raises the existing% singleton*.%% H = TONECURE returns the handle to a new TONECURE or the handle to% the existing singleton*.%% TONECURE('CALLBACK',hObject,eventData,handles,...) calls the local% function named CALLBACK in TONECURE.M with the given input arguments.%% TONECURE('Property','Value',...) creates a new TONECURE or raises the% existing singleton*. Starting from the left, property value pairs are% applied to the GUI before toneCure_OpeningFcn gets called. An% unrecognized property name or invalid value makes property applicationif (get(handles.pushbutton6, 'Value') >0 )cla(handles.axes2,'reset');cla(handles.axes3,'reset'); % 重置清空动态axes1的数据cla(handles.axes4,'reset'); % 重置清空动态axes1的数据set(handles.edit1,'string','');set(handles.edit2,'string',''); % 清空framset(handles.edit3,'string',''); % 清空framset(handles.popupmenu1,'Value',1); %选择菜单set(handles.popupmenu4,'Value',1);points(1,1:2)=0.0;points(2,1:2)=0.2;points(3,1:2)=0.4;points(4,1:2)=0.6;points(5,1:2)=0.8;points(6,1:2)=1;p1 = polyfit(points(:,1), points(:,2), 5); %% y = x + b;x=0:0.01:1;y = polyval(p1, x);% hold on;y2 = x ;plot(x, y2, 'k-.', 'LineWidth', 1, 'parent', handles.axes2);hold on;plot(x, y, 'r-', points(:,1), points(:,2), 'b*', 'LineWidth', 1.25, 'parent', handles.axes2) ;legend('y = x', 'y = f(x)', 'Location', 'northwest');grid on;idx=0;end% Update handles structureguidata(hObject, handles);
3 仿真结果

4 参考文献
[1]英英. 基于MATLAB的图形图像处理系统的实现[D]. 内蒙古大学, 2013.
博主简介:擅长智能优化算法、神经网络预测、信号处理、元胞自动机、图像处理、路径规划、无人机等多种领域的Matlab仿真,相关matlab代码问题可私信交流。
部分理论引用网络文献,若有侵权联系博主删除。
边栏推荐
- [MCU club] design of blind water cup based on MCU [physical design]
- How to mount FSS object storage locally
- Sampling with VerilogA module
- Is it safe to open an account on great wisdom
- Two fresh students: one is practical and likes to work overtime, and the other is skilled. How to choose??
- Bug risk level
- Go1.18 new feature: discard strings Title Method, a new pit!
- [image registration] improved SAR image registration based on sar-sift with matlab code
- Report on the convenient bee Lantern Festival: the first peak sales of pasta products this year; prefabricated wine dumplings became the winners
- [MCU club] design of GSM version of range hood based on MCU [physical design]
猜你喜欢

Daily question 1: remove elements
![[MCU club] design of GSM version of range hood based on MCU [physical design]](/img/cf/65c1bdbb45afcc6db265a79c25a3ae.jpg)
[MCU club] design of GSM version of range hood based on MCU [physical design]

Misunderstanding of innovation by enterprise and it leaders
[Architect (Part 38)] locally install the latest version of MySQL database developed by the server

How to mount FSS object storage locally

Redis common command manual

Getting started with SQL

Depth first search to realize the problem of catching cattle

Werewolf kill casual game wechat applet template source code / wechat game source code

Seven mistakes in IT Governance and how to avoid them
随机推荐
FSS object storage how to access the Intranet
【图像增强】基于matlab人工多重曝光融合AMEF图像去雾【含Matlab源码 1916期】
Accessories and working process of machine vision system
使用.Net驱动Jetson Nano的OLED显示屏
Go1.18 new feature: discard strings Title Method, a new pit!
Pinhole camera with added lens
be based on. NETCORE development blog project starblog - (13) add friendship link function
Different subsequence problems I
PR 2021 quick start tutorial, how to use audio editing in PR?
滑环电机是如何工作的
分析框架——用户体验度量数据体系搭建
GUI Graphical user interface programming example - color selection box
Is it safe to open an account on great wisdom
【SV 基础】queue 的一些用法
Bug risk level
Reprint: VTK notes - clipping and segmentation - 3D curve or geometric cutting volume data (black mountain old demon)
Comparison between winding process and lamination process
Is it safe to open an account on the flush
Large-scale case applications to developing post-click conversion rate estimation with MTL
学习通否认 QQ 号被盗与其有关:已报案;iPhone 14 量产工作就绪:四款齐发;简洁优雅的软件早已是明日黄花|极客头条