How to remove the background from the video or a frame?
36 ビュー (過去 30 日間)
古いコメントを表示
I need matlab codings for removing background in a video or a single frame.
0 件のコメント
回答 (1 件)
Sourabh
2025 年 1 月 29 日
This technique is usually called Background Subtraction.
For video, kindly refer to the following OpenCV example in MATLAB:
For single frame, you need to use MATLAB “imsubtract” function.
Kindly refer to the following examples in this MATLAB documentation:
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!