EstervQrCode 1.1.1
Library for qr code manipulation
legacy.hpp
1 // This file is part of OpenCV project.
2 // It is subject to the license terms in the LICENSE file found in the top-level directory
3 // of this distribution and at http://opencv.org/license.html
4 
5 #ifndef OPENCV_IMGPROC_DETAIL_LEGACY_HPP
6 #define OPENCV_IMGPROC_DETAIL_LEGACY_HPP
7 
8 #include "opencv2/imgproc.hpp"
9 
10 namespace cv {
11 
12 #ifdef __OPENCV_BUILD
13 
14 CV_EXPORTS void findContours_legacy(InputArray _image,
15  OutputArrayOfArrays _contours,
16  OutputArray _hierarchy,
17  int mode,
18  int method,
19  Point offset = Point());
20 CV_EXPORTS void findContours_legacy(InputArray image,
22  int mode,
23  int method,
24  Point offset = Point());
25 
26 CV_EXPORTS float EMD_legacy( InputArray _signature1, InputArray _signature2,
27  int distType, InputArray _cost,
28  float* lowerBound, OutputArray _flow );
29 
30 CV_EXPORTS float wrapperEMD_legacy(InputArray _signature1, InputArray _signature2,
31  int distType, InputArray _cost,
32  Ptr<float> lowerBound, OutputArray _flow);
33 
34 #endif
35 
36 } // namespace cv
37 
38 #endif // OPENCV_IMGPROC_DETAIL_LEGACY_HPP
Point2i Point
Definition: types.hpp:209
OutputArray OutputArrayOfArrays
Definition: mat.hpp:445
const _OutputArray & OutputArray
Definition: mat.hpp:444
CV__DEBUG_NS_END typedef const _InputArray & InputArray
Definition: mat.hpp:442
#define CV_EXPORTS
Definition: cvdef.h:435
const CvArr CvArr int method
Definition: imgproc_c.h:384
CvPoint const int int contours
Definition: imgproc_c.h:1033
CvArr CvPoint offset
Definition: imgproc_c.h:88
InputArray int InputArray CV_IN_OUT Ptr< float > lowerBound
Definition: imgproc.hpp:3388
InputArray int distType
Definition: imgproc.hpp:3387
"black box" representation of the file storage associated with a file on disk.
Definition: calib3d.hpp:441