jsxyhelu
7828854c9d
Merge pull request #12206 from jsxyhelu/3.4
...
find innercircle of contour by using pointPolygonTest: (#12206 )
6 years ago
Alexander Alekhin
d7ac4495c3
highgui: fix QT build
6 years ago
Alexander Alekhin
492ef14550
Merge pull request #12494 from DEEPIR:3.4
6 years ago
Hamdi Sahloul
10ae0c4364
Merge pull request #12486 from cv3d:fix_cpp11
...
Support MSVC 2013 (#12486 )
* Added CV_CONSTEXPR macro
* Utilize CV_NOEXCEPT and CV_CONSTEXPR
* Provides some Ptr<> logical operators
6 years ago
Alexander Alekhin
be2ccdbf0b
Merge pull request #12479 from sturkmen72:patch-2
6 years ago
Alexander Alekhin
cb3ae1232b
Merge pull request #12478 from alalek:fix_python_converters
6 years ago
Alexander Alekhin
e73e393c82
Merge pull request #12477 from alalek:drop_legacy_headers
6 years ago
Tomoaki Teshima
88b04c3cd4
remove raw SSE2 implementation
6 years ago
Alexander Nesterov
1fb7ee0e16
Optimiaztion search template lines and added sample
6 years ago
cyy
8f78a1123b
fix uninitialized read errors reported by CUDA-INITCHECK
6 years ago
Alexander Alekhin
d7885ed819
Merge pull request #12482 from GeorgeMironov:protobuf-cmake-fix
6 years ago
Alexander Alekhin
b9fd5f8186
Merge pull request #12483 from terfendail:meanstddev_multichan
6 years ago
Lubov Batanina
0c8590027f
Merge pull request #12071 from l-bat/l-bat:onnx_parser
...
* Add Squeezenet support in ONNX
* Add AlexNet support in ONNX
* Add Googlenet support in ONNX
* Add CaffeNet and RCNN support in ONNX
* Add VGG16 and VGG16 with batch normalization support in ONNX
* Add RCNN, ZFNet, ResNet18v1 and ResNet50v1 support in ONNX
* Add ResNet101_DUC_HDC
* Add Tiny Yolov2
* Add CNN_MNIST, MobileNetv2 and LResNet100 support in ONNX
* Add ONNX models for emotion recognition
* Add DenseNet121 support in ONNX
* Add Inception v1 support in ONNX
* Refactoring
* Fix tests
* Fix tests
* Skip unstable test
* Modify Reshape operation
6 years ago
Vitaly Tuzov
0a5bd0ac8b
sum() implementation updated to use wide universal intrinsics
6 years ago
Vitaly Tuzov
2f929376ec
Fixed meanStdDev() implementation for the case input matrix has more than 4 channels
6 years ago
Vadim Pisarevsky
b01f63835e
Merge pull request #12467 from alalek:core_use_shared_ptr
6 years ago
Vadim Pisarevsky
6d7f5871db
added basic support for CV_16F (the new datatype etc.) ( #12463 )
...
* added basic support for CV_16F (the new datatype etc.). CV_USRTYPE1 is now equal to CV_16F, which may break some [rarely used] functionality. We'll see
* fixed just introduced bug in norm; reverted errorneous changes in Torch importer (need to find a better solution)
* addressed some issues found during the PR review
* restored the patch to fix some perf test failures
6 years ago
Suleyman TURKMEN
30a4e2f7ac
Update hog.cpp
6 years ago
George Mironov
8e0781648b
Fix include paths when building with external protobuf
6 years ago
Alexander Alekhin
89720ae24d
python: fix "unsigned int" / "size_t" overloading conflict
6 years ago
Alexander Alekhin
c331a214d0
Merge pull request #12054 from alalek:debug_bindings
6 years ago
Alexander Alekhin
9097ccf515
drop legacy headers
6 years ago
Alexander Alekhin
dca657a2fd
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
c35c5a47df
Merge pull request #12475 from sturkmen72:patch-1
6 years ago
Alexander Alekhin
17cc21c9d6
Merge pull request #12473 from cv3d:cmake/python_detection
6 years ago
Hamdi Sahloul
5e241e7c36
CMAKE: Improve python detection
6 years ago
Alexander Alekhin
df8b057b44
avoid `Ptr<> == NULL` checks
6 years ago
Alexander Alekhin
64b3c1e691
core(test): update cv::Ptr tests
6 years ago
Alexander Alekhin
15aee09c7f
core: replace cv::Ptr implementation => std::shared_ptr
6 years ago
Suleyman TURKMEN
92517fa359
Update window.cpp
6 years ago
Sergey Nuzhny
80610ca054
Merge pull request #12449 from Nuzhny007:master
...
* Fixed compilation error WITH_OPENMP under Windows
* Move up OpenMP condition
6 years ago
Alexander Alekhin
95dd4b3f27
bindings: add debug helpers for args conversions
6 years ago
Alexander Alekhin
87ed12b8f3
Merge pull request #12465 from hmaarrfk:fix_bayer2rgba
6 years ago
Alexander Alekhin
fd0df5a89b
Merge pull request #12469 from cv3d:fix/js/python3_msvc
6 years ago
Hamdi Sahloul
b487e2df0b
opencv_js: Support Python3 and MSVC
6 years ago
Hamdi Sahloul
c6ed2bf9aa
opencv_js: fix a bug in handling enums using the new parser
6 years ago
Alexander Alekhin
40b1dc12de
Merge pull request #12464 from alalek:fix_contrib_1754
6 years ago
Mark Harfouche
53bbed89ae
Output RGBA images when bayer_xx2YYYA is called
6 years ago
Alexander Alekhin
8eba3c1e7e
Merge pull request #12462 from alalek:issue_12453
6 years ago
Alexander Alekhin
b50c70bbfa
features2d(test): extract common extract/invariance test code
...
to share with opencv_contrib/xfeatures2d
6 years ago
cyy
286c2c236b
Merge pull request #12458 from DEEPIR:3.4
...
* may be an typo fix
* remove identical branch,may be paste error
* add parentheses around macro parameter
* simplify if condition
* check malloc fail
* change the condition of branch removed by commit 3041502861
6 years ago
Alexander Alekhin
af021e79d9
video(perf): drop unreliable sanity checks
6 years ago
Alexander Alekhin
875de75327
Merge pull request #12460 from cv3d:lint_unused
6 years ago
Hamdi Sahloul
a39e0daacf
Utilize CV_UNUSED macro
6 years ago
Alexander Alekhin
73bfe68821
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
f3fae0dae0
Merge pull request #12459 from alalek:fix_cuda_build
6 years ago
Alexander Alekhin
4a73b4859f
Merge pull request #12452 from seiko2plus:issue12427
6 years ago
Alexander Alekhin
f90aea22b1
cuda: fix build (legacy C-API usage)
6 years ago
Alexander Alekhin
bd98ed46bd
Merge pull request #12446 from alalek:imgproc_grabcut_numeric_issues
6 years ago
cyy
8b48c2a10c
Merge pull request #12443 from DEEPIR:master
...
* simplify condition
* dims must > 0 or latter sz[dims-1] will underflow
6 years ago