필터 지우기
필터 지우기

How do I display an image from a Video File on the take from the GUI? If the create Axes2 that display images from Axes1 that the original Video (AVI)?

조회 수: 2 (최근 30일)
How do I display an image from a Video File on the take from the GUI? If the create Axes2 that display images from Axes1 that the original Video (AVI)

채택된 답변

Walter Roberson
Walter Roberson 2016년 3월 6일
Unfortunately we appear to be encountering translation difficulties in understanding your question.
If you are trying to display preview() on two different axes, then we do not currently know of a way to do that. We suspect it might be possible using a listener on changes to the CData property of the image object in the first axes, but that might be too slow to keep up on the second axes. Someone recently tried using linkprop() to link the CData between two images on two axes, but they reported that did not work.
If you are using the Computer Vision toolkit VideoReader to get a frame at a time from video, then there is an example of showing the frame on two different axes at http://www.mathworks.com/help/vision/examples/video-display-in-a-custom-user-interface.html
The Computer Vision VideoPlayer and DeployableVideoPlayer do not allow you to choose where the frames will be displayed.
  댓글 수: 1
Marquel Dwi Putranto
Marquel Dwi Putranto 2016년 3월 10일
편집: Marquel Dwi Putranto 2016년 3월 10일
Hello Walter
I've been showing the Video. But how to take pictures of the Video to axes 2 so show image for SKIN DETECION. How do I take a picture from the Video (axes1) to Axes2?

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by