📄 binary_image.hlp
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -