📄 statistic.hlp
字号:
Statistic Computes and display some Image statistic values that can be saved in a file (ascii or matlab format); The individual parameters are calculated by the following formulas: - Size = size(I) - Pixels = prod(size(I)) - Sum = sum(sum(I)) - Min = min(min(I)) - Max = max(max(I)) - Mean = sum(sum(I))/prod(size(I)) - Median = median(reshape(I,prod(size(I)),1)) - StDev = std(reshape(I,prod(size(I)),1)) - StErr = StDev/sqrt(prod(size(I))){Analyze_Menu.hlp}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -