mu and sigma for every pixel
Show older comments
how to calculate mu and sigma for every pixel of a frame of a video or help me in using evfit for this situation
Accepted Answer
More Answers (1)
Tom Lane
on 1 Jun 2012
I similarly don't understand, but if your video is a 3-D array with V(i,j,:) representing pixel (i,j) for all frames, then this should do it:
params = evfit(squeeze(V(i,j,:)))
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!