reconstruct: function to reconstruct an array from a matrix,

Description Usage Arguments Author(s) Examples

View source: R/reconstruct.R

Description

function to reconstruct an array from a matrix,

Usage

1
reconstruct(data, margin, transform, dimension)

Arguments

data

a matrix

margin

the margin used for deconstruction

transform

was transform used for deconstruction

dimension

dimension of the original array

Author(s)

Dimitri Fichou

Examples

1
2
3
data <- f.read.image(source='www/rTLC_demopicture.JPG',native=F,format = 'jpeg',height=128)
decon <- data %>% deconstruct.convol(margin =3 ,transform = F, conv_width =2 )
recon <- decon %>% reconstruct(margin =3 ,transform = F, dim(data))

DimitriF/DLC documentation built on Oct. 14, 2020, 4:33 p.m.