Maksim Shabunin
11ca4e61a7
Merge pull request #4134 from alalek:fix_get_target_property
10 years ago
Maksim Shabunin
2bc16e83d6
Merge pull request #4128 from alalek:fix_noipp_build
10 years ago
Alexander Alekhin
f11ed4b91d
fix "non target" warning for "world" build
10 years ago
Alexander Alekhin
80bd67c36b
Merge pull request #4125 from ruslo:interface.include.dirs
10 years ago
Ruslan Baratov
83b882039e
Update samples/cpp/example_cmake: no need to use `include_directories`
10 years ago
Maksim Shabunin
a816a4b964
Updated android manager readme file
10 years ago
Maksim Shabunin
bfa77ff5a4
Increase android samples versions
10 years ago
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
Alexander Smorkalov
546e68dc65
Merge pull request #4034 from jet47:opencv_run_all_tests_unix
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
b7c2a46830
Merge pull request #4107 from SpecLad:libav-compat
10 years ago
Vadim Pisarevsky
719099ad6d
Merge pull request #4104 from SpecLad:arm64-packaging
10 years ago
Vadim Pisarevsky
a003d1d758
Merge pull request #4109 from alalek:fix_build_dbt_bindings
10 years ago
Vadim Pisarevsky
2e9004813e
Merge pull request #4088 from howtobeahacker:2.4
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