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

  • 大小: 843KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-28
  • 語言: Matlab
  • 標簽: matlab??

資源簡介

基于蟻群算法和神經網絡匹配算法的停車場系統建模仿真-M_E1.rar
大三小結,大四將開啟。小弟愿意貢獻出這一學期完成的自動化綜合設計課題成果——《智能停車場停車系統建模與仿真》。其中matlab仿真:用蟻群算法求解車位最優路徑,用神經網絡匹配算法求解車牌號提取;單片機仿真用keil4編程,protel7仿真...具體詳細資料~~~

資源截圖

代碼片段和文件信息

function?r=controlling(NR)
%CONTROLLING?determine?the?array?of?indices?of?Bounding?boxes?of?interest.
%???R=CONTROLLING(NR)?outputs?the?row?vector?R?containing?the?indices?of
%???the?bounding?boxes?of?interest?from?the?matrix?NR.?NR?is?the?matrix?of
%???order?numberofregionsx4.?Numberofregions?are?the?total?number?of
%???regions?extracted?from?the?function?regionprops?with?the?property
%???‘BoundingBox‘.?To?ensure?the?order?cat(1...)?function?could?be?used.
%???The?code?for?this?function?emphasize?on?obtaining?the?indices?of
%???Bounding?boxes?whose?width?along?the?y-dimension?is?nearly?same.?If
%???the?approach?of?y-width?doesn‘t?work?then?Bounding?Boxes?with?nearly
%???same?y-coordinates?are?obtained.

[QW]=hist(NR(:4));?%?Histogram?of?the?y-dimension?widths?of?all?boxes.
ind=find(Q==6);?%?Find?indices?from?Q?corresponding?to?frequency?‘6‘.
%?Since?the?number?plates?of?cars?in?Karachi?have?six?characters?so
%?find(Q==6)?is?used.?If?the?code?is?to?be?implemented?for?some?other?plates
%?the?argument?to?the?function?‘find‘?has?to?be?changed?accordingly.
%?Q?is?a?row?vector?of?frequency?and?W?is?the?row?vector?of?all?the?mid
%?points?of?bins.?Hist?automatically?selects?the?range?of?W?from?its?input
%?argument.

for?k=1:length(NR)????????????%?Taking?the?advantage?of?uniqueness?of?y-co
????C_5(k)=NR(k2)?*?NR(k4);?%?ordinate?and?y-width.
end
NR2=cat(2NRC_5‘);???????????%?Appending?new?coloumn?in?NR.
[ER]=hist(NR2(:5)20);
Y=find(E==6);?????????????????%?Searching?for?six?characters.
if?length(ind)==1?%?If?six?boxes?of?interest?are?succesfully?found?record
????MP=W(ind);????%??the?midpoint?of?corresponding?bin.
????binsize=W(2)-W(1);?%?Calculate?the?container?size.
????container=[MP-(binsize/2)?MP+(binsize/2)];?%?Calculating?the?complete?container?size.
????r=takeboxes(NRcontainer2);
elseif?length(Y)==1
????MP=R(Y);
????binsize=R(2)-R(1);
????container=[MP-(binsize/2)?MP+(binsize/2)];?%?Calculating?the?complete?container?size.
????r=takeboxes(NR2container2.5);?%?Call?to?function?takeboxes.????
elseif?isempty(ind)?||?length(ind)>1?%?If?there?is?no?vlaue?of?‘6‘?in?the?Q?vector.
????[AB]=hist(NR(:2)20);?%?Use?y-coordinate?approach?only.
????ind2=find(A==6);
????if?length(ind2)==1
????????MP=B(ind2);
????????binsize=B(2)-B(1);
????????container=[MP-(binsize/2)?MP+(binsize/2)];?%?Calculating?the?complete?container?size.
????????r=takeboxes(NRcontainer1);
????else
????????container=guessthesix(AB(B(2)-B(1)));?%?Call?of?function?guessthesix.
????????if?~isempty(container)?%?If?guessthesix?works?succesfully.
????????????r=takeboxes(NRcontainer1);?%?Call?the?function?takeboxes.
????????elseif?isempty(container)
????????????container2=guessthesix(ER(R(2)-R(1)));
????????????if?~isempty(container2)
????????????????r=takeboxes(NR2container22.5);
????????????else
????????????????r=[];?%?Otherwise?assign?an?empty?matrix?to?‘r‘.
????????????end
????????end
????end
end
end

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????54457??2013-04-16?21:17??歷次仿真最優路徑隨機圖\10.PNG

?????文件??????39391??2013-04-16?21:18??歷次仿真最優路徑隨機圖\11.PNG

?????文件??????58237??2013-04-16?21:22??歷次仿真最優路徑隨機圖\20.PNG

?????文件??????32405??2013-04-16?21:23??歷次仿真最優路徑隨機圖\21.PNG

?????文件??????48099??2013-04-16?21:29??歷次仿真最優路徑隨機圖\30.PNG

?????文件??????59186??2013-04-16?21:30??歷次仿真最優路徑隨機圖\31.PNG

?????文件??????47703??2013-04-16?21:39??歷次仿真最優路徑隨機圖\40.PNG

?????文件??????31522??2013-04-16?21:39??歷次仿真最優路徑隨機圖\41.PNG

?????文件????????347??2013-04-09?13:04??有向帶全圖坐標\AB區.txt

?????文件????????420??2013-04-09?16:28??有向帶全圖坐標\CD區.txt

?????文件????????418??2013-04-09?16:24??有向帶全圖坐標\EF區.txt

?????文件???????1155??2013-04-09?16:27??有向帶全圖坐標\車場數模坐標矩陣.txt

?????文件?????123884??2013-04-10?16:15??Number_Plate_Extraction\car1.jpg

?????文件?????197409??2013-04-10?16:14??Number_Plate_Extraction\car2.jpg

?????文件???????4816??2013-04-10?13:44??Number_Plate_Extraction\car3.jpg

?????文件??????16354??2013-04-10?13:37??Number_Plate_Extraction\car4.jpg

?????文件??????22798??2013-04-10?16:19??Number_Plate_Extraction\car5.jpg

?????文件?????141053??2013-04-10?21:30??Number_Plate_Extraction\car6.jpg

?????文件????????230??2009-02-09?10:30??Number_Plate_Extraction\Character?Images\0.bmp

?????文件????????230??2009-02-09?10:30??Number_Plate_Extraction\Character?Images\1.bmp

?????文件????????230??2009-02-09?10:30??Number_Plate_Extraction\Character?Images\2.bmp

?????文件????????230??2009-02-09?10:30??Number_Plate_Extraction\Character?Images\3.bmp

?????文件????????230??2009-02-09?10:30??Number_Plate_Extraction\Character?Images\4.bmp

?????文件????????230??2009-02-09?10:30??Number_Plate_Extraction\Character?Images\5.bmp

?????文件????????230??2009-02-09?10:30??Number_Plate_Extraction\Character?Images\6.bmp

?????文件????????230??2009-02-09?10:30??Number_Plate_Extraction\Character?Images\7.bmp

?????文件????????230??2009-02-09?10:30??Number_Plate_Extraction\Character?Images\8.bmp

?????文件????????230??2009-02-09?10:31??Number_Plate_Extraction\Character?Images\9.bmp

?????文件????????230??2009-02-09?10:31??Number_Plate_Extraction\Character?Images\A.bmp

?????文件????????230??2009-02-09?10:31??Number_Plate_Extraction\Character?Images\B.bmp

............此處省略62個文件信息

評論

共有 條評論