greenlet

Results 2 issues of greenlet

https://github.com/openMVG/openMVG/blob/0cbb7ee342571b921194d13b9d574d58d2c1a43b/src/openMVG/tracks/tracks.hpp#L133-L136 It seems index `k` cannot be used in method `Find` here. Possible fix: ``` for (uint32_t k = 0; k < map_node_to_index.size(); ++k) { const auto & feat =...

enhancement
help_wanted