photo

shaik sabeha


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
How to convert gray image to rgb image after filtering?
Iam not getting the filtered colour image even after filtering, instead ,getting the coloured noisy image.

7 years 前 | 0

提问


How to convert gray image to rgb image after filtering?
RGB = imread('peppers.png'); imshow(RGB) I = rgb2gray(RGB); figure imshow(I)

7 years 前 | 4 个回答 | 1

4

个回答