Function libvips::ops::phasecor

source ·
pub fn phasecor(inp: &VipsImage, in_2: &VipsImage) -> Result<VipsImage>
Expand description

VipsPhasecor (phasecor), calculate phase correlation inp: &VipsImage -> Input image in_2: &VipsImage -> Second input image returns VipsImage - Output image