oulenz
28cfb07445
FLANN_INDEX_KDTREE = 0 -> 1
...
0 corresponds to FLANN_INDEX_LINEAR
8 years ago
oulenz
9cb13435a1
FLANN_INDEX_KDTREE = 0 -> 1
...
0 corresponds to FLANN_INDEX_LINEAR
8 years ago
oulenz
29eda007bb
Fix `FLANN_INDEX_KDTREE`, add `FLANN_INDEX_LSH` initialisation
...
Add initialisations to make clear what values actually have to be passed.
Moreover, in accordance with 383559c228/modules/flann/include/opencv2/flann/defines.h (L68)
, I believe `FLANN_INDEX_KDTREE` was being initialised wrongly in the code examples, 1 should be correct, whereas 0 is `FLANN_INDEX_LINEAR`.
8 years ago
Alexander Alekhin
ee9c0f5f9c
Merge pull request #8234 from alalek:issue_8121
8 years ago
Maksim Shabunin
a9e33fe54e
Merge pull request #8243 from sovrasov:hal_round_to_cvround
8 years ago
Maksim Shabunin
e192c6842e
Merge pull request #8240 from hewj03:issue_1012_contrib
8 years ago
Vladislav Sovrasov
595437bdd1
hal: replace round() with cvRound()
8 years ago
Vladislav Sovrasov
14451f3f06
core: fix adjustROI behavior on indexes overflow
8 years ago
Wenju He
9fbce6c8c8
fix multiband_blend.cu build error in issue opencv_contrib#1012
8 years ago
ionut
a41d877fe6
Change the value of bit/pixel from channels to 8*channels because videos encoded
...
by cap_mjpeg_encoder.cpp don't play on windows media player.
Issue number #8113
8 years ago
Alexander Alekhin
88a338a3eb
cmake: disable pkg-config for Apple frameworks
8 years ago
berak
d7240d1a28
fix leaking handle in cap_dshow.cpp
8 years ago
Vitaly Tuzov
9a4b5a4545
OpenVX calls updated to use single common OpenVX context per thread
8 years ago
Alexander Alekhin
ec7f74f7b4
core(TLS): add cleanup() method
8 years ago
Alexander Alekhin
eaba0e6358
cmake: append '-framework UIKit' for videoio/imgcodecs module
8 years ago
Alexander Alekhin
f1c8e04268
ios framework: don't disable opencv_world in dynamic framework
8 years ago
Alexander Alekhin
a78d143c98
ios framework: refactor code (no functional changes)
8 years ago
Pavel Rojtberg
789dc0a3b7
python: type of initial_button_state must match format string
8 years ago
Fangjun KUANG
526220a171
Fix typos in the documentation ( #8226 )
...
* fix typos.
* Fix typos.
* Fix typos.
* Fix typos.
* Fix typos.
8 years ago
Vadim Pisarevsky
5bfaf9931b
Merge pull request #8228 from csukuangfj:csukuangfj-patch
8 years ago
Vadim Pisarevsky
007354ebaf
Merge pull request #8233 from Sahloul:features/python_matx
8 years ago
Hamdi Sahloul
232d6b87f4
cv::Matx python wrapper
8 years ago
Fangjun KUANG
b1851e2f16
Add support to print `cv::UMat`.
...
Now a user can use `std::cout` to print an object of `cv::UMat` just like `cv::Mat`.
8 years ago
Tomoaki Teshima
64cf206fb5
optimize blend using universal intrinsic
...
- add more channels/depth performance test for blend
8 years ago
Alexander Alekhin
b2da9df82d
Merge pull request #8221 from csukuangfj:csukuangfj-path-2
8 years ago
LaurentBerger
8638bba670
Merge pull request #8220 from LaurentBerger:Issue5035
8 years ago
Fangjun KUANG
e827a5bd9e
Fix an error in the demo code for cv::Mat::forEach
8 years ago
Vadim Pisarevsky
9053839282
Merge pull request #8178 from tomoaki0705:addBayer2RGBA
8 years ago
Vadim Pisarevsky
3240f2a6b7
Merge pull request #8187 from hewj03:improve-MultiBandBlender-cuda
8 years ago
Fangjun KUANG
57ed0e57f0
Fix the documentation for Mat::diag(int). ( #8199 )
...
* Fix the documentation for Mat::diag(int).
Fix issue #8181
* Fix the documentation for Mat::diag(int).
Fix issue #8181 .
* Add support for printing out cv::Complex.
* Remove extra spaces.
* cv::Complex is submitted as a new pull request.
8 years ago
Vadim Pisarevsky
ca0b6fbb95
Merge pull request #8203 from alalek:ocl_kernelarg_validate
8 years ago
Alexander Alekhin
0af3638c5a
Merge pull request #8214 from jinay1991:patch-1
8 years ago
Jinay Patel
f710d96602
Update ocl.cpp function Device::OpenCLVersion()
...
Instead of CL_DEVICE_EXTENSIONS in Querying OpenCLVersion, it should be CL_DEVICE_VERSION flag which needs to be passed to the function.
8 years ago
Alexander Alekhin
bc8a91ed83
Merge pull request #8211 from csukuangfj:csukuangfj-patch-3
8 years ago
Alexander Alekhin
bb8be523c5
Merge pull request #8210 from alalek:fix_mkl_link
8 years ago
Vadim Pisarevsky
236815ec40
Merge pull request #8131 from atinfinity:170205-add_dense_flow_sample
8 years ago
Vadim Pisarevsky
e720427b53
Merge pull request #8153 from Sejsel:patch-1
8 years ago
Fangjun KUANG
a8a208e0fe
Merge pull request #8208 from csukuangfj:complex_support
...
Add support for printing out cv::Complex. (#8208 )
* Add support for printing out cv::Complex.
* Conform to the format of std::complex.
* Remove extra spaces.
* Remove extra spaces.
8 years ago
Alexander Alekhin
3fbaabc866
Merge pull request #8209 from csukuangfj:csukuangfj-patch-2
8 years ago
Fangjun KUANG
5e4dfb9546
Change the argument type to cl_platform_info.
...
Although both `cl_platform_info` and `cl_device_info` are defined as macro `cl_uint`, it needs to use `cl_platform_info` to get
the platform information.
8 years ago
Alexander Alekhin
13b0fd993c
Merge pull request #8206 from paroj:cast
8 years ago
Alexander Alekhin
05248a3dea
cmake: fix order of MKL libraries, don't pass additional libraries as modules
8 years ago
Fangjun KUANG
46fe74177d
Fix typos.
8 years ago
Pavel Rojtberg
df86f0752a
add missing casts to _Tp as determinant() always returns double
8 years ago
Alexander Alekhin
4c7aa8645a
ocl: validate arguments in KernelArgs constructor
...
- don't use undefined flag=0. It should be CONSTANT instead.
- don't allow 'UMat* m=NULL' argument (except LOCAL/CONSTANT flags).
This case is not handled well to provide NULL __global pointers.
It is better to use '-D' macro defines instead (at least for performance)
8 years ago
Alexander Alekhin
1304ad1e12
Merge pull request #8160 from ilijapuaca:master
8 years ago
Alexander Alekhin
e16227b53c
cmake: support multiple CPU targets
8 years ago
Alexander Alekhin
47ae5f14f5
Merge pull request #8186 from Kronopath:patch-1
8 years ago
Alexander Alekhin
156d736e75
Merge pull request #8176 from alalek:cmake_cleanup_msvc_checks
8 years ago
Alexander Alekhin
b7945827f9
Merge pull request #8175 from alalek:cmake_cleanup_defines
8 years ago