// This file is part of OpenCV project.// It is subject to the license terms in the LICENSE file found in the top-level directory// of this distribution and at http://opencv.org/license.html#ifndef OPENCV_IMGPROC_DETAIL_LEGACY_HPP#define OPENCV_IMGPROC_DETAIL_LEGACY_HPP#include "opencv2/imgproc.hpp"namespacecv{#ifdef __OPENCV_BUILDCV_EXPORTSvoidfindContours_legacy(InputArray_image,OutputArrayOfArrays_contours,OutputArray_hierarchy,intmode,intmethod,Pointoffset=Point());CV_EXPORTSvoidfindContours_legacy(InputArrayimage,OutputArrayOfArrayscontours,intmode,intmethod,Pointoffset=Point());CV_EXPORTSfloatEMD_legacy(InputArray_signature1,InputArray_signature2,intdistType,InputArray_cost,float*lowerBound,OutputArray_flow);CV_EXPORTSfloatwrapperEMD_legacy(InputArray_signature1,InputArray_signature2,intdistType,InputArray_cost,Ptr<float>lowerBound,OutputArray_flow);#endif}// namespace cv#endif // OPENCV_IMGPROC_DETAIL_LEGACY_HPP