필터 지우기
필터 지우기

Directly converting uint16 image sequence to .avi video file

조회 수: 14 (최근 30일)
Lina Koronfel
Lina Koronfel 2020년 8월 12일
댓글: Lina Koronfel 2022년 8월 5일
Is there a way to write uint16 image sequence (saved in 3D array) into an .avi video file, without having to convert it to uint8 or double?? The only way I found when researching is that I have to convert my images first then use VideoWriter, but unfortunately I end up losing data of my images if I do so. Please help!!

채택된 답변

hosein Javan
hosein Javan 2020년 8월 12일
it seems the function does not support uint16, but it accepts images of type single and double precision. convert your image frames to one of these types and you will not lose quality,
here is link of the same issue:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by