test_main.cpp 482 Bytes
Newer Older
1 2
// This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
3 4 5 6 7 8
// of this distribution and at http://opencv.org/license.html

// This code is also subject to the license terms in the LICENSE_KinectFusion.md file found in this module's directory

// This code is also subject to the license terms in the LICENSE_WillowGarage.md file found in this module's directory

Vincent Rabaud's avatar
Vincent Rabaud committed
9 10
#include "test_precomp.hpp"

11
CV_TEST_MAIN("cv")