資源簡介
伯克利圖像小組提出來的圖像分割評價指標:邊界誤差。
代碼片段和文件信息
%A?MATLAB?Toolbox
%
%Compare?two?segmentation?results?using?the?Boundary?Displacement?Error
%
%IMPORTANT:?The?input?two?images?must?have?the?same?size!
%
%Authors:?John?Wright?and?Allen?Y.?Yang
%Contact:?Allen?Y.?Yang?
%
%(c)?Copyright.?University?of?California?Berkeley.?2007.
%
%Notice:?The?packages?should?NOT?be?used?for?any?commercial?purposes
%without?direct?consent?of?their?author(s).?The?authors?are?not?responsible
%for?any?potential?property?loss?or?damage?caused?directly?or?indirectly?by?the?usage?of?the?software.
function?[averageError?returnStatus]?=?compare_image_boundary_error(imageLabels1?imageLabels2);
returnStatus?=?0;
[imageX?imageY]?=?size(imageLabels1);
if?imageX~=size(imageLabels21)?|?imageY~=size(imageLabels22)
????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4879??2007-03-06?17:02??compare_segmentations.m
?????文件???????4302??2014-07-24?20:55??image_segmentation_benchmarks.m
?????文件???????2214??2007-03-06?17:02??compare_image_boundary_error.m
-----------?---------??----------?-----??----
????????????????11395????????????????????3
- 上一篇:SV信道模型仿真
- 下一篇:matlab頻譜三維圖
評論
共有 條評論