IIndexParamsIndexParamPtr Property |
http://www.emgu.com
Gets the pointer to the index parameter.
Namespace:
Emgu.CV.Flann
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
SyntaxIntPtr IndexParamPtr { get; }
ReadOnly Property IndexParamPtr As IntPtr
Get
property IntPtr IndexParamPtr {
IntPtr get ();
}
abstract IndexParamPtr : IntPtr with get
Property Value
Type:
IntPtr
The index parameter pointer.
See Also