Droplet Video Proccessor - code 2 of 3

버전 1.0.0.0 (105 KB) 작성자: Matthew Moynihan
This code takes a video of droplets made in a T-Junction and turns it into a sawtooth signal.
다운로드 수: 370
업데이트 날짜: 2013/10/9

라이선스 보기

This code is the second of three programs used to process video of droplet production in a T-Junction. This code preforms the bulk of work, by converting the video file into a sawtooth signal. In order to ensure accuracy, the video is processed twice with a different rectangle of interest. When this is done, the following data is saved:

1. ObjtSize - This is a sawtooth signal, where each peak or trough is a droplet breaking off.

2. ObjtSize2 - A second sawtooth signal, generated using a different rectangle and used for accuracy.

3. Data - This data structure is empty now, but is populated in the third program with droplet statistics.

4. fStruct - This saves the setting used by the video processor, such as red, yellow and blue color filter strength

5. frameRate - this the video frame rate, a very important parameter for calculating droplet size.

The code will start by asking basic questions and then you have the option of entering or uploading a color filter. If you developed a filter in part 1, you can save it by dragging fSturct into the current window. The filter settings are typically values from 0 to 1, and the black and white threshold has the biggest impact. You can then upload it by entering the file name when asked. Or if you wrote it down the parameters these can be entered. Once this is done, you need to select a second region of interest. All flow rates are figured for milliliters per hour. The video is then processed and every 10th frame is displayed along with the codes current block of frames. This can take time (~20 min for 250 MB video), so ensure your filters are setup correctly before hand. The data is saved at the end.

인용 양식

Matthew Moynihan (2024). Droplet Video Proccessor - code 2 of 3 (https://www.mathworks.com/matlabcentral/fileexchange/43845-droplet-video-proccessor-code-2-of-3), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Polymers & Soft Matter에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0