cudawarped
be670e168a
Merge pull request #22615 from cudawarped:nvcuvenc
...
Update CMake rules to include Nvidia Video Codec SDK encoding libs
2 years ago
Alexander Alekhin
a45928045a
Merge pull request #16150 from alalek:cmake_avoid_deprecated_link_private
...
* cmake: avoid deprecated LINK_PRIVATE/LINK_PUBLIC
see CMP0023 (CMake 2.8.12+)
* cmake: fix 3rdparty list
- don't include OpenCV modules
5 years ago
Vishal Chiluka
0e9a865bbf
Moved NVIDIA_Optical_Flow sample app to opencv_contrib
...
Description:
Moved NVIDIA_Optical_flow sample app and comparison app to
opencv_contrib branch. Added CUDA_CUDA_LIBRARY in CMakeLists.txt for
resolving linker errors.
5 years ago
Alexander Alekhin
18151e79bb
cmake(samples): use LINK_PRIVATE in target_link_libraries
6 years ago
Alexander Alekhin
fc21b15d6e
samples(gpu): cleanup samples for legacy API
6 years ago
Sam Radhakrishnan
699db77293
Fixes #12692 : Update samples/gpu/videoreader.cpp
...
Change iteration to iterate separately when the video is decode on a GPU to account for different number of frames
6 years ago
Maksim Shabunin
a0211a1c2f
Moved OpenGL sample to opengl folder
6 years ago
Alexander Alekhin
afb81ba6e6
samples: eliminate cvconfig.h usage
...
- don't use TBB in samples
6 years ago
Alexander Alekhin
0093eb4768
cuda: drop samples for low-level CUDA API
...
Also these samples require TBB, so they are not tested during default OpenCV builds
7 years ago
Alexander Alekhin
dd243067e5
cuda: drop performance sample
...
Regular OpenCV perf tests should be used instead
7 years ago
Alexander Alekhin
7818071ba2
cuda: eliminate part of build warnings
7 years ago
Alexander Alekhin
08941b7890
cmake: avoid amending of CMAKE_COMPILER_IS_[GNUCXX|CLANGCXX|CCACHE] vars
...
- Recommended compiler checks:
- GCC: CV_GCC
- Clang: CV_CLANG
- fixed problem with CMAKE_CXX_COMPILER_ID=Clang/AppleClang mess on MacOSX
Details: cmake --help-policy CMP0025
- do not declare Clang as GCC compiler
7 years ago
whizzzkid
5c66ce7f29
cuda: fixes gpu samples build (issue 10953)
7 years ago
Maksim Shabunin
2200e13c71
cmake: refactored scripts with samples building:
...
- allow installing samples sources on all platforms
even if BUILD_EXAMPLES is disabled, fixed minor
issues in sources installation process
- use 'example_<group>_<name>' scheme for target and binary file naming
- use single function for sample executable creation
7 years ago
luz.paz
dbb57cd0ae
Misc. ./samples typos
...
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
7 years ago
Alexander Alekhin
4a297a2443
ts: refactor OpenCV tests
...
- removed tr1 usage (dropped in C++17)
- moved includes of vector/map/iostream/limits into ts.hpp
- require opencv_test + anonymous namespace (added compile check)
- fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
- added missing license headers
7 years ago
berak
ddbd074678
samples: check for valid input in gpu/super_resolution.cpp
7 years ago
Sergey Alexandrov
0f8faa3441
Minor update for example-gpu-super_resolution
...
* Remove "simple" flow estimation from help (because it was disabled by 653bca8b
)
* Add `flush` after printing iteration number for better UX
7 years ago
Martin Ganeff
3ea889050b
Removed _gpu-suffix from usage messages to align with executable name
7 years ago
Alexander Alekhin
602f047fe8
build: replace WIN32 => _WIN32
7 years ago
Zhiwei Su
8bf3f6bfcb
Fixed gray window for gpu stereo BP and CSBP
...
compute() for BP and CSBP output 32-bit floating-point mat, and in cv::imshow() 32-bit floating-point is recognized as [0,1] and maped to [0,255], that causes gray window for BP and CSBP.
8 years ago
Louie Helm
39874d7254
Fix Farneback GPU Sample in GCC6
8 years ago
atinfinity
ca5e0f53b8
refactoring
8 years ago
atinfinity
bbe0f2cef5
refactoring
8 years ago
atinfinity
c2a880d7c9
fixed indent
8 years ago
atinfinity
9552206a4c
added option to specify flow type
8 years ago
atinfinity
18dbed0e0d
added dense flow sample
8 years ago
Alexander Alekhin
4b7c0b9c76
cuda: fix samples
8 years ago
jacobdang
dd482c6a29
bug fix for #7846
8 years ago
StevenPuttemans
6d34d6b47e
update samples: waitKey() usage
...
Original commit is a5f19f7dd6
8 years ago
mshabunin
695c518384
Updated TBB search script and code checks
8 years ago
StevenPuttemans
5728f796f6
updating python tutorials + providing necessary data
8 years ago
Vladislav Vinogradov
9f3b1f7e50
use HAVE_OPENGL instead of WITH_OPENGL for GPU opengl sample
...
in this case the sample will not be built if OpenGL is not found
8 years ago
Vladislav Vinogradov
033c01afe2
fix video_reader GPU sample compilation after latest changes in master
8 years ago
Suleyman TURKMEN
11ca1c95f8
update cpp samples and tutorials
9 years ago
Suleyman TURKMEN
d2bad6febb
cv::TickMeter class addition
9 years ago
Alexander Alekhin
cdb9c60dcb
gpu samples: fix REMOVE_ITEM error
9 years ago
Maksim Shabunin
eebd4cad66
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
9 years ago
Ishant Mrinal Haloi
47b2511f07
Update driver_api_stereo_multi.cpp
9 years ago
Ishant Mrinal Haloi
52b4fe63c1
Update cascadeclassifier_nvidia_api.cpp
9 years ago
Ishant Mrinal Haloi
46be45b4f7
Update driver_api_multi.cpp
9 years ago
Ishant Mrinal Haloi
64eb69cb15
Update multi.cpp
9 years ago
Alexander Smorkalov
42447a7610
Set of lintain warning fixes for -samples debian package.
...
(cherry picked from commit ff00220302
)
9 years ago
Rodrigo Benenson
d8e470fc30
CommandLineParser missing gpu option
...
As is it was not possible to use CUDA.
9 years ago
Alexander Smorkalov
ff00220302
Set of lintain warning fixes for -samples debian package.
9 years ago
theodore
9449af8ada
1e-3 -> 1e3
9 years ago
theodore
6d68f72473
bug fix fro the TickMeter class
9 years ago
ManuelFreudenreich
89889ae8ea
changed hog to work with variable parameters and changed the hog sample to test it with more options
...
added comments and tests
9 years ago
Yang Fan
eaa9b78121
ENH: explicitly declared outputFilename to surpress error C2668
...
Conflicts:
samples/gpu/video_writer.cpp
10 years ago
Yang Fan
3b177eaaa3
ENH: explicitly declared outputFilename to surpress error C2668
10 years ago