CvCallback Delegate OpenCvSharp Class Library
Read callback function

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public delegate int CvCallback(
	int index,
	IntPtr buffer,
	IntPtr user_data
)

Parameters

index
Type: SystemInt32
buffer
Type: SystemIntPtr
user_data
Type: SystemIntPtr

Return Value

Type: Int32
See Also

Reference