Table of Contents

Method SetCustomModelConstraints

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetCustomModelConstraints(ModelConstraintFunction?)

Sets a custom model coefficient constraint function. A custom function that takes model coefficients and returns whether the model is acceptable or not. Pass null to clear a previously set constraint function.

public virtual void SetCustomModelConstraints(SACSegmentation.ModelConstraintFunction? customModelConstraints)

Parameters

customModelConstraints SACSegmentation.ModelConstraintFunction