Combining previous frame and current frame for video processing opencv-python
up vote
0
down vote
favorite
I am doing a video processing, I want to combine a previous frame and current frame as a single image and process them and write the processed frames as output video. I checked out this oneHow to get previous frame of a video in opencv python yet still unclear about the steps
But I need to use that from the second frame of the input video, need some insight to proceed
python opencv video-processing
add a comment |
up vote
0
down vote
favorite
I am doing a video processing, I want to combine a previous frame and current frame as a single image and process them and write the processed frames as output video. I checked out this oneHow to get previous frame of a video in opencv python yet still unclear about the steps
But I need to use that from the second frame of the input video, need some insight to proceed
python opencv video-processing
The answer you linked shows how to hold both the previous frame and current frame. What's the problem with that approach? Also, please share your code, what it does, and what you expect it to do.
– Alexander Reynolds
Nov 19 at 1:13
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am doing a video processing, I want to combine a previous frame and current frame as a single image and process them and write the processed frames as output video. I checked out this oneHow to get previous frame of a video in opencv python yet still unclear about the steps
But I need to use that from the second frame of the input video, need some insight to proceed
python opencv video-processing
I am doing a video processing, I want to combine a previous frame and current frame as a single image and process them and write the processed frames as output video. I checked out this oneHow to get previous frame of a video in opencv python yet still unclear about the steps
But I need to use that from the second frame of the input video, need some insight to proceed
python opencv video-processing
python opencv video-processing
asked Nov 19 at 0:27
Mozcaf
11
11
The answer you linked shows how to hold both the previous frame and current frame. What's the problem with that approach? Also, please share your code, what it does, and what you expect it to do.
– Alexander Reynolds
Nov 19 at 1:13
add a comment |
The answer you linked shows how to hold both the previous frame and current frame. What's the problem with that approach? Also, please share your code, what it does, and what you expect it to do.
– Alexander Reynolds
Nov 19 at 1:13
The answer you linked shows how to hold both the previous frame and current frame. What's the problem with that approach? Also, please share your code, what it does, and what you expect it to do.
– Alexander Reynolds
Nov 19 at 1:13
The answer you linked shows how to hold both the previous frame and current frame. What's the problem with that approach? Also, please share your code, what it does, and what you expect it to do.
– Alexander Reynolds
Nov 19 at 1:13
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53366853%2fcombining-previous-frame-and-current-frame-for-video-processing-opencv-python%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The answer you linked shows how to hold both the previous frame and current frame. What's the problem with that approach? Also, please share your code, what it does, and what you expect it to do.
– Alexander Reynolds
Nov 19 at 1:13