Interface IVec<TSelf, TElem>
Assembly: OpenCvSharp.dll
Syntax
public interface IVec<TSelf, out TElem> : IVec where TSelf : IVec where TElem : struct
Type Parameters
Name |
Description |
TSelf |
|
TElem |
|
Properties
|
Improve this Doc
View Source
Item[Int32]
Declaration
TElem this[int i] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
i |
|
Property Value
Methods
|
Improve this Doc
View Source
Add(TSelf)
Declaration
Parameters
Type |
Name |
Description |
TSelf |
other |
|
Returns
|
Improve this Doc
View Source
Divide(Double)
Declaration
TSelf Divide(double alpha)
Parameters
Type |
Name |
Description |
System.Double |
alpha |
|
Returns
|
Improve this Doc
View Source
Multiply(Double)
Declaration
TSelf Multiply(double alpha)
Parameters
Type |
Name |
Description |
System.Double |
alpha |
|
Returns
|
Improve this Doc
View Source
Subtract(TSelf)
Declaration
TSelf Subtract(TSelf other)
Parameters
Type |
Name |
Description |
TSelf |
other |
|
Returns