Maksim Shabunin
c79ad45fce
Added interface libraries for android opencv_java
10 years ago
Maksim Shabunin
48cc53bf2e
Updated android toolchain
10 years ago
Maksim Shabunin
f63dde2f43
Separate OpenCV.mk files for different ABIs
10 years ago
Maksim Shabunin
7bfd070864
Merge pull request #4095 from alalek:hal_unresolved_symbols
10 years ago
Alexander Alekhin
1ce0ef9d41
fix build without IPP (and empty 3rdparty)
10 years ago
Ruslan Baratov
f30bf39bd4
Add OpenCV_INCLUDE_DIRS to INTERFACE_INCLUDE_DIRECTORIES target property
...
With this fix there is no need to add includes by using
`include_directories(${OpenCV_INCLUDE_DIRS})`. Directory will be added by
command `target_link_libraries(... ${OpenCV_LIBS})` automatically.
10 years ago
Vadim Pisarevsky
bf8434770f
Merge pull request #4115 from themightyoarfish:MatToUIImage_transparency
10 years ago
Vadim Pisarevsky
e055128d0d
Merge pull request #4099 from sash-kan:fix.2822
10 years ago
Vadim Pisarevsky
66216ea2be
Merge pull request #4093 from mshabunin:python-bases
10 years ago
Vadim Pisarevsky
d882797fbd
Merge pull request #4100 from alalek:fix_ffmpeg
10 years ago
Vadim Pisarevsky
220bb14d10
Merge pull request #4114 from alalek:ocl_generator_error_processing
10 years ago
Vadim Pisarevsky
0824ed595b
Merge pull request #4090 from MSOpenTech:highgui_winrt
10 years ago
Vadim Pisarevsky
fd225469bc
Merge pull request #4122 from alalek:fix_issue_3891
10 years ago
Alexander Alekhin
12e6efc6e4
Merge pull request #4123 from rajithr:patch-1
10 years ago
Ruslan Baratov
0fcc5face3
Fix `cmake -E touch classes.jar' step
...
`-E touch` command doesn't create intermediate directories. We have to do it
manually using `file(MAKE_DIRECTORY ...)` command.
10 years ago
themightyoarfish
125782c061
fixed copy-paste errors
10 years ago
Maksim Shabunin
fef7509eed
NumpyAllocator: check reference count before actual release, revert flann changes
10 years ago
rajithr
510dec4927
Fixing resource leaks
10 years ago
Alexander Alekhin
9394486147
fix issue 3891
10 years ago
Vadim Pisarevsky
01c3ed6157
Merge pull request #4108 from Reen:patch-1
10 years ago
Vadim Pisarevsky
a003d1d758
Merge pull request #4109 from alalek:fix_build_dbt_bindings
10 years ago
Vadim Pisarevsky
f824db4803
Merge pull request #4119 from D-Alex:master
10 years ago
Vadim Pisarevsky
0c67c6c136
Merge pull request #4112 from sturkmen72:patch-1
10 years ago
Vadim Pisarevsky
f846bb2b49
Merge pull request #4121 from sbokov:addingAloeGT
10 years ago
Vadim Pisarevsky
e79c184b2d
Merge pull request #4116 from alalek:fix-pthread-pf
10 years ago
Maxim Kostin
6724a0b8cd
Added dummy highgui WinRT implementation
10 years ago
sbokov
5123c3e52e
Added ground-truth disparity map for 'aloe'
10 years ago
Alexander Duda
def2256609
cv::stereoRectify: fix segfault in case of empty distCoeffs
...
cvStereoRectify assumes that NULL is provided in case of no distCoeffs
10 years ago
Jaime Fernandez
c613ee2da4
BUG: ndarray to Mat conversion with NPY_RELAXED_STRIDES set
...
Add logic to avoid nonsense strides when dimension size is 1 and
NumPy is built with NPY_RELAXED_STRIDES from tripping OpenCV.
10 years ago
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