Vitaly Tuzov
c61f7e5334
Fix for median blur of 2-channel images
9 years ago
Alexander Alekhin
630406e006
Merge pull request #6785 from alalek:android_native_level
9 years ago
Alexander Alekhin
3e649895e5
android: increase default native API level 8=>9
9 years ago
LaurentBerger
62a87ce38c
Issue 6780
9 years ago
Vladislav Vinogradov
4382302a6b
fix matrix type for keypoints buffer in CUDA FAST
...
use CV_32FC1 instead of CV_16SC2 since detectAsync uses CV_32FC1
to reallocate the matrix
9 years ago
Jan Starzynski
7f896643e9
fix for buffer-overflow in IPPCalcHistInvoker::operator()
9 years ago
Vladislav Sovrasov
a2ec23c112
Update cv::log documentation
9 years ago
Elif Albuz
8f91529edf
Add Carotene - NVIDIA Hardware-Abstraction-Layer for ARM platforms
9 years ago
Elif Albuz
c65d2a0d86
Add Carotene - NVIDIA Hardware-Abstraction-Layer for ARM platforms
9 years ago
Alexander Alekhin
22682f933a
Merge pull request #6760 from alalek:issue_6653
9 years ago
Alexander Alekhin
da69cd08db
Merge pull request #6768 from tomoaki0705:fixEstimateAffine3DThreshold
9 years ago
Tomoaki Teshima
0e380ff15d
calib3d: compare error and threshold both in square
...
* resolve #5183
9 years ago
Alexander Alekhin
96919156e7
Merge pull request #6761 from alalek:fix_warnings
9 years ago
Dikay900
61390e407d
Rephrase parts of the templates and use comments
9 years ago
Alexander Alekhin
3844ee780c
build: fix compiler warnings (GCC 5.3.1)
9 years ago
Alexander Alekhin
7dc5332a92
Merge pull request #6745 from alalek:viz_samples
9 years ago
Alexander Alekhin
8b05a4bf93
cvtColor: fix inplace processing
9 years ago
Andrey Pavlenko
330e4bb48a
Merge pull request #6734 from PkLab:doc_videoio_enums
9 years ago
Alexander Alekhin
ee4f409584
cmake: lapack optimized code requires cblas.h
9 years ago
Alexander Alekhin
b23527bf02
core: fix arguments types for cblas calls
9 years ago
Vadim Pisarevsky
7fea7e0629
Merge pull request #6697 from wiryls:FileStorageBase64
9 years ago
Andrey Pavlenko
e4cd24537e
Merge pull request #6740 from tomoaki0705:fixNeonCheckSmooth
9 years ago
Alexander Alekhin
8184535de1
samples: repair viz tutorial
9 years ago
Alexander Alekhin
5346870920
Merge pull request #6558 from lletourn:master
9 years ago
Alexander Alekhin
639c8fc6d6
Merge pull request #5870 from IshankGulati:VideoCapture-fix
9 years ago
Alexander Alekhin
b7735b3400
Merge pull request #6731 from jokereactive:viz_sample
9 years ago
Maksim Shabunin
4aa9b230b8
Merge pull request #6603 from debjan:patch-1
9 years ago
Alexander Alekhin
e98c1bfb53
Merge pull request #6747 from ludv1x:master
9 years ago
Vitaliy Lyudvichenko
930d96f684
Fixing of AutoBuffer::allocate(nsz) method
...
AutoBuffer::allocate(nsz) didn't work properly when
(sz < nsz < fixed_size). In this case sz remained unchanged.
9 years ago
Alexander Alekhin
69bd6dad1f
Merge pull request #6029 from sturkmen72:patch-7
9 years ago
Alexander Alekhin
cb48183d02
Merge pull request #6711 from Dubrzr:vs_compile_cuda_fix
9 years ago
Alexander Alekhin
c7fc9dc42f
Merge pull request #6707 from tech2077:master
9 years ago
Tomoaki Teshima
78a5aacb22
make NEON more similart to SSE2
9 years ago
Alexander Alekhin
73e16dbc3f
cmake: update arm toolchain
9 years ago
Alexander Alekhin
bbc327aaed
Merge pull request #6736 from alalek:cmake_fix_install_path
9 years ago
PkLab.net
adcdab394b
Merge branch 'master' of git://github.com/Itseez/opencv into doc_videoio_enums
...
# Resolved Conflicts:
# modules/videoio/include/opencv2/videoio.hpp
9 years ago
Alexander Alekhin
c5a8619493
cmake: fix install path
...
CMake doesn't work with empty paths ("") or paths which contains "./"
9 years ago
Alexander Alekhin
02edfc8df2
Merge pull request #6730 from sturkmen72:patch-16
9 years ago
Alexander Alekhin
6b511751f5
Merge pull request #6619 from Slonegg:openni2_ir_stream
9 years ago
PkLab.net
f274c592e4
Use copydoc for the list of valid property identifier in VideoCapture and VideoWriter docs
9 years ago
PkLab.net
6c3d8abe2c
Doxygen documentation for CAP_* enums (using current comments in code)
9 years ago
Dmitry Trifonov
f9e6741807
added support for OpenNI2 IR stream #4366
9 years ago
Alexander Alekhin
86b54a52f0
Merge pull request #6733 from simonhaenisch:simonhaenisch-improve-watershed.py-example
9 years ago
Simon Hänisch
6489d8a96f
update watershed.py: check if windows are still open
...
change the `while` loop to check if the two windows created by this example still exist, stop the program otherwise
9 years ago
Suleyman TURKMEN
e7ec580318
Update imgcodecs.hpp
9 years ago
sarthak
43dca117b9
opencv viz bug
...
removed binary
update
9 years ago
Suleyman TURKMEN
11ca1c95f8
update cpp samples and tutorials
9 years ago
Suleyman TURKMEN
1b22783d46
Update grfmt_png.cpp
9 years ago
MYLS
df5a7c8ee9
build again for OpenCL.
...
I could not find the cause of the error:
```
C:\builds_ocv\precommit_opencl\opencv\modules\ts\src\ts_perf.cpp(361):
error: The difference between expect_max and actual_max is
8445966.0000002384, which exceeds eps, where
expect_max evaluates to 0.9999997615814209,
actual_max evaluates to 8445967, and
eps evaluates to 1.0000000000000001e-005.
Argument "dst0" has unexpected maximal value
```
Hope this is a false alarm.
9 years ago
MYLS
677d4d20ce
fixed an error in the test...
9 years ago