Table of Contents

vmr.ApplyTRF

Motivation

The main motivation for using this function is the ability to flexibly script spatial VMR transformation in Matlab.

Method reference ('vmr.Help('ApplyTRF')')

 VMR::ApplyTRF  - apply transformation to VMR
 
 FORMAT:       newvmr = vmr.ApplyTRF(trf [, opts])
 
 Input fields:
 
       trf         TRF object
       opts        struct with optional fields
        .asdouble  store output as double (default: false)
        .inverse   apply inverse transformation (default: false)
        .method    interpolation, see flexinterpn_method (default: 'linear')
 
 Output fields:
 
       newvmr      transformed VMR

Usage examples