xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡(jiǎn)介

基于Matlab的攝像頭拍照功能,能夠保存所拍攝的照片,并進(jìn)一步處理,有拍照界面,有代碼,直接可以用,學(xué)習(xí)

資源截圖

代碼片段和文件信息

%獲得設(shè)備信息
imaqhwinfo
obj?=?videoinput(‘winvideo‘);
set(obj?‘framesPerTrigger‘?1);
set(obj?‘TriggerRepeat‘?Inf);
%定義一個(gè)監(jiān)控界面
hf?=?figure(‘Units‘?‘Normalized‘?‘Menubar‘?‘None‘‘Numbertitle‘?‘off‘?‘Name‘?‘基于深度學(xué)習(xí)的數(shù)字圖像處理車牌識(shí)別系統(tǒng)‘);%?預(yù)覽?拍照
%set(‘Parent‘hf‘Fontsize‘16);


ha?=?axes(‘Parent‘?hf?‘Units‘?‘Normalized‘?‘Position‘?[0.05?0.2?0.85?0.7]);

axis?off
%定義兩個(gè)按鈕控件
hb1?=?uicontrol(‘Parent‘?hf?‘Units‘?‘Normalized‘‘Position‘?[0.25?0.05?0.2?0.1]?‘String‘?‘預(yù)覽‘?‘Callback‘?[‘objRes?=?get(obj?‘‘VideoResolution‘‘);‘?...
?????‘nBands?=?get(obj?‘‘NumberOfBands‘‘);‘?...
?????‘hImage?=?image(zeros(objRes(2)?objRes(1)?nBands));‘?...
?????‘preview(obj?hImage);‘]);
hb2?=?uicontrol(‘Parent‘?hf?‘Units‘?‘Normalized‘‘Position‘?[0.55?0.05?0.2?0.1]?‘String‘?‘拍照‘?‘Callback‘?‘imwrite(getsnapshot(obj)?‘‘im.jpg‘‘)‘);

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????900??2019-04-06?15:42??Camera.m

評(píng)論

共有 條評(píng)論