Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Removing objects in bw scene that have not appeared in the previous bw scene
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi I have a set of binary images that detect moving vehicles. My data is very noisy and sometimes these noise regions leak into the foreground. These noise regions can be larger than the moving vehicles, and therefore, something like 'regionprops' might not work. How can I put a constraint to remove those regions in the current bw image that did not appear in the previous bw image. Something like using regionprops Centroids to do this check with. Thanks!
댓글 수: 0
답변 (1개)
Sean de Wolski
2016년 9월 19일
Could you use a logical xor(). I.e. exclusively in one frame and not the other?
댓글 수: 1
이 질문은 마감되었습니다.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!