plugins.config
来自「java语言版的ostu算法」· CONFIG 代码 · 共 13 行
CONFIG
13 行
# Name: Otsu Thresholding# This algorithm is an implementation of Otsu thresholding technique # based on the minimization of inter-class variance [otsu79].# Author: Christopher Mei (christopher.mei at sophia.inria.fr)# Version: 1.0# Date: 2003/12/15# Requires: ImageJ 1.31sPlugins>Filters, "Otsu Thresholding",OtsuThresholding_Help>About Plugins, "Otsu Thresholding...", OtsuThresholding_("about")
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?