How to analyze every single pixels intensity in a video clip?
6 ビュー (過去 30 日間)
古いコメントを表示
I need help get each single pixel's intensity in a video clip (grayscale). For example, in a video clip containing 150x250 pixels and 1000 frames, I need to obtain the intensity one by one, either row-wise or column-wise.
4 件のコメント
Image Analyst
2024 年 5 月 12 日
If you have, say, a million pixels in your video frame, you can't do a million line plots. But you can plot the average color or brightness of one, or a few, regions over time. This is what my Answer below does. Did you even see it (scroll down) or try it? If not, why not?
回答 (2 件)
Image Analyst
2024 年 5 月 11 日
See my attached demo where I find the mean R, G, and B mean of every frame in a video and plot them. Adapt the region to what you need, like a single row or column instead of the whole frame.
0 件のコメント
Hirithar
2024 年 5 月 17 日
3 件のコメント
Image Analyst
2024 年 5 月 19 日
I strongly suggest that you use all three indexes when referencing a 3-D array.
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!