[413088]: / man / formImage.Rd

Download this file

21 lines (17 with data), 557 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/image.R
\name{formImage}
\alias{formImage}
\title{formImage}
\usage{
formImage(coords, segments = list(), image = NULL, main_channel = NULL)
}
\arguments{
\item{coords}{the coordinates of the spatial points}
\item{segments}{the list of segments each associated with a spatial point}
\item{image}{a singelton or list of images as magick-image objects}
\item{main_channel}{the key of the main channel of vrImage object}
}
\description{
Create a vrImage (VoltRon image) object
}