Click or drag to resize

NativeMethodscore_LDA_subspaceProject Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static IntPtr core_LDA_subspaceProject(
	IntPtr w,
	IntPtr mean,
	IntPtr src
)

Parameters

w
Type: SystemIntPtr
mean
Type: SystemIntPtr
src
Type: SystemIntPtr

Return Value

Type: IntPtr
See Also