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

資源簡介

伯克利圖像小組提出來的圖像分割評價指標:邊界誤差。

資源截圖

代碼片段和文件信息

%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


評論

共有 條評論