antsSetPixels: Set a pixel value at an index

Description Usage Arguments Value Examples

Description

Set a pixel value at an index in an 'antsImage'.

Usage

1
antsSetPixels(x, i = NA, j = NA, k = NA, l = NA, value)

Arguments

x

Image object of S4 class 'antsImage'.

i

the slowest moving index to the image

j

the next slowest moving index to the image, similar for k ( 2d )

k

the next slowest moving index to the image ( 3d )

l

the next slowest moving index to the image ( 4d )

value

the value to place at this location

Value

array of pixel values

Examples

1
2
img<-makeImage(c(10,10),rnorm(100))
antsSetPixels(img,2,3,value=Inf)

muschellij2/atropos documentation built on May 4, 2019, 3:17 p.m.