q_uw: Compiled code via Rcpp for quality guided phase unwrapping

View source: R/RcppExports.R

q_uwR Documentation

Compiled code via Rcpp for quality guided phase unwrapping

Description

Called by qpuw() for fast quality guided phase unwrapping

Usage

q_uw(nr, nc, phase, qual)

Arguments

nr

number of rows in phase matrix

nc

number of columns in phase matrix

phase

phase matrix converted to vector

qual

quality matrix converted to vector

Details

This is called by qpuw() but is also user callable. Wrapped phase values are divided by 2*pi before input making the input values in the range [-1/2, 1/2).

Value

a vector with the unwrapped phase

Author(s)

M.L. Peck (mlpeck54 -at- gmail.com) with valuable programming advice from Steve Koehler

See Also

qpuw(), idiffpuw()


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