文件名称:
基于MATLAB的特定前景图像分离,将车辆识别并分离出来的第二种方法——通过图像的RGB线性变换的像素操作分离背景
开发工具:
文件大小: 2mb
下载次数: 0
上传时间: 2020-03-01
详细说明:如果运行不通,可尝试不直接点击“运行”,而是点击“运行并前进”按钮。
这个MATLAB函数将灰度图像I中的强度值映射到J中的新值,使得1%的数据在I的低强度和高强度下饱和。对图像f中任意像素的灰度值x进行变换,得到图像f 中对应像素的灰度值XF。
具体的算法步骤如下:
i. Set adjustment linearity value;
ii. Read in the image to be processed and assign it to I;
iii. Assign image data to R. Change the original image into a monochrome image and keep the red color. Use the function imadjust to adjust the gray level of R, and the result returns R1;
iv. Assign image data to G. Change the original image into a monochrome image and keep the green color. Use the function imadjust to adjust the gray level of R, and the result returns G1;
v. Assign image data to B. Change the original image into a monochrome image and keep the blue color. Use the function imadjust to adjust the gray level of R, and the result returns B1;
vi. Get RGB image after transformation;
vii. Draw R, R1, G, G1, B, B1 images and observe the results of linear gray-scale transformation.
结果一般。
版权声明:本文为CSDN博主「灵泉matlab」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_31434537/article/details/104562388
(系统自动生成,下载前可以参看下载内容)
下载文件列表
相关说明
- 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
- 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。
- 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
- 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
- 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
- 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.