IIndexParamsIndexParamPtr Property |
http://www.emgu.com
Gets the pointer to the index parameter.
Namespace:
Emgu.CV.Flann
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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