1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +08:00

Merge pull request #2007 from tedsteiner:features2d-without-highgui

This commit is contained in:
Alexander Alekhin
2019-02-21 16:05:40 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ ocv_add_module(sfm
opencv_calib3d
opencv_features2d
opencv_xfeatures2d
opencv_imgcodecs
WRAP python
)

View File

@@ -18,7 +18,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.
#include <opencv2/highgui.hpp>
#include <opencv2/imgcodecs.hpp>
#include "libmv/base/vector_utils.h"
#include "libmv/correspondence/feature.h"