intensity3D {bioimagetools} | R Documentation |
Intensity of a 3d Dataset or a Model
Description
Computing the intensity of a 3d point pattern using kernel smoothing.
Usage
intensity3D(X, Y, Z, bw = NULL, psz = 25, kernel = "Square")
Arguments
X |
X coordinate |
Y |
Y coordinate |
Z |
Z coordinate |
bw |
bandwidth |
psz |
pointsize used for discretization (large: fast, but not precise) |
kernel |
"Square" or "Uniform" |
Value
3d Array
[Package bioimagetools version 1.1.8 Index]