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

資源簡介

matlab下實現,準確度和實時性都很好,需要matlab的機器視覺工具箱

資源截圖

代碼片段和文件信息

%%%%%%%%%%%%%Initialization%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Use?these?next?sections?of?code?to?initialize?the?required?variables?and?System?objects.

DrawPoly?=?0;??%?Set?to?0?to?draw?only?lines??只標記車道線或是另外加入車道藍色區域
NumRows?=?120;?%?Number?of?rows?in?the?image?region?to?process.底部所取像素條數
MaxLaneNum?=?20;?%?Maximum?number?of?lanes?to?store?in?the?tracking?repository.
ExpLaneNum?=?2;??%?Maximum?number?of?lanes?to?find?in?the?current?frame.單幀內最多找車道條數
Rep_ref???=?zeros(ExpLaneNum?MaxLaneNum);?%?Stored?lines
Count_ref?=?zeros(1?MaxLaneNum);????????%?Count?of?each?stored?line
TrackThreshold?=?75;?%?Maximum?allowable?change?of?lane?distance
?????????????????????%?metric?between?two?frames.閾值
LaneColors?=?single([0?0?0;1?1?0;?1?1?0;?1?1?1;1?1?1]);
%?Minimum?number?of?

評論

共有 條評論

相關資源