How can I save and load a trained Hashtable of a object model in surface_matching.
Hi, I am a newbie.
In surface_matching module, the process would train the same model again every time when I execute the sample "ppf_load_match.cpp".
Is there a way to save and load a trained Hashtable to avoid repeating the time consuming training process? Thanks in advance.
why would you try to match the same 2 models again ?
I mean I need to match the same model in different scenes which require running the code many times. But the training stage is same, so I wonder if the training of the same model can be saved or loaded.