필터 지우기
필터 지우기

how can i perform morphological closing in matlab 2017b on videoes

조회 수: 1 (최근 30일)
hemant vyas
hemant vyas 2018년 4월 13일
댓글: Image Analyst 2018년 4월 16일
how can i perform morphological closing in matlab 2017b on videoes

답변 (1개)

Image Analyst
Image Analyst 2018년 4월 13일
I assume you mean on each frame one at a time. You'd have to extract each frame and then call imclose() on it. I'm attaching a demo that you can modify. Just call imclose() instead of taking the means like I did.
  댓글 수: 2
hemant vyas
hemant vyas 2018년 4월 16일
sir i am working on live videos and in 2017b morphological close is not working.
Image Analyst
Image Analyst 2018년 4월 16일
imclose() does work in R2017b. You'd have to snag a frame from the live video stream with something like getsnapshot(), then pass it to imclose.

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

Community Treasure Hunt

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

Start Hunting!

Translated by