Menghui Xie
f0d277e452
M_PI changed to CV_PI ( #12645 )
...
* M_PI changed to CV_PI
* M_PI changed to CV_PI
* M_PI changed to CV_PI
6 years ago
Alexander Alekhin
962dc21f2b
docs: fix CUDA docs section
6 years ago
Alexander Alekhin
3eec8fd0eb
dnn: fix printf format warning
6 years ago
Dmitry Kurtaev
ad5898224d
Add a file with preprocessing parameters for deep learning networks
6 years ago
Dmitry Kurtaev
f8398d80bc
add Net::getUnconnectedOutLayersNames method
6 years ago
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
Tomoaki Teshima
6a5266df79
fix CvFp16Test failure
6 years ago
Hamdi Sahloul
47bb09bc4b
OpenGL: avoid losing precision in double-to-float conversion
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
Hamdi Sahloul
b7e8ce4523
fix a bug in OpenGL
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
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
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
68942affdb
release: OpenCV 4.0.0-alpha (version++)
6 years ago
Alexander Alekhin
c5920df159
cuda: move CUDA modules to opencv_contrib
...
OpenCV 4.0+
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
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
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
Dmitry Kurtaev
8ac7b21716
Enable Myriad device for OpenVINO models test
6 years ago
Alexander Alekhin
3cab9e7a9c
3.4: fixes
6 years ago
Alexander Alekhin
aa1c86f95e
ts: flush stdout/stderr before and after test code run
6 years ago
Alexander Alekhin
699565828d
videoio(test): dump file size information
6 years ago
Suleyman TURKMEN
30597e5c98
Update seamless_cloning.cpp
6 years ago
Alexander Alekhin
38de2a8754
calib3d: fix build warnings
6 years ago
Lubov Batanina
43f889ae1f
Merge pull request #12519 from l-bat:l-bat/onnx_parser
...
Support asymmetric padding in pooling layer (#12519 )
* Add Inception_V1 support in ONNX
* Add asymmetric padding in OpenCL and Inference engine
* Refactoring
6 years ago
Gaetano Checinski
e628fd7bce
Merge pull request #12503 from nikhedonia:12500-move-gcgraph
...
* feat: move gcgraph to detail
* chore: puts gcgraph cv::detail namespace
6 years ago
Dmitry Kurtaev
7d75526373
Use TorchType enum
6 years ago
Hamdi Sahloul
ecc9bd0925
Support GpuMat in copyTo() functions
6 years ago
Dmitry Kurtaev
d259eb28bb
Add python tests for dnn module
6 years ago
Alexander Alekhin
29bee6f07e
cmake: move Matlab scripts to opencv_contrib ( #12541 )
...
* matlab: move to opencv_contrib
* cmake: preserve variables scope for processing modules
- use macro instead of function to avoid scope resets
6 years ago
Dmitry Kurtaev
a7b3d2581f
Replace CV_USRTYPE1 for int64 to CV_32SC2 in Torch importer
6 years ago
Suleyman TURKMEN
6d5f7b72c0
Update seamless_cloning.cpp
6 years ago
Vitaly Tuzov
95502242c9
meanStdDev() implementation updated to use wide universal intrinsics
6 years ago
Vitaly Tuzov
1f88a1af9c
testlog_parser updated to handle output of latest GTest as well
6 years ago
Hamdi Sahloul
5d54def264
Add semicolons after `CV_INSTRUMENT` macros
6 years ago
Takuho NAKANO
451340fd3d
Merge pull request #12523 from takotakot:12455_rotatedrect_constructor
...
* Fix perpendicular decision of RotatedRect::RotatedRect
Error estimation is based on #12455 .
* Fix abs to std::fabs and atan to std::atan
6 years ago
Alexander Alekhin
fdaeb20253
dnn(test): run DL IE tests on Intel OpenCL devices only
6 years ago
Vitaly Tuzov
29770e13e8
Fixed bit-exact resize SIMD implementation for AVX2 baseline
6 years ago