http://www.emgu.com
Implement this interface if the object can output code to generate it self.
Namespace:
Emgu.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic interface ICodeGenerable
Public Interface ICodeGenerable
public interface class ICodeGenerable
type ICodeGenerable = interface end
The ICodeGenerable type exposes the following members.
Methods
| Name | Description |
---|
 | ToCode |
Return the code to generate the object itself from the specific language
|
Top
See Also