VectorOfOclPlatformInfoPush Method (PlatformInfo) |
http://www.emgu.com
Push a value into the standard vector
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic void Push(
PlatformInfo value
)
Public Sub Push (
value As PlatformInfo
)
public:
void Push(
PlatformInfo^ value
)
member Push :
value : PlatformInfo -> unit
Parameters
- value
- Type: Emgu.CV.OclPlatformInfo
The value to be pushed to the vector
See Also