How to detect a suitable pattern from a video?

조회 수: 1 (최근 30일)
Ashish
Ashish 2014년 12월 1일
답변: Dima Lisin 2014년 12월 2일
Hi, I have a video (in the .avi format). The video (1 hour length- 25 fps) is of a wind turbine with blades rotating. I want to capture the points during the length of video when one of the blade tip is in line with the tower of the turbine.
I understand that this is possible with MATLAB using Computer vision and Image processing toolbox. Can someone guide me better on this?
Also, I just have a standard MATLAB version. Can I get trial versions for doing this problem statement?

답변 (2개)

Image Analyst
Image Analyst 2014년 12월 1일
You can get help if you post your code and image.
Yes you can get trial versions. Just call or click the sales department.
  댓글 수: 2
Ashish
Ashish 2014년 12월 1일
I don't have a code yet. I am just assessing how to do it.
I have a video with the wind turbines rotating .Its not an image. To give an example, I am attaching a figure which shows the wind turbine (original image). I want to calculate the number of times one blade crosses the tower (black line).
Hope I am clear enough.
Image Analyst
Image Analyst 2014년 12월 1일
Just take the profile along one line. There will be two "bumps" in the profile when it's not aligned, and only one when the blade is over the post.

댓글을 달려면 로그인하십시오.


Dima Lisin
Dima Lisin 2014년 12월 2일
If your camera is stationary, you can use vision.ForegroundDetector to segment out the moving blade. You can then use regionprops or vision.BlobAnalysis to analyze the shape further.

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by