Description Usage Arguments Author(s)
View source: R/ImageView2D_pred.R
An image visualization function after the model prediction.
1 2 3 4 5 6 7 8 | ImageView2D_pred(
ImgArray_x,
ImgArray_y,
ImgArray_pred,
ImgN = 1,
lab = c("Ground truth", "Prediction", "Overlay", "Binary"),
SaveAll = FALSE
)
|
ImgArray_x |
a 4D array |
ImgArray_y |
a 4D array |
ImgArray_pred |
a 4D array |
ImgN |
a slice of images |
lab |
a label information; three elements of a vector |
SaveAll |
a logical; locally save the all results ot not. |
Satoshi Kume
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.