matlab里rgb2gray函数代码-DSPlab_image_rotation:DSPlab_image_rotation

时间:2024-07-08 23:00:54
【文件属性】:

文件名称:matlab里rgb2gray函数代码-DSPlab_image_rotation:DSPlab_image_rotation

文件大小:3.49MB

文件格式:ZIP

更新时间:2024-07-08 23:00:54

系统开源

matlabrgb2gray函数代码HW0:像素阵列操作 简短的 截止日期:10/24 上午 8 点 所需文件:results/index.md 和 code/ 客观的 图像文件输入/输出。 像素阵列操作,例如:图像翻转、旋转、灰度。 先决条件 MATLAB 预实验 读取图像并显示在屏幕上、另存为新图像。 使用 gray_scale() 函数获取强度图像。 教程 << Image Array of Matlab >> Each image include 3 channel: R,G,B. Size of each channel is height x width. I = imread(filename); => [rrr...; ggg...; bbb...] 3 dimension matrix R = I(:,:,1); => [rrr...] 2 dimension matrix G = I(:,:,2); => [ggg...] B = I(:,:,3); => [bbb...] r = R(h,w); => r 1 pixel g = G(h,w); => g b =


【文件预览】:
DSPlab_image_rotation-master
----grey_scale.m(1KB)
----image2.jpg(85KB)
----image.jpg(238KB)
----results()
--------flip2_1.jpg(73KB)
--------rotate.jpg(78KB)
--------flip3_2.jpg(234KB)
--------placeholder.jog(8KB)
--------gray_scale.jpg(43KB)
--------flip_2.jpg(48KB)
--------gray_scale2.jpg(72KB)
--------rotate2.jpg(97KB)
--------flip3_1.jpg(216KB)
--------flip_1.jpg(48KB)
--------flip_0.jpg(48KB)
--------flip2_0.jpg(73KB)
--------flip2_2.jpg(72KB)
--------flip3_0.jpg(214KB)
--------rotate3.jpg(312KB)
--------index.md(6KB)
--------gray_scale3.jpg(147KB)
----image3.jpg(187KB)
----Lab5.m(883B)
----README.md(3KB)
----files()
--------fig3.png(290KB)
--------fig4.png(48KB)
--------fig1.png(524KB)
--------fig2.png(507KB)
----rotation.m(4KB)
----flip.m(2KB)

网友评论