Table of Contents

Interface ICodeGenerable

Namespace
Emgu.Util
Assembly
Emgu.CV.dll

Implement this interface if the object can output code to generate it self.

public interface ICodeGenerable

Methods

ToCode(ProgrammingLanguage)

Return the code to generate the object itself from the specific language

string ToCode(ProgrammingLanguage language)

Parameters

language ProgrammingLanguage

The programming language to output code

Returns

string

The code to generate the object from the specific language