zstackProjection: Calculate the projection of a z-stack image

View source: R/zstackProjection.R

zstackProjectionR Documentation

Calculate the projection of a z-stack image

Description

Calculate the projection of a z-stack image

Usage

zstackProjection(
  image_data = NULL,
  projection_method = "max",
  as_array = FALSE
)

Arguments

image_data

An array of EBImage object

projection_method

A character stating the method for calculating the z-stack projection (either "mean" or "max")

as_array

A Boolean stating whether the returned data is a array or of class EBImage. (The default value is FALSE.)

Value

An array (z-stack projection of a 3D image).


SFB-ELAINE/readCzi documentation built on March 31, 2024, 4:50 a.m.