flann

Save opencv FlannBasedMatcher from python

Save opencv FlannBasedMatcher from python Question: I am trying to save a FlannBasedMatcher created and train with opencv-python 4.5.5.62. The save function of the class only save the parameters. I can also access to the trainDescriptors, but what I would like is to save the flann once trained. Be able to reload it from another …

Total answers: 1