http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
The Image which contains time stamp which specified what time this image is created
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
[SerializableAttribute] public class TimedImage<TColor, TDepth> : Image<TColor, TDepth> where TColor : struct, new(), IColor where TDepth : new() |
Visual Basic |
---|
<SerializableAttribute> _ Public Class TimedImage(Of TColor As {Structure, New, IColor}, TDepth As New) _ Inherits Image(Of TColor, TDepth) |
Visual C++ |
---|
[SerializableAttribute] generic<typename TColor, typename TDepth> where TColor : value class, gcnew(), IColor where TDepth : gcnew() public ref class TimedImage : public Image<TColor, TDepth> |
Type Parameters
- TColor
[Missing <typeparam name="TColor"/> documentation for "T:Emgu.CV.TimedImage`2"]
- TDepth
[Missing <typeparam name="TDepth"/> documentation for "T:Emgu.CV.TimedImage`2"]
Inheritance Hierarchy
System..::..Object
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV..::..CvArray<(Of <(<'TDepth>)>)>
Emgu.CV..::..Image<(Of <(<'TColor, TDepth>)>)>
Emgu.CV..::..TimedImage<(Of <(<'TColor, TDepth>)>)>
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV..::..CvArray<(Of <(<'TDepth>)>)>
Emgu.CV..::..Image<(Of <(<'TColor, TDepth>)>)>
Emgu.CV..::..TimedImage<(Of <(<'TColor, TDepth>)>)>