Level set method for image segmentation in video
이전 댓글 표시
I want to give level set contour for every frame in the video (preferably a traffic/ cars video)
I am currently using https://in.mathworks.com/matlabcentral/fileexchange/12711-level-set-for-image-segmentation code to work on the image segmentation in a single frame.
Kindly help. Thank you!
답변 (1개)
Mayank Sengar
2023년 1월 10일
0 개 추천
This task can beaccomplished by looping over the video frame-by-frame and applying the desired transform to each frame of the video frame. You can use the readFrame function. Here is the documentation link:
카테고리
도움말 센터 및 File Exchange에서 Video Formats and Interfaces에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!