The Image which contains time stamp which specified what time this image is created

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
[SerializableAttribute]
public class TimedImage<TColor, TDepth> : Image<TColor, TDepth>
where TColor : struct, new(), IColor
where TDepth : new()
Visual Basic (Declaration)
<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>)>)

See Also