필터 지우기
필터 지우기

How to extract two images from a video avi (or similar) for hot gas leakage analysis from Thermo-camera

조회 수: 2 (최근 30일)
Hello, we´d need the following.
- From a video thermal camera, extracting .avi (or similar files) to get two images (separated in time 10 seconds) - To compare those two images (image analysis with image processing?), to identify if the hot gas leakage has happen
Notice that we´ve already made a simple matlab .m file that identifies if there is leakage or not, comparing two jpeg. Our problem is to get those two .jpeg (or similar) from the video, continously
Thank you in advance for any support! JP

답변 (2개)

Dinesh Iyer
Dinesh Iyer 2015년 8월 7일
JP,
If you already have AVI files, use VideoReader to read frames from the video file. If you are attempting to do a live recording, try using the videoinput object.
Hope this helps.
Dinesh

Image Analyst
Image Analyst 2015년 8월 7일
See attached demo that does that.

Community Treasure Hunt

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

Start Hunting!

Translated by