IndexParamsSetAlgorithm Method
|
Namespace:
OpenCvSharp.Flann
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic void SetAlgorithm(
int value
)
Public Sub SetAlgorithm (
value As Integer
)
public:
void SetAlgorithm(
int value
)
member SetAlgorithm :
value : int -> unit
function SetAlgorithm(value);
Parameters
- value
- Type: SystemInt32
See Also