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
coefficientsnint- The native-shaped (double*, length) form of , used to marshal the callback across the P/Invoke boundary.
lengthint- 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.