Community Profile

photo

Oah Joan


Last seen: 3 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计数据

Feeds

排序方式:

提问


Rotating an image counterclockwise
I want to write a function myimrotateimage(image,angle) that rotates a greyscale OR color image counterclockwise by the angle sp...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to display specified slice as an image?
Matlab has some data from an MRI scan built-in. I can load it in 3 lines: load mri; %load the sample data from Mathworks D ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Convert RGB color image to grayscale.
How do I write a function rgb2luma(colourimage) that converts an RGB colour image to a grayscale one based on “luma” defined as ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Return average of grades as a column vector?
"Hello, I am a first year computing science student and these two questions were "to-trys" on my notes during lecture. I complet...

5 years 前 | 3 个回答 | 0

3

个回答

提问


Shrinking image by averaging
I want to create a function: shrinkbyaveraging(imagematrix) that returns an image that is half as large in both height and width...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Reducing size of image
Well I want to write a function reducesize(imagematrix, amount) that returns a new image that is reduced in size by the given am...

5 years 前 | 1 个回答 | 0

1

个回答