Seon-Wook Park
815cd8970d
spatialGradient: Remove unnecessary index calculation
10 years ago
Seon-Wook Park
b5c4355c13
spatialGradient: Add basic perf test
10 years ago
Seon-Wook Park
f9c4c96663
spatialGradient: Reduce temporary vectors
10 years ago
Seon-Wook Park
a2dbd2f10e
spatialGradient: Less vector loads
10 years ago
Seon-Wook Park
88bc88125a
spatialGradient: Vectorise inner area
10 years ago
Seon-Wook Park
770e742e04
spatialGradient: Add non-SSE version
10 years ago
Seon-Wook Park
11fb1f74cc
spatialGradient: Add asserts
10 years ago
Alexander Alekhin
6ab9df5208
Merge pull request #4132 from mshabunin:fix-java-package
10 years ago
Seon-Wook Park
9f1c641199
spatialGradient: Add test class and Sobel proxy method
10 years ago
Maksim Shabunin
00fb8a3abf
Merge pull request #4103 from mtamburrano:master
10 years ago
Alexander Alekhin
032b6322fc
fix MatAllocator creation/destruction issues
10 years ago
Dmitry Budnikov
a5a21019b2
ipp_countNonZero build fix;
...
Removed IPP port for tiny arithm.cpp functions
Additional warnings fix on various platforms.
Build without OPENCL and GCC warnings fixed
Fixed warnings, trailing spaces and removed unused secure_cpy.
IPP code refactored.
IPP code path implemented as separate static functions to simplify future work with IPP code and make it more readable.
10 years ago
manuele
a55a8c9aa5
Enable NEON optimization for cvRound on newer devices
10 years ago
Maksim Shabunin
b98a54fbe0
Merge pull request #4133 from ruslo:interface.sample
10 years ago
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
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