Ilya Lavrenov
86905754e4
Conditional compilation for IR v7 support
4 years ago
Anastasiya
eff259b047
Enable state initialization params via compile_args
4 years ago
Dmitry Kurtaev
3bdd7bfbea
Remove deprecated Inference Engine CPU extensions
4 years ago
Ilya Lavrenov
ad5e70f94e
Conditional compilation for network reader
...
origibal commit: 63e92cccf2
4 years ago
Dmitry Kurtaev
8e3f5fb209
Remove deprecated Inference Engine CPU extensions
4 years ago
Dmitry Kurtaev
1491934d17
Optimize Mish for CPU backend
4 years ago
YashasSamaga
6573b9ace0
use fp32 mish for fp16 mish
4 years ago
Alexander Alekhin
99bc35a883
core(logger): complete initialization of logger structures
...
- for using of logging functions from global destructors
5 years ago
Ilya Lavrenov
63e92cccf2
Conditional compilation for network reader
5 years ago
Anatoliy Talamanov
a74ed58893
Add implementation in case plaidml isn't found
5 years ago
Philippe FOUBERT
0eb7060205
Fix the detection of the XIMEA library (since its location may be different when the version of the ximea software is updated)
5 years ago
Liubov Batanina
85c0c8c7ed
Disabling dafault NMS in yolo layer
5 years ago
Tomoaki Teshima
77fa1a20bf
fix build on Jetson TX1 and TX2
...
* enable_if_t is a c++14 feature
5 years ago
Philippe FOUBERT
d25293b721
Fix the build of imgproc using MinGW (variables with the same name as symbols defined in MinGW headers)
5 years ago
Tomoaki Teshima
c07af090f5
fix build error on Jetson TX1 and TX2
...
* enable_if_t and is_base_of is c++14 feature
* override is c++11 feature
5 years ago
Yuriy Obukh
456e88a8a4
fix VS Windows build with eigen. https://github.com/opencv/opencv/issues/17548
5 years ago
Alexander Alekhin
d01cbe9320
cudacodec(build): fix detection in CMake, cleanup duplicate includes
5 years ago
Yashas Samaga B L
9ba5581d17
Merge pull request #17534 from YashasSamaga:cuda4dnn-remove-unused-funcs
...
cuda4dnn: reduce CUDA version requirements to at least CUDA 9.2
* remove half2 specializations
* do not remove atomicAdd for half in CUDA 10 and below
* remove fp16.hpp
5 years ago
Liubov Batanina
d93b6be3cc
Changed StridedSlice to VariadicSplit in Region layer
5 years ago
Pinaev Danil
57f5700e18
Merge pull request #16772 from aDanPin:dp/performance_render_tests
...
Added g-api render performance tests
* Add render performance tests for BGROCV
* Add render NV12 performance tests
* Review response
* Review response
* Review response
* Review response
* Review response
* Review response
* Just a small fix
* Final review response I hope)
* Review response
* Review response
* Review response
* Review response
* Review response
* Review response
5 years ago
Namgoo Lee
2043e06102
cuda optflow tvl1 : async safety
...
also modify cuda canny to use createTextureObjectPitch2D, etc.
5 years ago
Giles Payne
177fbc7bbb
Cleanup unneeded raw pointer handling code
5 years ago
Ilya Lavrenov
676b818d6a
Removed plugin dispatcher
...
backport of commit 74113737f3
5 years ago
Namgoo Lee
411ce04f54
CUDA_OptFlow/OpticalFlowDual_TVL1 Asynchronous test
5 years ago
Giles Payne
13962b8533
Use cv::Ptr instead of raw pointers
5 years ago
Giles Payne
04bee3f9b7
Fix testFitEllipse test
5 years ago
Ilya Lavrenov
74113737f3
Removed plugin dispatcher
5 years ago
YashasSamaga
87ab4ee567
improve mish performance and accuracy
5 years ago
Ilya Lavrenov
9697e3ac24
Removed error lisneter usage
5 years ago
Alexander Alekhin
d2a9efd039
dnn: use OpenVINO 2020.3 defines
5 years ago
Alexander Alekhin
442999dcdb
core: fix handling of ND-arrays in dumpInputArray() helpers
5 years ago
Tomoaki Teshima
d4af89781b
fix corner case of libnvcuvid
...
* detect header automatically and not based on version number
5 years ago
YashasSamaga
265acccd56
allow multiple inputs to resize, fix tests
5 years ago
Maksim Shabunin
7a187e9b5e
QRDetectMulti: refactored checkPoints method
5 years ago
Maksim Shabunin
9096b1c768
dnn/NGraph: added nullptr checks
5 years ago
Rasmus
781fbde449
Merge pull request #17368 from themightyoarfish:cv2eigen-doc
...
* Add documentation about usage of cv2eigen functions in eigen.hpp
* Fixed Doxygen syntax.
Co-authored-by: Alexander Smorkalov <smorkalov.a.m@gmail.com>
5 years ago
Maksim Shabunin
579d74d35b
QRDetectMulti: refactored checkPoints method
5 years ago
Maksim Shabunin
7ce518106b
dnn/NGraph: added nullptr checks
5 years ago
cyy
171cba4947
use C++11 static variables as memory barrier
5 years ago
Alexander Alekhin
5f3012fc9a
pre: OpenCV 4.4.0 (version++)
5 years ago
Alexander Alekhin
a43e3bebe6
pre: OpenCV 3.4.11 (version++)
5 years ago
Giles Payne
02385472b6
Merge pull request #17165 from komakai:objc-binding
...
Objc binding
* Initial work on Objective-C wrapper
* Objective-C generator script; update manually generated wrappers
* Add Mat tests
* Core Tests
* Imgproc wrapper generation and tests
* Fixes for Imgcodecs wrapper
* Miscellaneous fixes. Swift build support
* Objective-C wrapper build/install
* Add Swift wrappers for videoio/objdetect/feature2d
* Framework build;iOS support
* Fix toArray functions;Use enum types whenever possible
* Use enum types where possible;prepare test build
* Update test
* Add test runner scripts for iOS and macOS
* Add test scripts and samples
* Build fixes
* Fix build (cmake 3.17.x compatibility)
* Fix warnings
* Fix enum name conflicting handling
* Add support for document generation with Jazzy
* Swift/Native fast accessor functions
* Add Objective-C wrapper for calib3d, dnn, ml, photo and video modules
* Remove IntOut/FloatOut/DoubleOut classes
* Fix iOS default test platform value
* Fix samples
* Revert default framework name to opencv2
* Add converter util functions
* Fix failing test
* Fix whitespace
* Add handling for deprecated methods;fix warnings;define __OPENCV_BUILD
* Suppress cmake warnings
* Reduce severity of "jazzy not found" log message
* Fix incorrect #include of compatibility header in ios.h
* Use explicit returns in subscript/get implementation
* Reduce minimum required cmake version to 3.15 for Objective-C/Swift binding
5 years ago
Alexander Alekhin
89a6937c00
videoio: fix plugins build
5 years ago
AsyaPronina
b083c20eb2
Enable stateful kernels in G-API OCV Backend
5 years ago
Fernando Martin
cb0f74ab9f
Merge pull request #17473 from f3rm4rf3r:fixingFourCCDocBrokenLink
...
* - Fixing broken URL to mp4ra website
* - Fixing broken URL to mp4ra website (in C videoio API)
5 years ago
Alexander Smorkalov
a17d1843fb
Skip some GAPI tests if VideoCapture is not capable to playback video.
5 years ago
Liubov Batanina
5ffc5bca7c
Fixed virtual try on sample
5 years ago
Maksim Shabunin
59608907b8
Added countNonZero test for big arrays and disable IPP for some cases
5 years ago
Rasmus Diederichsen
345e071b24
Add instructions for how to use findEssentialMat() when camera matrices are different
5 years ago
Alexander Alekhin
be1a121d0d
dnn(ie): fix layers extraction
5 years ago