• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

添加粮食使用ImageJ的API图像

用户头像
it1352
帮助1

问题说明

我是新来的ImageJ和我要求的添加谷物(这里定义的:的 http://en.wikipedia.org/wiki/Film_grain ),以使用ImageJ的编程API的图像。

I am new to ImageJ and I am seeking to add grain (as defined here: http://en.wikipedia.org/wiki/Film_grain) to an image using the programmatic API of ImageJ.

    • 这可能吗?如果是的话怎么样?
    • 哪里是有关文件/ Javadoc中有关添加谷物
      要使用ImageJ?
    • 图像

正确答案

#1

我开始处理>噪声,在描述的 ImageJ的用户指南:§29.6噪音。你必须决定是否可制成现有的实现,以满足您的要求。

I'd start in Process > Noise, described in ImageJ User Guide: §29.6 Noise. You'll have to decide if the existing implementations can be made to meet your requirements.

我在哪里可以找到关于如何实现这一目标用实际的API,而不是UI文件

ImageJ的宏语言,一个简单的办法是启动插件>宏>记录然后操作所需的图形用户界面的命令。这揭示了宏命令名称和任何设置,例如:

As discussed in ImageJ Macro Language, one easy way is to start Plugin > Macros > Record and then operate the desired GUI command. This reveals the macro command name and any settings, for example:

run("Add Noise");
run("Add Specified Noise...", "standard=16");

您可以使用 -batch 命令行选项适用于这样一个宏多个文件。

You can apply such a macro to multiple files using the -batch command line option.

如果您想直接从Java中使用此功能,请参见 ImageJ的编程教程

If you want to use a feature directly from Java, see ImageJ programming tutorials.

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcfjjfc
系列文章
更多 icon
同类精品
更多 icon
继续加载