Click or drag to resize

CvXImgProcQConj Method

calculates conjugate of a quaternion image.

Namespace:  OpenCvSharp.XImgProc
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static void QConj(
	InputArray qimg,
	OutputArray qcimg
)

Parameters

qimg
Type: OpenCvSharpInputArray
quaternion image.
qcimg
Type: OpenCvSharpOutputArray
conjugate of qimg
See Also