Click or drag to resize
XDL

XVideoFrameMatchContextFHMatch(XFramePicture, XFramePicture, XMat3x3d) Method

[Missing <summary> documentation for "M:Pixoneer.NXDL.NXVideo.XVideoFrameMatchContextFH.Match(Pixoneer.NXDL.NXVideo.XFramePicture,Pixoneer.NXDL.NXVideo.XFramePicture,Pixoneer.NXDL.NXVideo.XMat3x3d@)"]


Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public virtual bool Match(
	XFramePicture frame1,
	XFramePicture frame2,
	out XMat3x3d transform
)

Parameters

frame1  XFramePicture

[Missing <param name="frame1"/> documentation for "M:Pixoneer.NXDL.NXVideo.XVideoFrameMatchContextFH.Match(Pixoneer.NXDL.NXVideo.XFramePicture,Pixoneer.NXDL.NXVideo.XFramePicture,Pixoneer.NXDL.NXVideo.XMat3x3d@)"]

frame2  XFramePicture

[Missing <param name="frame2"/> documentation for "M:Pixoneer.NXDL.NXVideo.XVideoFrameMatchContextFH.Match(Pixoneer.NXDL.NXVideo.XFramePicture,Pixoneer.NXDL.NXVideo.XFramePicture,Pixoneer.NXDL.NXVideo.XMat3x3d@)"]

transform  XMat3x3d

[Missing <param name="transform"/> documentation for "M:Pixoneer.NXDL.NXVideo.XVideoFrameMatchContextFH.Match(Pixoneer.NXDL.NXVideo.XFramePicture,Pixoneer.NXDL.NXVideo.XFramePicture,Pixoneer.NXDL.NXVideo.XMat3x3d@)"]

Return Value

Boolean

Implements

IXVideoFrameMatchContextMatch(XFramePicture, XFramePicture, XMat3x3d)
See Also