首页 分享 冈萨雷斯数字图像处理MATLAB中文版第一版intrans函数实现方式

冈萨雷斯数字图像处理MATLAB中文版第一版intrans函数实现方式

来源:花匠小妙招 时间:2024-12-05 20:24

最新推荐文章于 2024-10-22 11:56:37 发布

LB秋殇 于 2019-02-28 21:41:31 发布

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。

需要创建两个函数文件

function g = intrans(f, varargin) %INTRANS Performs intensity (gray-level) transformations. % G = INTRANS(F, 'neg') computes the negative of input image F. % % G = INTRANS(F, 'log', C, CLASS) computes C*log(1 + F) and % multiplies the result by (positive) constant C. If the last two % parameters are omitted, C defaults to 1. Because the log is used % frequently to display Fourier spectra, parameter CLASS offers the % option to specify the class of the output as 'uint8' or % 'uint16'. If parameter CLASS is omitted, the output is of the % same class as the input. % % G = INTRANS(F, 'gamma', GAM) performs a gamma transformation on % the input image using parameter GAM (a required input). % % G = INTRANS(F, 'stretch', M, E) computes a contrast-stretching % transformation using the expression 1./(1 + (M./(F + % eps)).^E). Parameter M must be

1234567891011121314151617

相关知识

matlab与数字图像处理
基于颜色特征的农作物病虫害检测(MATLAB程序+word报告)
【病虫害识别】SVM病虫害识别系统【含GUI Matlab源码 2429期】
MATLAB图像识别技术在棉花叶面病虫害识别上的
matlab玫瑰花球
MATLAB图像识别技术在绿叶面病虫害识别
使用Matlab对HDF5卫星图像数据进行可视化及地表温度分析
MATLAB鸢尾花数据集K
基于数字图像处理的果树病虫害智能化检测
怎么用matlab画一朵玫瑰花

网址: 冈萨雷斯数字图像处理MATLAB中文版第一版intrans函数实现方式 https://www.huajiangbk.com/newsview898855.html

所属分类:花卉
上一篇: 亦敌亦友 AMD+ARM=?
下一篇: 家庭种植蝴蝶兰应如何养护

推荐分享