changed all WITH_NONFREE to RTABMAP_NONFREE == 1

This commit is contained in:
Mathieu Labbe
2014-11-28 15:45:00 -05:00
parent a1301eeaab
commit e62b1e2769
4 changed files with 11 additions and 15 deletions

View File

@@ -41,9 +41,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <pcl/ModelCoefficients.h>
#include <pcl/segmentation/sac_segmentation.h>
#ifdef WITH_NONFREE
#include <opencv2/nonfree/features2d.hpp>
#endif
#include <opencv2/calib3d/calib3d.hpp>
#include <opencv2/video/tracking.hpp>
#include <rtabmap/core/VWDictionary.h>