Class TimedImage<TColor, TDepth>
The Image which contains time stamp which specified what time this image is created
public class TimedImage<TColor, TDepth> : Image<TColor, TDepth>, IXmlSerializable, ISerializable, IEquatable<Image<TColor, TDepth>>, IInputOutputArray, IInputArrayOfArrays, IOutputArrayOfArrays, IOutputArray, IInputArray, IDisposable where TColor : struct, IColor where TDepth : new()
Type Parameters
TColor
The color of this map
TDepth
The depth of this map
- Implements
-
IXmlSerializableIEquatable<Image<TColor, TDepth>>
- Inherited Members
-
Image<TColor, TDepth>.Draw(IInputArrayOfArrays, int, TColor, int, LineType, IInputArray, int, Point)
- Extension Methods
Constructors
TimedImage()
Create a empty Image
protected TimedImage()
TimedImage(int, int)
Create an empty Image of the specified width and height
public TimedImage(int width, int height)
Parameters
TimedImage(int, int, TColor)
Create a blank Image of the specified width, height, depth and color.
public TimedImage(int width, int height, TColor value)
Parameters
width
intThe width of the image
height
intThe height of the image
value
TColorThe initial color of the image
Properties
Timestamp
The time this image is captured
public DateTime Timestamp { get; set; }