cpp_align | R Documentation |
This function uses bilinear interpolation to apply spatial offset correction on image
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. |
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")}
a NumericMatrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.