Community Profile

photo

Adithya Chakilam


Active since 2017

Followers: 0   Following: 0

Statistics

  • First Review

View badges

Feeds

View by

Question


what does this command plots?
plot(1:size(image,1) , mean(Image,2), 'g' );

7 years ago | 1 answer | 0

1

answer

Question


number of pixels versus y-axis of an image
I have a binary image and want to plot the graph like this and find out the standard deviation of the image. how can i do this? ...

7 years ago | 1 answer | 0

1

answer

Question


what does an handle for imshow mean
What does this line mean? This is described as "Create a handle to an imshow figure for faster updating", but how? hShow ...

7 years ago | 2 answers | 0

2

answers

Question


change the resolution in image acquired by webcam command
the command i am using is vid = webcam; img= snapshot(vid); and is there also a way i can crop the input image to spe...

7 years ago | 2 answers | 0

2

answers