mu and sigma for every pixel
이전 댓글 표시
how to calculate mu and sigma for every pixel of a frame of a video or help me in using evfit for this situation
채택된 답변
추가 답변 (1개)
Tom Lane
2012년 6월 1일
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,:)))
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!