Click or drag to resize

EigobjType Enumeration

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
Syntax
public enum EigobjType
Members
  Member nameValueDescription
NoCallback0 No callback
InputCallback1 Input callback
OutputCallback2 Output callback
BothCallback3 Both callback
See Also