binary_image.hlp

来自「matlab处理图像的一些基本方法。其中有一部分mex程序需要安装编译」· HLP 代码 · 共 24 行

HLP
24
字号
Binary Image	Transform the image (matrix I) in a binary image using the Matlab	function im2bw.		Radio buttons allow to select the cutoff level for the binary 	trasformation.		- Mean:  All the image values below the image mean will be set to 0	         and the rest to 1;	- Median:  All the image values below the image median will be set to 0	           and the rest to 1;	- Define:  Allow you define two value for the cutoff levels:	           All the image values between the specified range will be set to 1			   while the values outside this range will become 0;			   Defining only one value inside the image Z range allow to 			   convert the image in binary with one level cutoff.			   To exclude one value set it to Inf or just clear it.			       See also IM2BW, ROICOLOR  (matlab function)	{Modify_Menu.hlp} 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?