correspondence
Code that handles the assignment problem. How should one go about assigning points that are detected in the images. One needs to disambiguate the points from other points when viewed through the different cameras. Furthermore, one must reliably keep track of these points across subsequent timesteps. If both of these are not accomplished, the reconstruction will be fairly useless.
Classes
This class is a basically an empty holder for matching points. It was created as part of an overall example. When implementing other algorithms to handle the assignment problem you can modify this class. Just remember that you must implement the MatchPoints function, and it would be best if you didn’t have parameters int the class constructor. |
Functions
This function is part of the plugin API. The functions are defined by a generic interface so that many different types of cameras can work with SnakeStrike and so that new cameras can use SnakeStrike without requiring re-compilation of the SnakeStrike codebase. More specifically, this function is a wrapper for the functions that the user can provide regarding how to assign points across cameras and across timesteps. |