00001 /*M/////////////////////////////////////////////////////////////////////////////////////// 00002 // 00003 // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. 00004 // 00005 // By downloading, copying, installing or using the software you agree to this license. 00006 // If you do not agree to this license, do not download, install, 00007 // copy or use the software. 00008 // 00009 // 00010 // Intel License Agreement 00011 // 00012 // Copyright (C) 2000, Intel Corporation, all rights reserved. 00013 // Third party copyrights are property of their respective owners. 00014 // 00015 // Redistribution and use in source and binary forms, with or without modification, 00016 // are permitted provided that the following conditions are met: 00017 // 00018 // * Redistribution's of source code must retain the above copyright notice, 00019 // this list of conditions and the following disclaimer. 00020 // 00021 // * Redistribution's in binary form must reproduce the above copyright notice, 00022 // this list of conditions and the following disclaimer in the documentation 00023 // and/or other materials provided with the distribution. 00024 // 00025 // * The name of Intel Corporation may not be used to endorse or promote products 00026 // derived from this software without specific prior written permission. 00027 // 00028 // This software is provided by the copyright holders and contributors "as is" and 00029 // any express or implied warranties, including, but not limited to, the implied 00030 // warranties of merchantability and fitness for a particular purpose are disclaimed. 00031 // In no event shall the Intel Corporation or contributors be liable for any direct, 00032 // indirect, incidental, special, exemplary, or consequential damages 00033 // (including, but not limited to, procurement of substitute goods or services; 00034 // loss of use, data, or profits; or business interruption) however caused 00035 // and on any theory of liability, whether in contract, strict liability, 00036 // or tort (including negligence or otherwise) arising in any way out of 00037 // the use of this software, even if advised of the possibility of such damage. 00038 // 00039 //M*/ 00040 00041 #ifndef __OPENCV_OLD_ML_H__ 00042 #define __OPENCV_OLD_ML_H__ 00043 00044 #include "opencv2/core/core_c.h" 00045 #include "opencv2/core/core.hpp" 00046 #include "opencv2/ml/ml.hpp" 00047 00048 #endif