91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 2KB
    文件類型: .m
    金幣: 1
    下載: 0 次
    發布日期: 2021-05-13
  • 語言: Matlab
  • 標簽: YUV視頻??圖像????

資源簡介

分別讀取YUV視頻特定幀的Y、U、V分量。

資源截圖

代碼片段和文件信息

function?[YUV]=yuv_import(filenamedimsnumfrmstartfrm)
%Imports?YUV?sequence?into?Matlab
%[YUV]=yuv_import(filenamedimsnumfrmstartfrm)
%Version:?2.01?Date:?2006/05/25?author:?Nikola?Sprljan
%
%Input:
%?filename?-?YUV?sequence?file
%?dims?-?dimensions?of?the?frame?[width?height]
%?numfrm?-?number?of?frames?to?read
%?startfrm?-?[optional?default?=?0]?specifies?from?which?frame?to?start?reading
%????????????with?the?convention?that?the?first?frame?of?the?sequence?is?denoted?
%????????????with?0
%
%Output:
%?Y?U?V?-?cell?arrays?of?Y?U?and?V?components??
%
%Example:
%?[Y?U?V]?=?yuv_import(‘FOREMAN_352x288_30_orig_01.yuv‘[352?288]2);
%?image_show(Y{1}2561‘Y?component‘);

fid=fopen(filename‘r‘);
if?(fid?????error(‘File?d

評論

共有 條評論