convert Y component to image
显示 更早的评论
Hi
I need your help please. I want to take a video retrieve the Y component, and create images from it.
I have download the yuv_import function I can retrieve 2 frames of the Y component with the following command
[Y, U, V] = yuv_import('foreman_qcif.yuv',[176 144],2);
and now i want to convert this 2 frames of the Y component to images why cant I use the following command ?
*img=imread(Y{1}) *
what can I do in order to convert it ?
Thanks
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!