ImageView2D_pred: An image visualization function after the model prediction.

Description Usage Arguments Author(s)

View source: R/ImageView2D_pred.R

Description

An image visualization function after the model prediction.

Usage

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
)

Arguments

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.

Author(s)

Satoshi Kume


kumeS/rMiW documentation built on Dec. 21, 2021, 8:43 a.m.