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