Click or drag to resize

NativeMethodscalib3d_filterHomographyDecompByVisibleRefpoints Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.calib3d_filterHomographyDecompByVisibleRefpoints(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus calib3d_filterHomographyDecompByVisibleRefpoints(
	IntPtr rotations,
	IntPtr normals,
	IntPtr beforePoints,
	IntPtr afterPoints,
	IntPtr possibleSolutions,
	IntPtr pointsMask
)

Parameters

rotations
Type: SystemIntPtr

[Missing <param name="rotations"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_filterHomographyDecompByVisibleRefpoints(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

normals
Type: SystemIntPtr

[Missing <param name="normals"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_filterHomographyDecompByVisibleRefpoints(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

beforePoints
Type: SystemIntPtr

[Missing <param name="beforePoints"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_filterHomographyDecompByVisibleRefpoints(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

afterPoints
Type: SystemIntPtr

[Missing <param name="afterPoints"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_filterHomographyDecompByVisibleRefpoints(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

possibleSolutions
Type: SystemIntPtr

[Missing <param name="possibleSolutions"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_filterHomographyDecompByVisibleRefpoints(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

pointsMask
Type: SystemIntPtr

[Missing <param name="pointsMask"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_filterHomographyDecompByVisibleRefpoints(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.calib3d_filterHomographyDecompByVisibleRefpoints(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

See Also