Struct Vec4i
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
4-Tuple of int (System.Int32)
public record struct Vec4i : IEquatable<Vec4i>
- Implements
- Inherited Members
Constructors
- Vec4i(int, int, int, int)
4-Tuple of int (System.Int32)
Fields
- Item0
The value of the first component of this object.
- Item1
The value of the second component of this object.
- Item2
The value of the third component of this object.
- Item3
The value of the fourth component of this object.
Properties
- this[int]
Indexer
Methods
- Add(Vec4i)
this + other
- Divide(double)
this / alpha
- Multiply(double)
this * alpha
- Subtract(Vec4i)
this - other