如何添加粮食使用ImageJ的API图像

编程入门 行业动态 更新时间:2024-10-27 01:36:08
本文介绍了如何添加粮食使用ImageJ的API图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

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

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

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

我开始处理>噪声,在描述的 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.

更多推荐

如何添加粮食使用ImageJ的API图像

本文发布于:2023-11-15 00:32:27,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1589535.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:粮食   图像   ImageJ   API

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!