統計
All
Feeds
回答済み
how to convert a series of RGB images into grayscale and save them?
Hi Omar, You just need to add: a = rgb2gray(a); after your getsnapshot line.
how to convert a series of RGB images into grayscale and save them?
Hi Omar, You just need to add: a = rgb2gray(a); after your getsnapshot line.
10年弱 前 | 2
解決済み
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
約12年 前