photo

PRAJWAL GOWDA HM


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

提问


How capture a image from my laptop and how to store their pixels in excell sheet by converting them to gray color
How capture a image from my laptop and how to store their pixels in excell sheet by converting them to gray color

5 years 前 | 0 个回答 | 0

0

个回答

已回答
Load an image which i choose from a spesific folder
[filename,filepath]=uigetfile({'*.bmp'},'Select and image'); selectedImage = imread(strcat(filepath, filename)); imshow(select...

5 years 前 | 0