Alexander Alekhin
a482dcce46
fix support for pthreads parallel_for
10 years ago
themightyoarfish
d647261de2
Fixed alpha preservation when converting 4-channel Mat to UIImage
10 years ago
Alexander Alekhin
b7cfd5a7da
ocl: added errors processing in OpenCL code generator, resolve space issue
10 years ago
Suleyman TURKMEN
caa0058d5b
Update imgproc.hpp
10 years ago
Suleyman TURKMEN
dac715ad1f
Update imgproc.hpp
10 years ago
Suleyman TURKMEN
061131a5ee
Update imgproc.hpp
10 years ago
Maksim Shabunin
26d9a7cd40
Trying to fix flann python wrapper issue
10 years ago
Alexander Alekhin
caaf60ba00
remove bindings generation for DetectionBasedTracker
10 years ago
René
3e2515d735
Fix bug in distanceATS_L1_8u and typos.
...
The inner loop of the backward scan got the wrong initial "a".
10 years ago
Alexander Alekhin
3f2666778a
videoio: fix some issues in ffmpeg error processing
10 years ago
Alexander Alekhin
959d575292
videoio: update ffmpeg backend
...
- fix compilation for old libraries
- update codec/tag selection logic
- add documentation note about MP4 container tags
10 years ago
Maksim Shabunin
1f983ec39c
Fixed compilation of pthread-based parallel_for with gcc 4.4.3
10 years ago
jayceelock
a345d16cc1
Changed to allow for ISO page size selection, checkerboard pattern now centres itself properly in middle of the page
10 years ago
alexander barakin (aka sash-kan)
0d821f04fd
fix icvCloseCAM_V4L wrong order of code blocks
...
this patch fixes bug http://code.opencv.org/issues/2822 .
based on disussion (in russian):
http://ru.stackoverflow.com/a/428398/178576
Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>
10 years ago
Alexander Alekhin
8184e57dd6
fix tests build (win,shared,world)
10 years ago
Maksim Shabunin
78ddc567f9
Python generator: moved base class handling to the generate step
10 years ago
Maksim Shabunin
424c2bddb3
Merge tag '3.0.0'
...
OpenCV 3.0.0
* tag '3.0.0':
Version for 3.0.0 release
10 years ago
Maksim Shabunin
c12243cf4f
Version for 3.0.0 release
10 years ago
Maksim Shabunin
39fdcf4df3
Merge pull request #4083 from mshabunin:java-engine
10 years ago
Maksim Shabunin
fd1b30fc6f
Merge pull request #4089 from alalek:video_mp4
10 years ago
Maksim Shabunin
7ee79b73f6
AndroidMgr: fixed package build
10 years ago
Alexander Alekhin
1f3043f618
videoio: VideoWriter H264/.mp4 support via ffmpeg/libav
10 years ago
Maksim Shabunin
1d7d22e117
AndroidMgr: fixed library version check
10 years ago
Maksim Shabunin
33ab9ea188
AndroidMgr: fixed typos and package name
10 years ago
Vadim Pisarevsky
8ad6ba82fc
Merge pull request #4084 from berak:patch-2
10 years ago
berak
737a1e2f12
http://code.opencv.org/issues/4359 , for master
10 years ago
Vadim Pisarevsky
850e3c1ca2
Merge pull request #4082 from diogorolo:patch-1
10 years ago
Maksim Shabunin
7541c590e5
AndroidMgr: Reversed file existence checking
10 years ago
Maksim Shabunin
caffbaafbe
Updated Manager for Android
10 years ago
Diogo Rolo
f57fb2375e
Update cuda.markdown
...
Small typo fix in the documentation.
It was written 'devie' instead of 'device' in: 'Switching active device can be done using cuda::setDevice() function'
10 years ago
Vadim Pisarevsky
a28c8d002d
Merge pull request #4081 from vpisarev:30_small_fixes
10 years ago
Vadim Pisarevsky
a4073ed676
made improvements in ECC code (comments from https://github.com/Itseez/opencv/pull/3845 ), as well as minor tweak in pthread's based parallel for.
10 years ago
Vadim Pisarevsky
78e07d3210
Merge pull request #3845 from ellbur:findTransformECC-mask
10 years ago
Vadim Pisarevsky
41af58d1d5
Merge pull request #4076 from kalistratovag:parallel_pthreads
10 years ago
kalistratovag
bf5393ae58
parallel for on pthreads initial commit
...
removing trailing whitespaces
Compilation error on Mac fix & warning on android
Warnings fixed on iOs
10 years ago
Vadim Pisarevsky
b866e2672a
Merge pull request #4079 from Dikay900:2_4_to_master
10 years ago
Alexander Smorkalov
1df0f1da97
Precise default CUDA version for Tegra X1 chips.
10 years ago
Vadim Pisarevsky
535dc1e874
Merge pull request #3998 from msandler:master
10 years ago
Vadim Pisarevsky
24dea1c616
Merge pull request #3984 from LaurentBerger:ExampleCppORB
10 years ago
Vadim Pisarevsky
96c3f16a90
Merge pull request #4075 from MSOpenTech:backslash-upd
10 years ago
Evgeny Agafonchikov
fd860d7cd0
Adding backslash in macro-based paths
...
of WINRT samples
This removes requirement to add OPENCV_WINRT_INSTALL_DIR with backslash in the end
in case trailing slash is presented VS handles duplicated slashes w/o issues
10 years ago
Vadim Pisarevsky
b46719b093
Merge pull request #4074 from vpisarev:objdetect_fixes
10 years ago
Vadim Pisarevsky
8b8fc9e66b
Merge pull request #4070 from techfort:fixpythonsample
10 years ago
Vadim Pisarevsky
882c0321f4
clip the found objects in HOG as well ( http://code.opencv.org/issues/3825 ); added test to check CascadeClassifier on small images ( http://code.opencv.org/issues/3710 )
10 years ago
Vadim Pisarevsky
8c3c6b31fc
make sure the returned rectangles are inside the image ( http://code.opencv.org/issues/3136 )
10 years ago
Vadim Pisarevsky
5a94a95fbf
improvements in Haar CascadeClassifier: 1) use CV_32S instead of CV_32F for the integral of squares (which is more accurate and more efficient); 2) skip the window if its contrast is too low
10 years ago
Vadim Pisarevsky
036c438904
make facedetect.py work when the nested cascade is not specified
10 years ago
Vadim Pisarevsky
5e095c8fbd
Merge pull request #4022 from LaurentBerger:ExampleBLOB_MSER
10 years ago
Vadim Pisarevsky
665a317f1c
Merge pull request #4056 from apavlenko:java_memory_release
10 years ago
Vadim Pisarevsky
f7ad192842
Merge pull request #4063 from Dikay900:2_4_to_master
10 years ago