norm_zpm: Normalize matrix of Zernike polynomial values.

View source: R/RcppExports.R

norm_zpmR Documentation

Normalize matrix of Zernike polynomial values.

Description

Convert a matrix of Zernike polynomial values from unit scaled to unit variance aka orthonormal form.

Usage

norm_zpm(uzpm, maxorder = 12L)

Arguments

uzpm

matrix of Zernike polynomial values

maxorder

the maximum radial order.

Details

This is intended only for ISO/ANSI ordered matrices. The only check performed is that the number of columns in the matrix matches the expected number given by the argument maxorder. This is called by gradzpm_cart() and zpm_cart() if unit_variance is set to true in the respective function calls.

Value

matrix in orthonormal form.


mlpeck/zernike documentation built on April 19, 2024, 3:16 p.m.