mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Minor fixes
In request to the comments for the pull request.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user