gpt4 book ai didi

ij.plugin.ZProjector.setImage()方法的使用及代码示例

转载 作者:知者 更新时间:2024-03-15 04:25:31 30 4
gpt4 key购买 nike

本文整理了Java中ij.plugin.ZProjector.setImage()方法的一些代码示例,展示了ZProjector.setImage()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。ZProjector.setImage()方法的具体详情如下:
包路径:ij.plugin.ZProjector
类名称:ZProjector
方法名:setImage

ZProjector.setImage介绍

[英]Explicitly set image to be projected. This is useful if ZProjection_ object is to be used not as a plugin but as a stand alone processing object.
[中]显式设置要投影的图像。如果ZProjection_uuo对象不是用作插件,而是用作独立的处理对象,那么这很有用。

代码示例

代码示例来源:origin: imagej/ImageJA

/** Construction of ZProjector with image to be projected. */
public ZProjector(ImagePlus imp) {
  setImage(imp); 
}

代码示例来源:origin: net.imagej/ij

/** Construction of ZProjector with image to be projected. */
public ZProjector(ImagePlus imp) {
  setImage(imp); 
}

代码示例来源:origin: sc.fiji/Simple_Neurite_Tracer

zp.setImage(imagePlus);
zp.setMethod(ZProjector.MAX_METHOD);
zp.doProjection();

代码示例来源:origin: fiji/Stitching

zp.setImage(iI.imp);
if (iI.imp.getType() == ImagePlus.COLOR_RGB || iI.imp.getType() == ImagePlus.COLOR_256)

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com