1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #795 from taka-no-me:move_imgproc_utils_to_core

This commit is contained in:
Andrey Kamaev
2013-04-11 11:35:15 +04:00
committed by OpenCV Buildbot
85 changed files with 639 additions and 727 deletions
+1
View File
@@ -41,6 +41,7 @@
//M*/
#include "precomp.hpp"
#include "opencv2/imgproc/imgproc_c.h"
// to be moved to legacy
+2 -1
View File
@@ -49,6 +49,7 @@
*/
#include "precomp.hpp"
#include <limits>
namespace cv
{
@@ -72,7 +73,7 @@ public:
minVal_ = maxVal_ = 0;
name_ = "BackgroundSubtractor.GMG";
}
~BackgroundSubtractorGMGImpl()
{
}
+1 -2
View File
@@ -44,9 +44,8 @@
#define __OPENCV_PRECOMP_H__
#include "opencv2/video.hpp"
#include "opencv2/imgproc/imgproc_c.h"
#include "opencv2/core/utility.hpp"
#include "opencv2/core/utility.hpp"
#include "opencv2/core/private.hpp"
#include <list>
+1
View File
@@ -73,6 +73,7 @@
*/
#include "precomp.hpp"
#include <limits>
using namespace cv;