berak
1c20a7f008
java: add a MatOfRotatedRect class
6 years ago
Alexander Alekhin
096366738b
dnn(build): fix CV_Assert() usage
6 years ago
Alexander Alekhin
6a6506b02d
viz: call "mapper->Update()" before and after SetInputData()
6 years ago
Alexander Alekhin
2c42361ecd
build: fix build with defined CV_STATIC_ANALYSIS
6 years ago
Alexander Alekhin
f25450791b
dnn(test): mark unstable OpenCL tests
6 years ago
Maksim Shabunin
808c89adc1
Fixed windows build with InferenceEngine
6 years ago
Kaartic Sivaraam
a527e8cc73
cap-v4l: remove unwanted loop in V4L2 mainloop
...
The while loop would run only once making it useless and leading
to confusion.
So, remove the unwanted while loop and just keep an infinite for
loop.
6 years ago
Colin Smith
76f47548b3
Add export macro for ios conversion functions
6 years ago
Alexander Alekhin
67d46dfc6c
core(intrin): restrict FP16 operations
...
Intrinsics must be effective, so don't declare FP16 type/operations if there is no native support.
- CV_FP16: supports load/store into/from float32
- CV_SIMD_FP16: declares FP16 types and native FP16 operations
6 years ago
Rostislav Vasilikhin
378cf2ab63
fixed filename slash processing
6 years ago
Kuang Fangjun
ab8ba047a5
fix a typo.
6 years ago
Kuang Fangjun
cecc19381f
fix an error in the formula for cv::cornerSubPix
6 years ago
Alexander Alekhin
6e84abc746
ml: don't use "getSubVector()" with 2D matrix
...
It is designed for 1D vectors only
6 years ago
Alexander Alekhin
7ee69740e8
ml(test): test different samples layout of TrainData
6 years ago
Suleyman TURKMEN
c61bc3a0cb
Update documentation and samples
6 years ago
Alexander Alekhin
b24fc6954d
core(perf): fix addScalar test
...
keep the same type for passed Scalar values
6 years ago
Maksim Shabunin
f84eb3dde6
Fixed core headers installation in world builds
6 years ago
Alexander Alekhin
98c5ce9347
imgproc(test): refactor test_intersection.cpp
...
don't use legacy test API
6 years ago
Alexander Alekhin
f89defad5d
imgproc: fix rotatedRectangleIntersection()
6 years ago
Bahram Dahi
96f92c6705
imgproc(tests): intersetion calculation of RotatedRect
6 years ago
Tomoaki Teshima
f0c46a4c74
fix typo
6 years ago
Suleyman TURKMEN
860ae77ec9
Update seamless_cloning
6 years ago
Alexander Alekhin
d2e08a524e
core: repair CV_Assert() messages
...
Multi-argument CV_Assert() is accessible via CV_Assert_N() (with malformed messages).
6 years ago
Maksim Shabunin
eff0f9d3f8
Fixed windows build with InferenceEngine
6 years ago
Alexander Alekhin
c1df9ad456
OpenCV version++
...
OpenCV 3.4.3
6 years ago
Alexander Alekhin
8b197c58e6
openvino: use 2018R3 defines
6 years ago
Alexander Alekhin
781721ca50
experimental version++
6 years ago
Alexander Alekhin
603eadfe51
OpenCV version '-openvino'
6 years ago
Dmitry Kurtaev
f056c0f137
UINT8 face detection network using Intel's Inference Engine backend
6 years ago
Alexander Alekhin
4910f16f16
core(libva): support YV12 too
...
Added to CPU path only.
OpenCL code path still expects NV12 only (according to Intel OpenCL extension)
6 years ago
Alexander Alekhin
5b3ac112fe
core: move const tables outside of dispatched code
...
To avoid duplicates in binaries
6 years ago
Alexander Alekhin
a0cff0be94
imgproc(cvtColor): slightly improve error messages
...
Do not try to process empty inputs.
6 years ago
Alexander Alekhin
b00758babe
imgproc(cvtColor): temporary disable IPP for 8U GRAY2BGR mode
...
Details 12176
6 years ago
Alexander Alekhin
a56b221559
core: cv::Range() ostream write operator
...
remove from DNN module headers
6 years ago
yom
fb2b26c419
photo: Decolor corrections
...
* Keep image aspect ratio in resize called in grad_system and
weak_order
* Bug correction in loop inside Decolor::gradvector
6 years ago
Alexander Alekhin
7453a6938a
core(test): extra tests/fixes for merge/split ( #12171 )
...
* core(test): merge hang test
* core(merge/split): fix intrin optimization
6 years ago
berak
f49f6d52b4
photo: avoid resizing a const Mat in decolor()
6 years ago
zarelaky
715f23127c
Update cap_gstreamer.cpp
...
fixed call open(int id) failed
6 years ago
berak
7e353a1ec5
videoio: check iterator in mjpeg_encoder.cpp
6 years ago
Alexander Alekhin
5c3880d302
core(intrin): avoid symbols duplication from SIMD128/256 cases
...
All vx_call() must be wrapped into own simd128/simd256/simd512 namespace
```
namespace CV__SIMD_NAMESPACE {
... vx_call declaration is here ...
}
```
6 years ago
Alexander Alekhin
9eaa583bfb
core: dump neighbour cache directories (from old OpenCV versions)
...
- use '3.4.x' cache name for current maintenance series (there are no serious changes between releases)
- message is shown only once during creation of new cache directory
- use OPENCV_CACHE_SHOW_CLEANUP_MESSAGE=0 to hide this warning
6 years ago
Alexander Nesterov
f95a411ba3
Update binarization
6 years ago
Dmitry Kurtaev
449696f1e5
Enable reshape-as-shape layer from TensorFlow
6 years ago
tompollok
061149cbbd
imgproc: update cornerSubPix documentation
6 years ago
Maksim Shabunin
a2daf0c83c
videoio: added YUV420 format (UV order) support to v4l capture
6 years ago
Dmitry Kurtaev
be08730cd6
MVN layer using Intel's Inference Engine backend
6 years ago
Alexander Alekhin
3082ea82f9
core(merge): fix SIMD loop head processing
6 years ago
Pierre Jeambrun
5131619a1a
feat(stitching): Add Sift support for the FeaturesFinder
6 years ago
Alexander Alekhin
f2e1710dd5
core(test): regression test for 12121
6 years ago
Alexander Nesterov
05830874d7
Refactor code
6 years ago