Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
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_contrib
Commits
eae4d787
Commit
eae4d787
authored
Dec 16, 2016
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc: minor fix in license header
parent
88742e0e
Hide whitespace changes
Inline
Side-by-side
Showing
49 changed files
with
49 additions
and
49 deletions
+49
-49
perf_deepflow.cpp
modules/optflow/perf/perf_deepflow.cpp
+1
-1
perf_disflow.cpp
modules/optflow/perf/perf_disflow.cpp
+1
-1
perf_variational_refinement.cpp
modules/optflow/perf/perf_variational_refinement.cpp
+1
-1
ximgproc.hpp
modules/ximgproc/include/opencv2/ximgproc.hpp
+1
-1
disparity_filter.hpp
...es/ximgproc/include/opencv2/ximgproc/disparity_filter.hpp
+1
-1
edge_filter.hpp
modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp
+1
-1
paillou_filter.hpp
modules/ximgproc/include/opencv2/ximgproc/paillou_filter.hpp
+1
-1
sparse_match_interpolator.hpp
...oc/include/opencv2/ximgproc/sparse_match_interpolator.hpp
+1
-1
perf_adaptive_manifold.cpp
modules/ximgproc/perf/perf_adaptive_manifold.cpp
+1
-1
perf_bilateral_texture_filter.cpp
modules/ximgproc/perf/perf_bilateral_texture_filter.cpp
+1
-1
perf_disparity_wls_filter.cpp
modules/ximgproc/perf/perf_disparity_wls_filter.cpp
+1
-1
perf_domain_transform.cpp
modules/ximgproc/perf/perf_domain_transform.cpp
+1
-1
perf_fgs_filter.cpp
modules/ximgproc/perf/perf_fgs_filter.cpp
+1
-1
perf_guided_filter.cpp
modules/ximgproc/perf/perf_guided_filter.cpp
+1
-1
perf_l0_smooth.cpp
modules/ximgproc/perf/perf_l0_smooth.cpp
+1
-1
perf_rolling_guidance_filter.cpp
modules/ximgproc/perf/perf_rolling_guidance_filter.cpp
+1
-1
perf_weighted_median_filter.cpp
modules/ximgproc/perf/perf_weighted_median_filter.cpp
+1
-1
pref_joint_bilateral_filter.cpp
modules/ximgproc/perf/pref_joint_bilateral_filter.cpp
+1
-1
live_demo.cpp
modules/ximgproc/samples/live_demo.cpp
+1
-1
paillou_demo.cpp
modules/ximgproc/samples/paillou_demo.cpp
+1
-1
adaptive_manifold_filter_n.cpp
modules/ximgproc/src/adaptive_manifold_filter_n.cpp
+1
-1
disparity_filters.cpp
modules/ximgproc/src/disparity_filters.cpp
+1
-1
domain_transform.cpp
modules/ximgproc/src/domain_transform.cpp
+1
-1
dtfilter_cpu.cpp
modules/ximgproc/src/dtfilter_cpu.cpp
+1
-1
dtfilter_cpu.hpp
modules/ximgproc/src/dtfilter_cpu.hpp
+1
-1
dtfilter_cpu.inl.hpp
modules/ximgproc/src/dtfilter_cpu.inl.hpp
+1
-1
edgeaware_filters_common.cpp
modules/ximgproc/src/edgeaware_filters_common.cpp
+1
-1
edgeaware_filters_common.hpp
modules/ximgproc/src/edgeaware_filters_common.hpp
+1
-1
fgs_filter.cpp
modules/ximgproc/src/fgs_filter.cpp
+1
-1
guided_filter.cpp
modules/ximgproc/src/guided_filter.cpp
+1
-1
joint_bilateral_filter.cpp
modules/ximgproc/src/joint_bilateral_filter.cpp
+1
-1
l0_smooth.cpp
modules/ximgproc/src/l0_smooth.cpp
+1
-1
precomp.hpp
modules/ximgproc/src/precomp.hpp
+1
-1
rolling_guidance_filter.cpp
modules/ximgproc/src/rolling_guidance_filter.cpp
+1
-1
sparse_match_interpolators.cpp
modules/ximgproc/src/sparse_match_interpolators.cpp
+1
-1
weighted_median_filter.cpp
modules/ximgproc/src/weighted_median_filter.cpp
+1
-1
test_adaptive_manifold.cpp
modules/ximgproc/test/test_adaptive_manifold.cpp
+1
-1
test_adaptive_manifold_ref_impl.cpp
modules/ximgproc/test/test_adaptive_manifold_ref_impl.cpp
+1
-1
test_bilateral_texture_filter.cpp
modules/ximgproc/test/test_bilateral_texture_filter.cpp
+1
-1
test_disparity_wls_filter.cpp
modules/ximgproc/test/test_disparity_wls_filter.cpp
+1
-1
test_domain_transform.cpp
modules/ximgproc/test/test_domain_transform.cpp
+1
-1
test_fgs_filter.cpp
modules/ximgproc/test/test_fgs_filter.cpp
+1
-1
test_guided_filter.cpp
modules/ximgproc/test/test_guided_filter.cpp
+1
-1
test_joint_bilateral_filter.cpp
modules/ximgproc/test/test_joint_bilateral_filter.cpp
+1
-1
test_l0_smooth.cpp
modules/ximgproc/test/test_l0_smooth.cpp
+1
-1
test_rolling_guidance_filter.cpp
modules/ximgproc/test/test_rolling_guidance_filter.cpp
+1
-1
test_sparse_match_interpolator.cpp
modules/ximgproc/test/test_sparse_match_interpolator.cpp
+1
-1
test_weighted_median_filter.cpp
modules/ximgproc/test/test_weighted_median_filter.cpp
+1
-1
perf_learning_based_color_balance.cpp
modules/xphoto/perf/perf_learning_based_color_balance.cpp
+1
-1
No files found.
modules/optflow/perf/perf_deepflow.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/optflow/perf/perf_disflow.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/optflow/perf/perf_variational_refinement.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/include/opencv2/ximgproc.hpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/include/opencv2/ximgproc/disparity_filter.hpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/include/opencv2/ximgproc/paillou_filter.hpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/include/opencv2/ximgproc/sparse_match_interpolator.hpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/perf/perf_adaptive_manifold.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/perf/perf_bilateral_texture_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/perf/perf_disparity_wls_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/perf/perf_domain_transform.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/perf/perf_fgs_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/perf/perf_guided_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/perf/perf_l0_smooth.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/perf/perf_rolling_guidance_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/perf/perf_weighted_median_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/perf/pref_joint_bilateral_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/samples/live_demo.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/samples/paillou_demo.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/src/adaptive_manifold_filter_n.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/src/disparity_filters.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/src/domain_transform.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/src/dtfilter_cpu.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/src/dtfilter_cpu.hpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/src/dtfilter_cpu.inl.hpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/src/edgeaware_filters_common.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/src/edgeaware_filters_common.hpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/src/fgs_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/src/guided_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/src/joint_bilateral_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/src/l0_smooth.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/src/precomp.hpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/src/rolling_guidance_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/src/sparse_match_interpolators.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/src/weighted_median_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/test/test_adaptive_manifold.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/test/test_adaptive_manifold_ref_impl.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/test/test_bilateral_texture_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/test/test_disparity_wls_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/test/test_domain_transform.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/test/test_fgs_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/test/test_guided_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/test/test_joint_bilateral_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/test/test_l0_smooth.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/test/test_rolling_guidance_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/test/test_sparse_match_interpolator.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/ximgproc/test/test_weighted_median_filter.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
modules/xphoto/perf/perf_learning_based_color_balance.cpp
View file @
eae4d787
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* Redistribution and use in source and binary forms, with or without modification,
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met :
* are permitted provided that the following conditions are met :
*
*
* *Redistributions of source code must retain the above copyright notice,
* *
Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* this list of conditions and the following disclaimer.
*
*
* * Redistributions in binary form must reproduce the above copyright notice,
* * Redistributions in binary form must reproduce the above copyright notice,
...
...
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