http://www.emgu.com
IO type for eigen object related functions
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
SyntaxPublic Enumeration EigobjType
public enum class EigobjType
Members
| Member name | Value | Description |
---|
| NoCallback | 0 |
No callback
|
| InputCallback | 1 |
Input callback
|
| OutputCallback | 2 |
Output callback
|
| BothCallback | 3 |
Both callback
|
See Also