Video Processing
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a video of extending liquid. I need to be able to record the thickness of the liquid at the center (where it is necking) as a function of time. Does anyone know how to go about this in matlab. I would really appreciate the help. I was thinking someway of using the canny edge detection, but I can't figure out how to use this for videos.
댓글 수: 1
Image Analyst
2011년 7월 15일
Post a few frames from the video somewhere, such as tinypic.com. I can make better suggestions on image processing if I see an actual image. One way might be to get a better image to begin with. It is almost always easier to do image processing if you've done everything in advance to get a good image, rather than trying some mathematical gymnastics to try to fix up a bad image. If Canny works you just extract the frame from the video and then operate on it as a regular image.
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!