How to convert gray image frame into video frames?
2 ビュー (過去 30 日間)
古いコメントを表示
- I have extracted the video frames from video.
- Converted each video frame into images by using frame2image method
- Convert each video frames into Gray images
- Select the gray video frame with highest entropy
- Embed some data into selected gray video frame of highst entropy
- The problem is how to make again a video by using gray scale images
- I alreay used im2frame method, but not getting deasired resuts
Help from anyone, would be appreciated
Thanks
0 件のコメント
回答 (2 件)
Bjorn Gustavsson
2022 年 8 月 12 日
Have a look at the help and documentation for the VideoWriter and writeVideo functions.
HTH
0 件のコメント
Image Analyst
2022 年 8 月 12 日
See attached demos.
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!