MYLS
a9b4cdd36f
Merge branch 'master' of https://github.com/wiryls/opencv
9 years ago
MYLS
75b93b17ee
Merge remote-tracking branch 'refs/remotes/opencv/master'
9 years ago
Maksim Shabunin
2d964f800d
Merge pull request #6909 from jet47:fix-gpu-examples-compilation
9 years ago
Maksim Shabunin
b0fa477614
Merge pull request #6908 from ilya-lavrenov:reduce
9 years ago
Maksim Shabunin
154d61edf9
Merge pull request #6907 from ilya-lavrenov:typo
9 years ago
Maksim Shabunin
9e7124127f
Merge pull request #6906 from jet47:goodFeaturesToTrack-maxCorners-docs
9 years ago
Maksim Shabunin
b542914057
Merge pull request #6904 from ilya-lavrenov:minmaxloc
9 years ago
Tomoaki Teshima
3c2f7ecc97
speed up accumulate, accumulateSquare, accumulateProduct and accumulateWeighted using SIMD
...
* use SSE and/or AVX based on configuration
* revise the test to verify the implementation
9 years ago
Alexander Alekhin
f3494647c5
Merge pull request #6762 from maff91:master
9 years ago
Maksim Shabunin
fc890bd941
Merge pull request #6815 from smigielski:fix_6605
9 years ago
Maksim Shabunin
f695d4f04b
Merge pull request #6903 from jet47:cuda-stream-thread-safety-notes
9 years ago
Ilya Lavrenov
0af3947468
added note about cv::reduce output type for MIN/MAX
9 years ago
Vladislav Vinogradov
033c01afe2
fix video_reader GPU sample compilation after latest changes in master
9 years ago
thierry
ea911d34c6
remove 2-channel png encoder/decoder support
9 years ago
Ilya Lavrenov
c634e39299
removed extra semicolon
9 years ago
Vladislav Vinogradov
1c8b1b2d2b
add note about "maxCorners <= 0" case in goodFeaturesToTrack
9 years ago
Alexander Alekhin
9bda0546f8
Merge pull request #6769 from andy-held:cuda_optflow_error_calc
9 years ago
Alexander Alekhin
df5d51f1c0
Merge pull request #6900 from mshabunin:fix-python-hal
9 years ago
thierry
d40e46bc9b
Merge branch 'master' into better_png_transparency
...
* master: (468 commits)
added suppression for TBB valgrind issue
update CUDA architecture flags initialization
increase minimal supported CUDA toolkit to 6.5
check the CPU flag correctly
opencv_visualization: check cmdline args
provide better error messages
stop search of markers in Exif reader to prevent infinite loop
Fix calibration fail on python with CALIB_THIN_PRISM_MODEL flag
clarify CUDA arithm operations usage with mask
fixed empty image condition in resize
fixed memory leak in flann tests
fisheye: add CALIB_FIX_PRINCIPAL_POINT
get/put: more type-safety and code unification using templates
py_tutorials: fix cv2.findContours return val
imgproc: speed up threshold of 64F version using NEON and SSE * use NEON under aarch64 only * check 64F version correctly
bigdata: add test, resolve split/merge issue
Improved Carotene library linear resize evaluation precision and enabled it as HAL implementation.
persistence: fixing crash with space-only values
Removed unnecessary check for Android API level and unused flags.
Fix for median blur of 2-channel images
...
9 years ago
Alexander Alekhin
998c43ffea
videoio: ffmpeg: fix get_fps() implementation
9 years ago
Ilya Lavrenov
c4b57d0ded
disable ippiMinMaxIndx_32f_C1R usage since it crashes on Nans
9 years ago
Maksim Shabunin
bb41df9d5f
Merge pull request #6901 from ilya-lavrenov:valgrind-tbb-suppression
9 years ago
Maksim Shabunin
a00f0c44ae
Merge pull request #6821 from sturkmen72:TickMeter_class_addition
9 years ago
Maksim Shabunin
7d007d212c
Merge pull request #6828 from paroj:cmatvals_cpp
9 years ago
Maksim Shabunin
79f8e516b8
Merge pull request #6891 from snosov1:fix-5311
9 years ago
Vladislav Vinogradov
bfd6ae77f5
Add note that cv::cuda::Stream class is not thread safe
9 years ago
Maksim Shabunin
4d053405cf
Merge pull request #6809 from K-Shinotsuka:master
9 years ago
Maksim Shabunin
07b18b0e8a
Merge pull request #6863 from SorcererX:patch-1
9 years ago
Ilya Lavrenov
9e8d060314
added suppression for TBB valgrind issue
9 years ago
Maksim Shabunin
f698bc1cc2
Fixes header filtering for python bindings generator
9 years ago
Alexander Alekhin
3e77731f7e
Merge pull request #6824 from dozyc:tapi_hog_sample
9 years ago
Alexander Alekhin
525e04cfcc
Merge pull request #6794 from jet47:cuda-modules-fixes
9 years ago
Maksim Shabunin
95da5ec245
Restored check chessboard parameters
9 years ago
Maksim Shabunin
3bfe76e24c
Ported PR #4187 to master
9 years ago
Maksim Shabunin
b000663a88
Cleanup
9 years ago
Alexander Alekhin
e871045b46
Merge pull request #6896 from jet47:cuda-arch-update
9 years ago
Alexander Alekhin
9c92f65c0b
Merge pull request #6808 from sturkmen72:patch-14
9 years ago
Alexander Alekhin
a9353ad2ec
Merge pull request #6880 from berak:fix_opencv_visualization
9 years ago
Alexander Alekhin
53f4eaa7a7
Merge pull request #6892 from ioxp:fsSpace
9 years ago
Alexander Alekhin
6c4b634cfe
Merge pull request #6814 from tomoaki0705:featureThreshold64fSimd
9 years ago
Vladislav Vinogradov
d76f258aeb
update CUDA architecture flags initialization
...
* remove obsolete paths
* add Pascal arch support
9 years ago
Vladislav Vinogradov
112903c2bd
increase minimal supported CUDA toolkit to 6.5
9 years ago
Maksim Shabunin
8215d20dbf
fixup! Fixed several merge issues
9 years ago
Maksim Shabunin
2a350b11dd
Fixed several merge issues
9 years ago
Tomoaki Teshima
9fca953e62
check the CPU flag correctly
9 years ago
Kerry Billingham
b2dd128ec5
Creation of Maven POM project and documentation.
...
This commit introduces a POM.xml file to allow the build of OpenCV and Java bundles using Maven.
An additonal directory has been created 'platforms/maven' to contain the POM and scripts used during the build process. An additional Markdown file is included to give instructions on how to build with Maven.
9 years ago
berak
20b9ff4ff6
opencv_visualization: check cmdline args
9 years ago
Alexander Alekhin
f75f894d73
Merge pull request #6889 from ilya-lavrenov:exif
9 years ago
Sergei Nosov
dce310e03c
provide better error messages
9 years ago
Alexander Alekhin
3c1a002dab
Merge pull request #6883 from ilya-lavrenov:resize
9 years ago