資源簡介
基于matlab的路面裂縫檢測識別系統(tǒng)設(shè)計,路面裂縫檢測從視覺上來看是典型的線狀目標檢測,因此路面裂縫圖像的增強與定位屬于線狀目標檢測的研究領(lǐng)域,代碼親測可用,有很高的參考價值

代碼片段和文件信息
function?newim?=?adjgamma(im?g)
if?nargin?2
????g?=?1;
end
if?g?<=?0
????error(‘Gamma參數(shù)必須大于0‘);
end
if?ndims(im)?==?3
????I?=?rgb2gray(im);
else
????I?=?im;
end
if?isa(I‘uint8‘);
????newim?=?double(I);
else
????newim?=?I;
end
newim?=?newim-min(min(newim));
newim?=?newim./max(max(newim));
newim?=??newim.^(1/g);??
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-04-30?07:27??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\
?????文件????????3479??2015-01-03?20:05??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\Bridge_Crack.m
?????文件???????74644??2017-04-30?07:32??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\Gui_Main.fig
?????文件???????12713??2017-04-30?07:32??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\Gui_Main.m
?????文件?????????558??2015-01-03?20:05??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\Identify_ob
?????文件?????????716??2014-11-12?21:39??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\InitAxes.m
?????文件?????????355??2015-01-03?20:05??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\IterProcess.m
?????文件????????1007??2015-01-03?20:05??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\Judge_Crack.m
?????文件?????????549??2015-01-03?20:05??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\Judge_Direction.m
?????文件????????1080??2015-01-03?20:05??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\Process_Main.m
?????文件??????????94??2015-01-03?20:05??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\Project.m
?????目錄???????????0??2017-04-30?07:44??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\Result\
?????文件???????18432??2017-04-30?07:44??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\Result\result.xls
?????文件?????????346??2015-01-03?20:05??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\adjgamma.m
?????文件?????????327??2015-01-03?20:05??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\bw_filter.m
?????文件?????????214??2017-04-30?07:30??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\disp_gray.m
?????文件?????????419??2015-01-03?20:05??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\hist_con.m
?????目錄???????????0??2017-04-30?07:46??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\images\
?????文件???????46374??2011-03-20?16:32??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\images\ceshi1.jpg
?????文件??????148471??2017-04-30?07:28??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\images\test.png
?????文件?????????420??2015-01-03?20:05??第?21?章?路面裂縫檢測識別系統(tǒng)設(shè)計\med_process.m
評論
共有 條評論