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年 前 | 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年 前 | 0