Sara Foster
Followers: 0 Following: 0
Statistics
RANK
30.589
of 295.467
REPUTATION
1
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
1
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
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
Action shot function with multiple images
My function uses multiple RGB images as a 1xn 1D cell array and the output creates an action shot. For example, this will cons...
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
Removing object from image using median filter
My function needs to remove an object from an image and the input is multiple images in the form of a 1xn 1D cell array containi...
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
Function returning ans instead of three outputs
My function is: function [R,G,B] = MostDistantPixel(pixels) %rest of code R = ipixel(1) G = ipixel(2) B = ipixel(3) On ...
ongeveer 5 jaar ago | 2 answers | 0
2
answersQuestion
Calculating maximum distance from 3 different points
So I generate a test array and three points (Q) using command window: pixels = zeros(1,3,3,'uint8'); pixels(:,:,1) = [54,50,45...
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
Using 3D array to subtract row Q from row P
If I have a test array e.g C = [100,100,100;50,50,50;40,40,40] and I use the command P = C(1,1,:), it will give me a value of 10...
ongeveer 5 jaar ago | 1 answer | 0
1
answerFunction calculating distance between pixels in 1x1x3 arrays
Okay thank you again, and another problem I'm finding is (C(1,:)-C(2,:)) only subtracts row 2 from row 1, how do we make it so t...
ongeveer 5 jaar ago | 0
Question
Function calculating distance between pixels in 1x1x3 arrays
I have a function which calculates square distance between pixels, however it wants to calculate the distance between 2 pixels w...
ongeveer 5 jaar ago | 2 answers | 1
2
answersQuestion
How do I access images from directories using an input command for the extensive file?
I have a function which accesses images from a directory using inputs dirname and the filetype. When I type filenames = image(di...
ongeveer 5 jaar ago | 1 answer | 0