processing_2D_image: Create an array data of 3D images

Description Usage Arguments Author(s)

View source: R/processing_2D_image.R

Description

Create an array data of 3D images

Usage

1
2
3
4
5
6
7
8
9
processing_2D_image(
  file,
  shape,
  type = "png",
  filter = "bilinear",
  normalize = FALSE,
  clahe = FALSE,
  GammaVal = 1
)

Arguments

file

a file path

shape

a vector of width and height of the resized image or Null

type

an image type (i.e. png, tiff)

filter

a filtering method (default method: bilinear)

normalize

a logical; Intensity values linear scaling

clahe

a logical; Contrast Limited Adaptive Histogram Equalization

GammaVal

a numeric of gamma

Author(s)

Satoshi Kume


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