Click or drag to resize

VectorOfColorPointPush Method (ColorPoint)

http://www.emgu.com
Push an array of 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
Syntax
public void Push(
	ColorPoint[] value
)

Parameters

value
Type: Emgu.CV.StructureColorPoint
The value to be pushed to the vector
See Also