- read a frame into an array -- a step that is independent of what you are going to do with the array
- process the array -- a step that is independent of how you input the array
- display or save the processed array -- a step that is independent of how you processed the array
How to mask object in a video?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
swathi
am 17 Feb. 2018
Kommentiert: swathi
am 2 Mär. 2018
Hello, I am doing a project on background inpaint of video. I am not getting any hint of how to provide a mask as input along with video? Is it once the video is divided into different frames, mask is provided or before? If before, how do I mask object from a video? Kindly help me with this. I will be very thankful
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 17 Feb. 2018
The only way to process videos in MATLAB is to read frames and process the frames. There is no way in MATLAB to process a video "directly" -- only frames that you read in from the video. The frames that you read from the video are just images.
Therefore you split the work:
13 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Author Block Masks finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!