Table of Contents

Delegate SacModelConstraintNativeCallback

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

The native-shaped (double*, length) form of SACSegmentation.ModelConstraintFunction, used to marshal the callback across the P/Invoke boundary.

public delegate int SacModelConstraintNativeCallback(nint coefficients, int length)

Parameters

coefficients nint
The native-shaped (double*, length) form of , used to marshal the callback across the P/Invoke boundary.
length int
The native-shaped (double*, length) form of , used to marshal the callback across the P/Invoke boundary.

Returns

int
The native-shaped (double*, length) form of , used to marshal the callback across the P/Invoke boundary.