Table of Contents

Delegate SACSegmentation.ModelConstraintFunction

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Custom function that takes the model coefficients and returns whether the model is acceptable or not.

public delegate bool SACSegmentation.ModelConstraintFunction(double[] modelCoefficients)

Parameters

modelCoefficients double[]

The content of modelCoefficients depends on the model. Refer to the comments inside SacModelType.

Returns

bool
Custom function that takes the model coefficients and returns whether the model is acceptable or not.