Oah Joan
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
123,568
of 295,448
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
6 years ago | 1 answer | 0
1
answerQuestion
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 ...
6 years ago | 1 answer | 0
1
answerQuestion
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 ...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 3 answers | 0
3
answersQuestion
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...
6 years ago | 2 answers | 0
2
answersQuestion
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...
6 years ago | 1 answer | 0