1 /////////////////////////////////////////////////////////////////////////////// 2 // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. 3 // 4 // By downloading, copying, installing or using the software you agree to 5 // this license. If you do not agree to this license, do not download, 6 // install, copy or use the software. 7 // 8 // License Agreement 9 // For Open Source Computer Vision Library 10 // 11 // Copyright (C) 2008, Google, all rights reserved. 12 // Third party copyrights are property of their respective owners. 13 // 14 // Redistribution and use in source and binary forms, with or without 15 // modification, are permitted provided that the following conditions are met: 16 // 17 // * Redistribution's of source code must retain the above copyright notice, 18 // this list of conditions and the following disclaimer. 19 // 20 // * Redistribution's in binary form must reproduce the above copyright notice, 21 // this list of conditions and the following disclaimer in the documentation 22 // and/or other materials provided with the distribution. 23 // 24 // * The name of Intel Corporation or contributors may not be used to endorse 25 // or promote products derived from this software without specific 26 // prior written permission. 27 // 28 // This software is provided by the copyright holders and contributors "as is" 29 // and any express or implied warranties, including, but not limited to, the 30 // implied warranties of merchantability and fitness for a particular purpose 31 // are disclaimed. In no event shall the Intel Corporation or contributors be 32 // liable for any direct, indirect, incidental, special, exemplary, or 33 // consequential damages 34 // (including, but not limited to, procurement of substitute goods or services; 35 // loss of use, data, or profits; or business interruption) however caused 36 // and on any theory of liability, whether in contract, strict liability, 37 // or tort (including negligence or otherwise) arising in any way out of 38 // the use of this software, even if advised of the possibility of such damage. 39 40 41 #ifndef __OPENCV_OLD_WIMAGE_HPP__ 42 #define __OPENCV_OLD_WIMAGE_HPP__ 43 44 #include "opencv2/core/wimage.hpp" 45 46 #endif 47