Table of Contents

Interface IStatModel

Namespace
Emgu.CV.ML
Assembly
Emgu.CV.dll

Interface for statistical models in OpenCV ML.

public interface IStatModel : IAlgorithm
Inherited Members
Extension Methods

Properties

StatModelPtr

Return the pointer to the StatModel object

nint StatModelPtr { get; }

Property Value

nint

The pointer to the StatModel object