Click or drag to resize
IAlgorithm Interface
http://www.emgu.com
This is the algorithm class

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public interface IAlgorithm

The IAlgorithm type exposes the following members.

Extension Methods
  NameDescription
Public Extension MethodRead
Reads algorithm parameters from a file storage.
(Defined by AlgorithmExtensions.)
Public Extension MethodWrite
Stores algorithm parameters in a file storage
(Defined by AlgorithmExtensions.)
Top
Properties
  NameDescription
Public propertyAlgorithmPtr
Return the pointer to the algorithm object
Top
See Also