Description Usage Arguments Value Examples
View source: R/brainImageClass.R
Returns cutoffs for different tissue classes, identified with identifyMinima(getMeasurements(brainImage), iterat=10000) and set with setThresholds().
1 | getThresholds(img)
|
img |
brainImage instance |
adjusted imageBrain object
1 2 3 4 5 6 7 | options("BITSIZE"=10)
data <- data.frame(x=1:15, y=1:15,
z=c(rep(2,15), rep(3,15)), val=rnorm(6750))
img <- new("brainImage", data, "test", 10)
img <- setThresholds(img,
imageanalysisBrain::identifyMinima(getMeasurements(img), iterat=1000))
getThresholds(img)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.