setAlgorithm method

void setAlgorithm(
  1. FlannAlgorithm value
)

Implementation

void setAlgorithm(cvg.FlannAlgorithm value) {
  cfeatures2d.cv_flann_IndexParams_setAlgorithm(ref, value.value);
}