| VectorOfKeyPoint Constructor (MKeyPoint) |
http://www.emgu.com
Create an standard vector of KeyPoint with the initial values
Namespace: Emgu.CV.UtilAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic VectorOfKeyPoint(
MKeyPoint[] values
)
Public Sub New (
values As MKeyPoint()
)
public:
VectorOfKeyPoint(
array<MKeyPoint>^ values
)
new :
values : MKeyPoint[] -> VectorOfKeyPointParameters
- values
- Type: Emgu.CV.StructureMKeyPoint
The initial values
See Also