Ying Xiong
82668e06d4
Silence cmake 3.0+ warnings about MACOSX_RPATH
10 years ago
ttagu99
a81374c1d7
findcontour_example check image empty
10 years ago
侯骥
66fc6126d2
Update MatchTemplate_Demo.cpp
10 years ago
Jay Bosamiya
8b58b59df4
Fix typo
10 years ago
RafaRuiz
f0595b8254
Update lkdemo.cpp because of memory leak
...
In MacOSx x64 it was getting a memory leak even without initializing points:
http://code.opencv.org/issues/4250
10 years ago
Pastafarianist
1e01441767
Fixed typo
10 years ago
Dikay900
c797746b6e
use constant instead of value backported from #785
10 years ago
Dikay900
1bf4427a5c
filename correction from #3217
10 years ago
Kevin Hughes
ac3ec0d96d
squashed #823
...
removed separate example for reading image sequences and modified starter_video.cpp to better explain the functionality of VideoCapture. I also added a bit more explanation in the documentation of the VideoCapture interface
Conflicts:
modules/highgui/doc/reading_and_writing_images_and_video.rst
samples/cpp/starter_video.cpp
starter_video.cpp changed CV WINDOW KEEPRATIO to just WINDOW KEEPTATIO to fix build error
starter_video.cpp hid local functions
10 years ago
Maximilien Cuony
5c6c537044
Fix typo in error for extrinsic parameters
10 years ago
Dikay900
f8c82fc214
update openni sample comments referring #81
10 years ago
Andrey Pavlenko
40b762bceb
adding test for `polylines()` call with empty Point-s vector and fix for crash in this case
10 years ago
Ilya Lavrenov
89e3c508d8
fixed tests for aarch64
10 years ago
Vladislav Vinogradov
cbdddb473c
disable several heavy performance tests
10 years ago
Vladislav Vinogradov
b4c2891ef3
disable Video_PyrLKOpticalFlowDense performance test
...
sanity fails on Maxwell and CUDA 7.0 due to unknow reason
10 years ago
Vladislav Vinogradov
1325213303
use border extrapolation for central pixel in pyrDown
...
in case if image has odd dimension
10 years ago
Vladislav Vinogradov
fb15bdfb21
fix racecheck warning in scanRows kernel
10 years ago
Vladislav Vinogradov
9d2d173485
increase epsilon for solvePnPRansac function
10 years ago
Vadim Pisarevsky
26e3bcb9de
Merge pull request #3956 from ilya-lavrenov:cuda_aarch64
10 years ago
Vadim Pisarevsky
960dee8ab8
Merge pull request #3953 from ilya-lavrenov:cuda_unused
10 years ago
Ilya Lavrenov
847976de4e
fixed find cuda for aarch64
10 years ago
Ilya Lavrenov
ceec0eb33a
rmeoved unused functions
10 years ago
Vadim Pisarevsky
4840c4ae6f
Merge pull request #3949 from ilya-lavrenov:clobbered_warning
10 years ago
Ilya Lavrenov
02e29fc99c
suppress -Wclobbered warning
10 years ago
lujia
7ce116695d
bugfix_for_hog_detectMultiScale_with_weights
10 years ago
Vadim Pisarevsky
c879b1ab09
Merge pull request #3940 from sergarrido:fix-gen_pattern.py-2.4
10 years ago
Vladislav Vinogradov
a984da911b
increase epsilons for some sanity tests
...
(cherry picked from commit 6a6619ec1e
)
10 years ago
Vladislav Vinogradov
df55be3c3d
fix BruteForceMatcher resource distribution
...
added launch bounds attributes for all CUDA kernels
(cherry picked from commit d22516872c
)
10 years ago
Vladislav Vinogradov
55339de684
make NVIDIA tests verbose by default
...
(cherry picked from commit 17608f7ade
)
10 years ago
Vladislav Vinogradov
f08dd510fa
fixed a bug in scanRows CUDA kernel (part of nppStIntegral)
...
uninitialized value
(cherry picked from commit 81ebe28c24
)
10 years ago
Alexander Smorkalov
de8d8720a2
Merge pull request #3924 from jet47:gpu-fixes
10 years ago
Vladislav Vinogradov
d308ed3712
fix GPU WARP border mode in CUDA 7.0 and Maxwell architecture
...
(cherry picked from commit 27302c367c
)
10 years ago
Vladislav Vinogradov
6d0f8aa893
fix tests for gpu HOG
...
initialize HOG after CUDA device switch
(cherry picked from commit c849492dfa
)
10 years ago
Vladimir Kolesnikov
bea98bd22a
Not block PDB file in multithreaded build on Windows.
...
If used cl compiler, but generator is not Visual Studio e.g. Ninja,
enable FS option to prevent blocking PDB file in multithreaded build.
(cherry picked from commit 58c9135626
)
10 years ago
Vladislav Vinogradov
4539607ab1
fix gpu HOG implementation:
...
move hog::set_up_constants from constructor to compute method
if user changed CUDA device between constructor and computation,
some variables were uninitialized
(cherry picked from commit 21bbed7baf
)
10 years ago
Vladislav Vinogradov
b320138dba
fix GpuMat::setTo implementation
...
previous implementation was not thread/stream safe, since it used constant
memory
new implementation doesn't use any global objects, so it is thread/stream safe
(cherry picked from commit 4f5d30a865
)
10 years ago
Vladislav Vinogradov
95ea12588e
set epsilon for gpu OpticalFlowBM to 1e-6, since it uses floating point arithmetic
...
(cherry picked from commit c147ab1e85
)
10 years ago
Roman Donchenko
bcd08b5d18
Mark the libs component required
...
Everything else depends on it, after all.
(cherry picked from commit cf54e3b97e
)
10 years ago
Roman Donchenko
19298ae3cb
Add component display names
...
(cherry picked from commit 6d52ea8984
)
10 years ago
Roman Donchenko
5e06da3050
Update the CPack variables to match the changes in asmorkalov/CMake#1
...
Which also happens to align the non-Debian specific variables
with the ones used by upstream CMake.
(cherry picked from commit b8c60234c3
)
Conflicts:
cmake/OpenCVPackaging.cmake
10 years ago
Roman Donchenko
17ac18a7b9
Remove useless CPACK_*_COMPONENT_INSTALL variables
...
They don't actually do anything. And even if they did, all components are
enabled by default, anyway.
(cherry picked from commit 49fe496914
)
10 years ago
Roman Donchenko
c259590b26
Fix a memory leak in CvCapture_FFMPEG::close
...
FFmpeg now requires that frames allocated with avcodec_alloc_frame are
freed with avcodec_free_frame.
(cherry picked from commit 77578d415f
)
10 years ago
Roman Donchenko
3f3ca85103
Don't use ${CMAKE_INSTALL_PREFIX} as an install destination
...
Absolute destinations are not necessary, and prevent CPack from working.
(cherry picked from commit 0387f8ad56
)
10 years ago
Alexander Smorkalov
05ddc16eaa
Added Debian changelog to -tests package.
...
(cherry picked from commit a87ccb9ac0
)
10 years ago
Alexander Smorkalov
2ba77614aa
Debian package names replaced by lower case version to satisfy lintian.
...
(cherry picked from commit e6ac64008b
)
10 years ago
Vladislav Vinogradov
ef347aa6a4
disable gpu::matchTemplate tests
...
(cherry picked from commit 7bb8c50080
)
10 years ago
Alexander Smorkalov
b1cdb91139
Fixed samples install permissions for Debian packaging.
...
(cherry picked from commit cf852972d1
)
10 years ago
Alexander Smorkalov
a09ad35d98
opencv_testing.sh script installation is removed as run tests script does the same thing.
...
(cherry picked from commit 9206ec30a2
)
10 years ago
Alexander Smorkalov
1b5835cd35
Added dependency from numpy to debian package with python bindings.
...
(cherry picked from commit be6b847675
)
10 years ago
Alexander Smorkalov
9932bbad3a
Added Debian changelog installation step for Debian package generation.
...
(cherry picked from commit ddc1b965b6
)
10 years ago