cpp_align: Spatial Offsets Image Correction

View source: R/RcppExports.R

cpp_alignR Documentation

Spatial Offsets Image Correction

Description

This function uses bilinear interpolation to apply spatial offset correction on image

Arguments

mat,

a NumericMatrix.

dx,

a double x spatial offset. It has to be within ]-1,+1[. Default is NA_REAL for no change.

dy,

a double y spatial offset. It has to be within ]-1,+1[. Default is NA_REAL for no change.

Details

It is intended to be applied on raw images matrices from .rif files so has to generate spatial offset corrected image matrices.
See William E. Ortyn et al. Sensitivity Measurement and Compensation in Spectral Imaging. Cytometry A 69 852-862 (2006). \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1002/cyto.a.20306")}

Value

a NumericMatrix.


IFC documentation built on Sept. 14, 2023, 1:08 a.m.