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

pull/2013/head^2
Alexander Alekhin 6 years ago
commit 4ed97c511e
  1. 1
      modules/sfm/CMakeLists.txt
  2. 2
      modules/sfm/src/libmv_light/libmv/correspondence/nRobustViewMatching.cc

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

@ -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"

Loading…
Cancel
Save