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 years 前 | 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 years 前