⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 statistic.hlp

📁 matlab处理图像的一些基本方法。其中有一部分mex程序需要安装编译
💻 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 + -