Minor fixes

In request to the comments for the pull request.
This commit is contained in:
Alex Leontiev
2013-07-19 03:09:39 +03:00
parent 6db2596ca9
commit 459c16ca99
4 changed files with 24 additions and 21 deletions

View File

@@ -43,11 +43,12 @@
#ifndef __OPENCV_OPTIM_HPP__
#define __OPENCV_OPTIM_HPP__
//uncomment the next line to print the debug info
//#define ALEX_DEBUG
#include "opencv2/core.hpp"
#include <iostream>
namespace cv{namespace optim
{
using namespace std;
//!the return codes for solveLP() function
enum
{