opencv on mbed

Dependencies:   mbed

Committer:
joeverbout
Date:
Thu Mar 31 21:16:38 2016 +0000
Revision:
0:ea44dc9ed014
OpenCV on mbed attempt

Who changed what in which revision?

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