Merge pull request #1752 from alalek:c_api_eliminate_constructors

pull/1755/head^2
Alexander Alekhin 7 years ago
commit 8849e0780c
  1. 2
      modules/rgbd/samples/linemod.cpp

@ -1,3 +1,5 @@
#define CV__ENABLE_C_API_CTORS // enable C API ctors (must be removed)
#include <opencv2/core.hpp>
#include <opencv2/core/utility.hpp>
#include <opencv2/imgproc/imgproc_c.h> // cvFindContours

Loading…
Cancel
Save