Alexander Duda
8811dabbac
Merge pull request #12615 from D-Alex:master
...
findChessboardCornersSB: speed improvements (#12615 )
* chessboard: fix do not modify const image
* chessboard: speed up scale space using parallel_for
* chessboard: small improvements
* chessboard: speed up board growing using parallel_for
* chessboard: add flags for tuning detection
* chessboard: fix compiler warnings
* chessborad: change flag name to CALIB_CB_EXHAUSTIVE
This also fixes a typo
* chessboard: fix const ref + remove to_string
6 years ago
Alexander Alekhin
9faacfbc0d
Merge pull request #12639 from tomoaki0705:fixFp16CudaFailure
6 years ago
Alexander Alekhin
a610be6335
Merge pull request #12591 from sturkmen72:patch-6
6 years ago
Tomoaki Teshima
6a5266df79
fix CvFp16Test failure
6 years ago
Alexander Alekhin
238a3806b0
Merge pull request #12632 from mshabunin:move-opengl-sample
6 years ago
Alexander Alekhin
a07a4cefe1
Merge pull request #12629 from cv3d:fix/opengl
6 years ago
Maksim Shabunin
a0211a1c2f
Moved OpenGL sample to opengl folder
6 years ago
Hamdi Sahloul
47bb09bc4b
OpenGL: avoid losing precision in double-to-float conversion
6 years ago
Alexander Alekhin
efca746d36
Merge pull request #12622 from cv3d:fix/js_property
6 years ago
Alexander Alekhin
93b0b03447
docs: DOXYGEN_BLACKLIST CMake variable for modules exclusion
6 years ago
Maksim Shabunin
e0f524d3b7
Fixed several incorrect printf format specifiers
6 years ago
Pavel Rojtberg
d1c842cf29
core: fix printf warnings by using c++11 format
6 years ago
Pavel Rojtberg
4d23a5d92d
core: enable printf format warnings for cv::format
6 years ago
Hamdi Sahloul
0739d1c2eb
JS: Support enum properties
6 years ago
Alexander Alekhin
475c775b25
Merge pull request #12621 from cv3d:fix/opengl
6 years ago
Hamdi Sahloul
b7e8ce4523
fix a bug in OpenGL
6 years ago
Alexander Alekhin
0a23c1bf11
Merge pull request #12614 from alalek:winpack_samples_python_launcher_update
6 years ago
Alexander Alekhin
e8fcd721b8
Merge pull request #12612 from alalek:winpack_samples_python_launcher_update
6 years ago
Alexander Alekhin
ecef7f7930
samples: update winpack python samples launcher
...
- accepts script parameter (allows drag & drop from 'explorer')
- use script dir instead of current dir (can launch samples from 'samples/dnn')
- added 'pause' to show error messages (about missing numpy) instead of instant closing
6 years ago
Hamdi Sahloul
5db13fe2a7
cuda::polarToCart: update documentation
6 years ago
Hamdi Sahloul
9932612373
cuda::polarToCart: test double precision and tune tolerance
6 years ago
Hamdi Sahloul
6203c95d31
cuda::polarToCart: Support double precision
6 years ago
Alexander Alekhin
d5d19a9f67
Merge pull request #12592 from alalek:dnn_test_at_least_one
6 years ago
Hamdi Sahloul
ef5579dc86
Merge pull request #12310 from cv3d:chunks/enum_interface
...
* Cleanup macros and enable expansion of `__VA_ARGS__` for Visual Studio
* Macros for enum-arguments backwards compatibility
* Convert struct Param to enum struct
* Enabled ParamType.type for enum types
* Enabled `cv.read` and `cv.write` for enum types
* Rename unnamed enum to AAKAZE.DescriptorType
* Rename unnamed enum to AccessFlag
* Rename unnamed enum to AgastFeatureDetector.DetectorType
* Convert struct DrawMatchesFlags to enum struct
* Rename unnamed enum to FastFeatureDetector.DetectorType
* Rename unnamed enum to Formatter.FormatType
* Rename unnamed enum to HOGDescriptor.HistogramNormType
* Rename unnamed enum to DescriptorMatcher.MatcherType
* Rename unnamed enum to KAZE.DiffusivityType
* Rename unnamed enum to ORB.ScoreType
* Rename unnamed enum to UMatData.MemoryFlag
* Rename unnamed enum to _InputArray.KindFlag
* Rename unnamed enum to _OutputArray.DepthMask
* Convert normType enums to static const NormTypes
* Avoid conflicts with ElemType
* Rename unnamed enum to DescriptorStorageFormat
6 years ago
Hamdi Sahloul
84ae8097b1
Merge pull request #12601 from cv3d:fix/js
...
* JS: Support enum types in constructors
* JS: Avoid unary expression on enum-based consts
6 years ago
Alexander Alekhin
f33f236ab6
Merge pull request #12598 from cv3d:cmake/js
6 years ago
Hamdi Sahloul
95b1fe0776
JS: Provides meaningful message in case of compile issues
6 years ago
Hamdi Sahloul
35bee663eb
JS: Improves Emscripten detection
6 years ago
Suleyman TURKMEN
98f6ea0785
Update hog.cpp
6 years ago
Alexander Alekhin
295b988657
Merge tag '4.0.0-alpha'
6 years ago
Alexander Alekhin
68942affdb
release: OpenCV 4.0.0-alpha (version++)
6 years ago
Alexander Alekhin
e0980c4d73
Merge pull request #12585 from alalek:move_cuda_modules
...
cuda: move CUDA modules to opencv_contrib: https://github.com/opencv/opencv_contrib/pull/1781
6 years ago
Alexander Alekhin
c5920df159
cuda: move CUDA modules to opencv_contrib
...
OpenCV 4.0+
6 years ago
Alexander Alekhin
86ddff0b88
Merge pull request #12401 from alalek:opencv_install_paths
6 years ago
Alexander Alekhin
908978d00b
Merge pull request #12589 from xoox:fix-stddev-request
6 years ago
Alexander Alekhin
a956732874
cmake: update install paths (Linux)
6 years ago
Alexander Alekhin
879e046b22
Merge pull request #12586 from Slyce-Inc:bug-xcode10-compile
6 years ago
Alexander Alekhin
e0a5824028
dnn(test): test at least CPU code path
6 years ago
Alexander Alekhin
5fb0f34e8a
Merge pull request #12570 from alalek:drop_usrtype1
...
* core: drop usage of CV_USRTYPE1 in OpenCV
avoid OpenCV crashes due size change CV_ELEM_SIZE(CV_USRTYPE1): 8 -> 2
* ! fix persistence internal types
6 years ago
Alexander Alekhin
861415133e
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
87b1835cb6
Merge pull request #12587 from alalek:ts_update_valgrind_test_filter
6 years ago
Wenfeng CAI
fce75cd858
Fix failure to request stddev of non-intrinsics
...
Before this fix, the code would fail if only standard deviations of
extrinsic parameters are requested. While standard deviations matrix
should be computed if any set of standard deviations is requested. A
variable is added to represent this case.
6 years ago
Alexander Alekhin
ec9c53eeff
ts: update valgrind test filter
...
- DNN: avoid very large models
- build filter per module
- fixed longTestFilter
6 years ago
Andrew Mroczkowski
b6d5565df1
build: fix Xcode 10 build problems
...
Updating the base SDK from 6.0 to 8.0 where applicable
6 years ago
Alexander Alekhin
d3eed2cf23
videoio: CAP_PROP_BACKEND property interface
6 years ago
Alexander Alekhin
51f7eb3a3c
videoio(test): add "camera" tests
...
- disabled due specific requirements (camera, OpenNI camera, etc)
- designed for manual validation
6 years ago
Alexander Alekhin
b35fbff675
videoio: added '.getBackendName()' method
6 years ago
Alexander Alekhin
15e9e3304c
Merge pull request #12579 from dkurt:dnn_reset_myriad_device
6 years ago
Alexander Alekhin
3961b214f0
Merge pull request #12577 from dkurt:dnn_tf_scripts
6 years ago
Alexander Alekhin
53ad291ef1
Merge pull request #12572 from alalek:ffmpeg_update_master
6 years ago