-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
| Bi_sal(sal>threshold)=1; |
Bi_sal(sal>threshold)=1;建议和 https://github.com/DengPingFan/CODToolbox/blob/master/Onekey_Evaluation_Code/OnekeyEvaluationCode/Fmeasure_calu.m#L9 中的代码保持一致。
Label3( sMap>=threshold ) = 1;这样有利于统一的代码实现。
另外,这样的设定也更加合理,因为对于Thresholds = 1:-1/255:0;这一系列阈值下划分的二值图中,如果使用大于等于,可以保证对于任一阈值都可能存在前景。
Metadata
Metadata
Assignees
Labels
No labels