How to convert gray image frame into video frames?

조회 수: 2 (최근 30일)
Mohd Shaliyar
Mohd Shaliyar 2022년 8월 12일
답변: Image Analyst 2022년 8월 12일
  1. I have extracted the video frames from video.
  2. Converted each video frame into images by using frame2image method
  3. Convert each video frames into Gray images
  4. Select the gray video frame with highest entropy
  5. Embed some data into selected gray video frame of highst entropy
  6. The problem is how to make again a video by using gray scale images
  7. I alreay used im2frame method, but not getting deasired resuts
Help from anyone, would be appreciated
Thanks

답변 (2개)

Bjorn Gustavsson
Bjorn Gustavsson 2022년 8월 12일
Have a look at the help and documentation for the VideoWriter and writeVideo functions.
HTH

Image Analyst
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:

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by