Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
dc06d47f
Commit
dc06d47f
authored
11 years ago
by
Roman Donchenko
Committed by
OpenCV Buildbot
11 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1241 from SpecLad:redundant-precomps
parents
57c1e8f3
4dc63273
Show whitespace changes
Inline
Side-by-side
Showing
96 changed files
with
66 additions
and
1005 deletions
+66
-1005
OpenCVModule.cmake
cmake/OpenCVModule.cmake
+15
-3
OpenCVPCHSupport.cmake
cmake/OpenCVPCHSupport.cmake
+3
-10
perf_precomp.cpp
modules/calib3d/perf/perf_precomp.cpp
+0
-1
precomp.cpp
modules/calib3d/src/precomp.cpp
+0
-44
test_precomp.cpp
modules/calib3d/test/test_precomp.cpp
+0
-1
precomp.cpp
modules/contrib/src/precomp.cpp
+0
-44
test_precomp.cpp
modules/contrib/test/test_precomp.cpp
+0
-1
perf_precomp.cpp
modules/core/perf/perf_precomp.cpp
+0
-1
precomp.cpp
modules/core/src/precomp.cpp
+0
-45
test_precomp.cpp
modules/core/test/test_precomp.cpp
+0
-1
perf_precomp.cpp
modules/features2d/perf/perf_precomp.cpp
+0
-1
precomp.cpp
modules/features2d/src/precomp.cpp
+0
-44
test_precomp.cpp
modules/features2d/test/test_precomp.cpp
+0
-1
precomp.cpp
modules/flann/src/precomp.cpp
+0
-1
test_precomp.cpp
modules/flann/test/test_precomp.cpp
+0
-1
perf_precomp.cpp
modules/gpu/perf/perf_precomp.cpp
+0
-43
test_precomp.cpp
modules/gpu/test/test_precomp.cpp
+0
-43
CMakeLists.txt
modules/highgui/CMakeLists.txt
+0
-1
perf_precomp.cpp
modules/highgui/perf/perf_precomp.cpp
+0
-1
precomp.cpp
modules/highgui/src/precomp.cpp
+0
-43
test_precomp.cpp
modules/highgui/test/test_precomp.cpp
+0
-1
perf_precomp.cpp
modules/imgproc/perf/perf_precomp.cpp
+0
-1
precomp.cpp
modules/imgproc/src/precomp.cpp
+0
-44
test_precomp.cpp
modules/imgproc/test/test_precomp.cpp
+0
-1
precomp.cpp
modules/legacy/src/precomp.cpp
+0
-42
test_precomp.cpp
modules/legacy/test/test_precomp.cpp
+0
-1
precomp.cpp
modules/ml/src/precomp.cpp
+0
-45
test_precomp.cpp
modules/ml/test/test_precomp.cpp
+0
-1
perf_precomp.cpp
modules/nonfree/perf/perf_precomp.cpp
+0
-1
precomp.cpp
modules/nonfree/src/precomp.cpp
+0
-45
test_precomp.cpp
modules/nonfree/test/test_precomp.cpp
+0
-1
perf_precomp.cpp
modules/objdetect/perf/perf_precomp.cpp
+0
-1
precomp.cpp
modules/objdetect/src/precomp.cpp
+0
-44
test_precomp.cpp
modules/objdetect/test/test_precomp.cpp
+0
-1
main.cpp
modules/ocl/perf/main.cpp
+1
-1
perf_arithm.cpp
modules/ocl/perf/perf_arithm.cpp
+1
-1
perf_blend.cpp
modules/ocl/perf/perf_blend.cpp
+1
-1
perf_brute_force_matcher.cpp
modules/ocl/perf/perf_brute_force_matcher.cpp
+1
-1
perf_calib3d.cpp
modules/ocl/perf/perf_calib3d.cpp
+1
-1
perf_canny.cpp
modules/ocl/perf/perf_canny.cpp
+1
-1
perf_color.cpp
modules/ocl/perf/perf_color.cpp
+1
-1
perf_fft.cpp
modules/ocl/perf/perf_fft.cpp
+1
-1
perf_filters.cpp
modules/ocl/perf/perf_filters.cpp
+1
-1
perf_gemm.cpp
modules/ocl/perf/perf_gemm.cpp
+1
-1
perf_gftt.cpp
modules/ocl/perf/perf_gftt.cpp
+1
-1
perf_haar.cpp
modules/ocl/perf/perf_haar.cpp
+1
-1
perf_hog.cpp
modules/ocl/perf/perf_hog.cpp
+1
-1
perf_imgproc.cpp
modules/ocl/perf/perf_imgproc.cpp
+1
-1
perf_match_template.cpp
modules/ocl/perf/perf_match_template.cpp
+1
-1
perf_matrix_operation.cpp
modules/ocl/perf/perf_matrix_operation.cpp
+1
-1
perf_moments.cpp
modules/ocl/perf/perf_moments.cpp
+1
-1
perf_norm.cpp
modules/ocl/perf/perf_norm.cpp
+1
-1
perf_opticalflow.cpp
modules/ocl/perf/perf_opticalflow.cpp
+1
-1
perf_precomp.cpp
modules/ocl/perf/perf_precomp.cpp
+1
-1
perf_precomp.hpp
modules/ocl/perf/perf_precomp.hpp
+5
-0
perf_pyramid.cpp
modules/ocl/perf/perf_pyramid.cpp
+1
-1
perf_split_merge.cpp
modules/ocl/perf/perf_split_merge.cpp
+1
-1
precomp.cpp
modules/ocl/src/precomp.cpp
+0
-47
main.cpp
modules/ocl/test/main.cpp
+1
-1
precomp.cpp
modules/ocl/test/precomp.cpp
+0
-44
test_arithm.cpp
modules/ocl/test/test_arithm.cpp
+1
-1
test_blend.cpp
modules/ocl/test/test_blend.cpp
+1
-1
test_brute_force_matcher.cpp
modules/ocl/test/test_brute_force_matcher.cpp
+1
-1
test_calib3d.cpp
modules/ocl/test/test_calib3d.cpp
+1
-1
test_canny.cpp
modules/ocl/test/test_canny.cpp
+1
-1
test_color.cpp
modules/ocl/test/test_color.cpp
+1
-1
test_fft.cpp
modules/ocl/test/test_fft.cpp
+1
-1
test_filters.cpp
modules/ocl/test/test_filters.cpp
+1
-1
test_gemm.cpp
modules/ocl/test/test_gemm.cpp
+1
-1
test_imgproc.cpp
modules/ocl/test/test_imgproc.cpp
+1
-1
test_kmeans.cpp
modules/ocl/test/test_kmeans.cpp
+1
-1
test_match_template.cpp
modules/ocl/test/test_match_template.cpp
+1
-1
test_matrix_operation.cpp
modules/ocl/test/test_matrix_operation.cpp
+1
-1
test_moments.cpp
modules/ocl/test/test_moments.cpp
+1
-1
test_objdetect.cpp
modules/ocl/test/test_objdetect.cpp
+1
-1
test_optflow.cpp
modules/ocl/test/test_optflow.cpp
+1
-1
test_precomp.hpp
modules/ocl/test/test_precomp.hpp
+0
-0
test_pyramids.cpp
modules/ocl/test/test_pyramids.cpp
+1
-1
test_sort.cpp
modules/ocl/test/test_sort.cpp
+1
-1
test_split_merge.cpp
modules/ocl/test/test_split_merge.cpp
+1
-1
utility.cpp
modules/ocl/test/utility.cpp
+1
-1
perf_precomp.cpp
modules/photo/perf/perf_precomp.cpp
+0
-1
precomp.cpp
modules/photo/src/precomp.cpp
+0
-44
test_precomp.cpp
modules/photo/test/test_precomp.cpp
+0
-1
perf_precomp.cpp
modules/stitching/perf/perf_precomp.cpp
+0
-1
precomp.cpp
modules/stitching/src/precomp.cpp
+0
-44
test_precomp.cpp
modules/stitching/test/test_precomp.cpp
+0
-2
perf_precomp.cpp
modules/superres/perf/perf_precomp.cpp
+0
-43
precomp.cpp
modules/superres/src/precomp.cpp
+0
-43
test_precomp.cpp
modules/superres/test/test_precomp.cpp
+0
-43
precomp.cpp
modules/ts/src/precomp.cpp
+0
-1
perf_precomp.cpp
modules/video/perf/perf_precomp.cpp
+0
-1
precomp.cpp
modules/video/src/precomp.cpp
+0
-44
test_precomp.cpp
modules/video/test/test_precomp.cpp
+0
-1
precomp.cpp
modules/videostab/src/precomp.cpp
+0
-43
precomp.cpp
modules/world/src/precomp.cpp
+0
-0
No files found.
cmake/OpenCVModule.cmake
View file @
dc06d47f
...
...
@@ -470,8 +470,16 @@ endmacro()
# ocv_create_module(<extra link dependencies>)
# ocv_create_module(SKIP_LINK)
macro
(
ocv_create_module
)
# The condition we ought to be testing here is whether ocv_add_precompiled_headers will
# be called at some point in the future. We can't look into the future, though,
# so this will have to do.
if
(
EXISTS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/src/precomp.hpp"
)
get_native_precompiled_header
(
${
the_module
}
precomp.hpp
)
endif
()
add_library
(
${
the_module
}
${
OPENCV_MODULE_TYPE
}
${
OPENCV_MODULE_
${
the_module
}
_HEADERS
}
${
OPENCV_MODULE_
${
the_module
}
_SOURCES
}
"
${
OPENCV_CONFIG_FILE_INCLUDE_DIR
}
/cvconfig.h"
"
${
OPENCV_CONFIG_FILE_INCLUDE_DIR
}
/opencv2/opencv_modules.hpp"
)
"
${
OPENCV_CONFIG_FILE_INCLUDE_DIR
}
/cvconfig.h"
"
${
OPENCV_CONFIG_FILE_INCLUDE_DIR
}
/opencv2/opencv_modules.hpp"
${${
the_module
}
_pch
}
)
if
(
NOT
"
${
ARGN
}
"
STREQUAL
"SKIP_LINK"
)
target_link_libraries
(
${
the_module
}
${
OPENCV_MODULE_
${
the_module
}
_DEPS
}
${
OPENCV_MODULE_
${
the_module
}
_DEPS_EXT
}
${
OPENCV_LINKER_LIBS
}
${
IPP_LIBS
}
${
ARGN
}
)
...
...
@@ -637,7 +645,9 @@ function(ocv_add_perf_tests)
set
(
OPENCV_PERF_
${
the_module
}
_SOURCES
${
perf_srcs
}
${
perf_hdrs
}
)
endif
()
add_executable
(
${
the_target
}
${
OPENCV_PERF_
${
the_module
}
_SOURCES
}
)
get_native_precompiled_header
(
${
the_target
}
test_precomp.hpp
)
add_executable
(
${
the_target
}
${
OPENCV_PERF_
${
the_module
}
_SOURCES
}
${${
the_target
}
_pch
}
)
target_link_libraries
(
${
the_target
}
${
OPENCV_MODULE_
${
the_module
}
_DEPS
}
${
perf_deps
}
${
OPENCV_LINKER_LIBS
}
)
add_dependencies
(
opencv_perf_tests
${
the_target
}
)
...
...
@@ -685,7 +695,9 @@ function(ocv_add_accuracy_tests)
set
(
OPENCV_TEST_
${
the_module
}
_SOURCES
${
test_srcs
}
${
test_hdrs
}
)
endif
()
add_executable
(
${
the_target
}
${
OPENCV_TEST_
${
the_module
}
_SOURCES
}
)
get_native_precompiled_header
(
${
the_target
}
test_precomp.hpp
)
add_executable
(
${
the_target
}
${
OPENCV_TEST_
${
the_module
}
_SOURCES
}
${${
the_target
}
_pch
}
)
target_link_libraries
(
${
the_target
}
${
OPENCV_MODULE_
${
the_module
}
_DEPS
}
${
test_deps
}
${
OPENCV_LINKER_LIBS
}
)
add_dependencies
(
opencv_tests
${
the_target
}
)
...
...
This diff is collapsed.
Click to expand it.
cmake/OpenCVPCHSupport.cmake
View file @
dc06d47f
...
...
@@ -272,12 +272,9 @@ ENDMACRO(ADD_PRECOMPILED_HEADER)
MACRO
(
GET_NATIVE_PRECOMPILED_HEADER _targetName _input
)
if
(
CMAKE_GENERATOR MATCHES
"^Visual.*$"
)
SET
(
_dummy_str
"#include
\"
${
_input
}
\"\n
"
"// This is required to suppress LNK4221. Very annoying.
\n
"
"void *g_
${
_targetName
}
Dummy = 0
\;\n
"
)
set
(
_dummy_str
"#include
\"
${
_input
}
\"\n
"
)
# Use of cxx extension for generated files (as Qt does)
SET
(
${
_targetName
}
_pch
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
_targetName
}
_pch.cxx
)
set
(
${
_targetName
}
_pch
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
_targetName
}
_pch.cpp
)
if
(
EXISTS
${${
_targetName
}
_pch
}
)
# Check if contents is the same, if not rewrite
# todo
...
...
@@ -337,11 +334,7 @@ ENDMACRO(ADD_NATIVE_PRECOMPILED_HEADER)
macro
(
ocv_add_precompiled_header_to_target the_target pch_header
)
if
(
PCHSupport_FOUND AND ENABLE_PRECOMPILED_HEADERS AND EXISTS
"
${
pch_header
}
"
)
if
(
CMAKE_GENERATOR MATCHES Visual
)
string
(
REGEX REPLACE
"hpp$"
"cpp"
${
the_target
}
_pch
"
${
pch_header
}
"
)
add_native_precompiled_header
(
${
the_target
}
${
pch_header
}
)
unset
(
${
the_target
}
_pch
)
elseif
(
CMAKE_GENERATOR MATCHES Xcode
)
if
(
CMAKE_GENERATOR MATCHES
"^Visual"
OR CMAKE_GENERATOR MATCHES Xcode
)
add_native_precompiled_header
(
${
the_target
}
${
pch_header
}
)
elseif
(
CMAKE_COMPILER_IS_GNUCXX AND CMAKE_GENERATOR MATCHES
"Makefiles|Ninja"
)
add_precompiled_header
(
${
the_target
}
${
pch_header
}
)
...
...
This diff is collapsed.
Click to expand it.
modules/calib3d/perf/perf_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "perf_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/calib3d/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// Intel License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000, Intel Corporation, all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of Intel Corporation may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
/* End of file. */
This diff is collapsed.
Click to expand it.
modules/calib3d/test/test_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "test_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/contrib/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// Intel License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000, Intel Corporation, all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of Intel Corporation may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
/* End of file. */
This diff is collapsed.
Click to expand it.
modules/contrib/test/test_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "test_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/core/perf/perf_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "perf_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/core/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
// Copyright (C) 2009, Willow Garage Inc., all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of the copyright holders may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
/* End of file. */
This diff is collapsed.
Click to expand it.
modules/core/test/test_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "test_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/features2d/perf/perf_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "perf_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/features2d/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// Intel License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000, Intel Corporation, all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of Intel Corporation may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
/* End of file. */
This diff is collapsed.
Click to expand it.
modules/features2d/test/test_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "test_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/flann/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/flann/test/test_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "test_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/gpu/perf/perf_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
// Copyright (C) 2009, Willow Garage Inc., all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of the copyright holders may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "perf_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/gpu/test/test_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
// Copyright (C) 2009, Willow Garage Inc., all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of the copyright holders may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "test_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/highgui/CMakeLists.txt
View file @
dc06d47f
...
...
@@ -58,7 +58,6 @@ set(highgui_srcs
src/cap_images.cpp
src/cap_ffmpeg.cpp
src/loadsave.cpp
src/precomp.cpp
src/utils.cpp
src/window.cpp
)
...
...
This diff is collapsed.
Click to expand it.
modules/highgui/perf/perf_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "perf_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/highgui/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// Intel License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000, Intel Corporation, all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of Intel Corporation may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/highgui/test/test_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "test_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/imgproc/perf/perf_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "perf_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/imgproc/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// Intel License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000, Intel Corporation, all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of Intel Corporation may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
/* End of file. */
This diff is collapsed.
Click to expand it.
modules/imgproc/test/test_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "test_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/legacy/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// Intel License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000, Intel Corporation, all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of Intel Corporation may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/legacy/test/test_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "test_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/ml/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
// Copyright (C) 2009, Willow Garage Inc., all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of the copyright holders may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
/* End of file. */
This diff is collapsed.
Click to expand it.
modules/ml/test/test_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "test_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/nonfree/perf/perf_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "perf_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/nonfree/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
// Copyright (C) 2009, Willow Garage Inc., all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of the copyright holders may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
/* End of file. */
This diff is collapsed.
Click to expand it.
modules/nonfree/test/test_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "test_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/objdetect/perf/perf_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "perf_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/objdetect/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// Intel License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000, Intel Corporation, all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of Intel Corporation may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
/* End of file. */
This diff is collapsed.
Click to expand it.
modules/objdetect/test/test_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "test_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/ocl/perf/main.cpp
View file @
dc06d47f
...
...
@@ -40,7 +40,7 @@
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
int
main
(
int
argc
,
const
char
*
argv
[])
{
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_arithm.cpp
View file @
dc06d47f
...
...
@@ -44,7 +44,7 @@
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// Lut ////////////////////////
PERFTEST
(
lut
)
{
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_blend.cpp
View file @
dc06d47f
...
...
@@ -44,7 +44,7 @@
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// blend ////////////////////////
template
<
typename
T
>
void
blendLinearGold
(
const
cv
::
Mat
&
img1
,
const
cv
::
Mat
&
img2
,
const
cv
::
Mat
&
weights1
,
const
cv
::
Mat
&
weights2
,
cv
::
Mat
&
result_gold
)
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_brute_force_matcher.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
//////////////////// BruteForceMatch /////////////////
PERFTEST
(
BruteForceMatcher
)
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_calib3d.cpp
View file @
dc06d47f
...
...
@@ -44,7 +44,7 @@
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// StereoMatchBM ////////////////////////
PERFTEST
(
StereoMatchBM
)
{
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_canny.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// Canny ////////////////////////
PERFTEST
(
Canny
)
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_color.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// cvtColor////////////////////////
PERFTEST
(
cvtColor
)
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_fft.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// dft ////////////////////////
PERFTEST
(
dft
)
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_filters.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// Blur////////////////////////
PERFTEST
(
Blur
)
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_gemm.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// gemm ////////////////////////
PERFTEST
(
gemm
)
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_gftt.cpp
View file @
dc06d47f
...
...
@@ -44,7 +44,7 @@
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// GoodFeaturesToTrack ////////////////////////
PERFTEST
(
GoodFeaturesToTrack
)
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_haar.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// Haar ////////////////////////
namespace
cv
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_hog.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// HOG////////////////////////
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_imgproc.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// equalizeHist ////////////////////////
PERFTEST
(
equalizeHist
)
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_match_template.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
/////////// matchTemplate ////////////////////////
//void InitMatchTemplate()
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_matrix_operation.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// ConvertTo////////////////////////
PERFTEST
(
ConvertTo
)
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_moments.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// Moments ////////////////////////
PERFTEST
(
Moments
)
{
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_norm.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// norm////////////////////////
PERFTEST
(
norm
)
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_opticalflow.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// PyrLKOpticalFlow ////////////////////////
PERFTEST
(
PyrLKOpticalFlow
)
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/precomp.cpp
→
modules/ocl/perf/p
erf_p
recomp.cpp
View file @
dc06d47f
...
...
@@ -40,7 +40,7 @@
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
#if GTEST_OS_WINDOWS
#ifndef NOMINMAX
#define NOMINMAX
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/precomp.hpp
→
modules/ocl/perf/p
erf_p
recomp.hpp
View file @
dc06d47f
...
...
@@ -40,6 +40,9 @@
//
//M*/
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#include <iomanip>
#include <stdexcept>
#include <string>
...
...
@@ -506,3 +509,5 @@ struct name##_test: Runnable { \
#define WARMUP_OFF \
ocl::finish();\
} TestSystem::instance().warmupComplete()
#endif
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_pyramid.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// pyrDown //////////////////////
PERFTEST
(
pyrDown
)
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/perf/perf_split_merge.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "p
erf_p
recomp.hpp"
///////////// Merge////////////////////////
PERFTEST
(
Merge
)
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2010-2012, Institute Of Software Chinese Academy Of Science, all rights reserved.
// Copyright (C) 2010-2012, Advanced Micro Devices, Inc., all rights reserved.
// Third party copyrights are property of their respective owners.
//
// @Authors
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other oclMaterials provided with the distribution.
//
// * The name of the copyright holders may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
//CriticalSection cs;
/* End of file. */
This diff is collapsed.
Click to expand it.
modules/ocl/test/main.cpp
View file @
dc06d47f
...
...
@@ -39,7 +39,7 @@
//
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#ifdef HAVE_OPENCL
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// Intel License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000, Intel Corporation, all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of Intel Corporation may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_arithm.cpp
View file @
dc06d47f
...
...
@@ -54,7 +54,7 @@
//#define PRINT_TIME
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#include <iomanip>
#ifdef HAVE_OPENCL
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_blend.cpp
View file @
dc06d47f
...
...
@@ -42,7 +42,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#include <iomanip>
using
namespace
cv
;
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_brute_force_matcher.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
//
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#ifdef HAVE_OPENCL
namespace
{
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_calib3d.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
//
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#include <iomanip>
#ifdef HAVE_OPENCL
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_canny.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
//
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#ifdef HAVE_OPENCL
////////////////////////////////////////////////////////
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_color.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
//
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#ifdef HAVE_OPENCL
//#define MAT_DEBUG
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_fft.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
//
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
using
namespace
std
;
#ifdef HAVE_CLAMDFFT
////////////////////////////////////////////////////////////////////////////
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_filters.cpp
View file @
dc06d47f
...
...
@@ -48,7 +48,7 @@
//
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#ifdef HAVE_OPENCL
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_gemm.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
using
namespace
std
;
#ifdef HAVE_CLAMDBLAS
////////////////////////////////////////////////////////////////////////////
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_imgproc.cpp
View file @
dc06d47f
...
...
@@ -51,7 +51,7 @@
//
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#ifdef HAVE_OPENCL
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_kmeans.cpp
View file @
dc06d47f
...
...
@@ -44,7 +44,7 @@
//
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#ifdef HAVE_OPENCL
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_match_template.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#ifdef HAVE_OPENCL
////////////////////////////////////////////////////////////////////////////////
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_matrix_operation.cpp
View file @
dc06d47f
...
...
@@ -44,7 +44,7 @@
//
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#ifdef HAVE_OPENCL
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_moments.cpp
View file @
dc06d47f
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#include <iomanip>
#include "opencv2/imgproc/imgproc_c.h"
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_objdetect.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
//
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#include "opencv2/core/core.hpp"
#include "opencv2/objdetect/objdetect.hpp"
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_optflow.cpp
View file @
dc06d47f
...
...
@@ -43,7 +43,7 @@
//
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#include <iomanip>
#ifdef HAVE_OPENCL
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/precomp.hpp
→
modules/ocl/test/
test_
precomp.hpp
View file @
dc06d47f
File moved
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_pyramids.cpp
View file @
dc06d47f
...
...
@@ -44,7 +44,7 @@
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#include <iomanip>
#ifdef HAVE_OPENCL
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_sort.cpp
View file @
dc06d47f
...
...
@@ -44,7 +44,7 @@
//M*/
#include <map>
#include <functional>
#include "precomp.hpp"
#include "
test_
precomp.hpp"
using
namespace
std
;
using
namespace
cvtest
;
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/test_split_merge.cpp
View file @
dc06d47f
...
...
@@ -44,7 +44,7 @@
//
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#ifdef HAVE_OPENCL
...
...
This diff is collapsed.
Click to expand it.
modules/ocl/test/utility.cpp
View file @
dc06d47f
...
...
@@ -39,7 +39,7 @@
//
//M*/
#include "precomp.hpp"
#include "
test_
precomp.hpp"
#define VARNAME(A) #A
using
namespace
std
;
using
namespace
cv
;
...
...
This diff is collapsed.
Click to expand it.
modules/photo/perf/perf_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "perf_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/photo/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// Intel License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000, Intel Corporation, all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of Intel Corporation may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
/* End of file. */
This diff is collapsed.
Click to expand it.
modules/photo/test/test_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "test_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/stitching/perf/perf_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "perf_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/stitching/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
// Copyright (C) 2009, Willow Garage Inc., all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of the copyright holders may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
modules/stitching/test/test_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "test_precomp.hpp"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
modules/superres/perf/perf_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
// Copyright (C) 2009, Willow Garage Inc., all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of the copyright holders may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "perf_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/superres/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
// Copyright (C) 2009, Willow Garage Inc., all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of the copyright holders may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/superres/test/test_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
// Copyright (C) 2009, Willow Garage Inc., all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of the copyright holders may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "test_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/ts/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/video/perf/perf_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "perf_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/video/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// Intel License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000, Intel Corporation, all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of Intel Corporation may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
/* End of file. */
This diff is collapsed.
Click to expand it.
modules/video/test/test_precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
#include "test_precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/videostab/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
// Copyright (C) 2009-2011, Willow Garage Inc., all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of the copyright holders may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
This diff is collapsed.
Click to expand it.
modules/world/src/precomp.cpp
deleted
100644 → 0
View file @
57c1e8f3
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment